Fedora Account System
Red Hat Associate
Red Hat Customer
Version-Release number of selected component: libreoffice-core-4.2.7.2-11.fc20 Additional info: reporter: libreport-2.2.3 backtrace_rating: 4 cmdline: /usr/lib64/libreoffice/program/soffice.bin --calc '/run/media/claudiomar/CLAUDIOMARK/Boletim para Imprimir - Restante/2\xc2\xba Turno/Dulce OK/2132A - DULCE.xls' --splash-pipe=5 crash_function: iquery executable: /usr/lib64/libreoffice/program/soffice.bin kernel: 3.17.6-200.fc20.x86_64 runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #0 iquery at /usr/src/debug/libreoffice-4.2.7.2/include/com/sun/star/uno/Reference.hxx:43 #2 Reference at /usr/src/debug/libreoffice-4.2.7.2/include/com/sun/star/uno/Reference.hxx:164 #3 operator== at /usr/src/debug/libreoffice-4.2.7.2/include/com/sun/star/uno/Reference.hxx:369 #5 SwConnectionDisposedListener_Impl::disposing at /usr/src/debug/libreoffice-4.2.7.2/sw/source/ui/dbui/dbmgr.cxx:2965 #6 cppu::OInterfaceContainerHelper::disposeAndClear at /usr/src/debug/libreoffice-4.2.7.2/cppuhelper/source/interfacecontainer.cxx:316 #7 cppu::OMultiTypeInterfaceContainerHelper::disposeAndClear at /usr/src/debug/libreoffice-4.2.7.2/cppuhelper/source/interfacecontainer.cxx:491 #8 cppu::WeakComponentImplHelperBase::dispose at /usr/src/debug/libreoffice-4.2.7.2/cppuhelper/source/implbase.cxx:270 #9 dbaccess::ODatabaseModelImpl::clearConnections at /usr/src/debug/libreoffice-4.2.7.2/dbaccess/source/core/dataaccess/ModelImpl.cxx:671 #10 dbaccess::ODatabaseModelImpl::dispose at /usr/src/debug/libreoffice-4.2.7.2/dbaccess/source/core/dataaccess/ModelImpl.cxx:711 #11 dbaccess::ODatabaseContext::disposing at /usr/src/debug/libreoffice-4.2.7.2/dbaccess/source/core/dataaccess/databasecontext.cxx:285
Created attachment 969830 [details] File: backtrace
Created attachment 969831 [details] File: cgroup
Created attachment 969832 [details] File: core_backtrace
Created attachment 969833 [details] File: dso_list
Created attachment 969834 [details] File: environ
Created attachment 969835 [details] File: exploitable
Created attachment 969836 [details] File: limits
Created attachment 969837 [details] File: maps
Created attachment 969838 [details] File: open_fds
Created attachment 969839 [details] File: proc_pid_status
Created attachment 969840 [details] File: var_log_messages
Is this reproducible in any way ? Sort of looks like there might be some data source associated with the document ?
there's an obvious problem with the life cycle of SwConnectionDisposedListener_Impl which will cause such a crash if the database stuff lives longer than the writer document. should be fixed on upstream master by commit 4f747afae591f244164df25d96a83f417e6c0698
fixed on upstream libreoffice-4-4 branch for 4.4.1 release: commit be13badc357b5639b8f76198dc9ff33fa6dabe88 fixed on upstream libreoffice-4-3 branch for 4.3.7 release: commit e56105cfe780905864b895d337a4a848afe1fa26 since this crash happens only on exit, it's not that important anyway so i'll not add the patch to Fedora packages, they can wait for the upstream release.
*** Bug 1212724 has been marked as a duplicate of this bug. ***