Hide Forgot
Version-Release number of selected component: libreoffice-core-4.1.3.2-5.fc19 Additional info: reporter: libreport-2.1.9 backtrace_rating: 4 cmdline: /usr/lib/libreoffice/program/soffice.bin --writer file:///home/redhung/%E6%A1%8C%E9%9D%A2/ICND2.odt --splash-pipe=5 crash_function: SfxItemSet::SfxItemSet executable: /usr/lib/libreoffice/program/soffice.bin kernel: 3.11.8-200.fc19.i686.PAE runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #0 SfxItemSet::SfxItemSet at /usr/src/debug/libreoffice-4.1.3.2/svl/source/items/itemset.cxx:246 #1 SwAttrSet::SwAttrSet at /usr/src/debug/libreoffice-4.1.3.2/sw/source/core/attr/swatrset.cxx:77 #2 SwAttrSetChg::SwAttrSetChg at /usr/src/debug/libreoffice-4.1.3.2/sw/source/core/attr/hints.cxx:99 #3 SwCntntFrm::Modify at /usr/src/debug/libreoffice-4.1.3.2/sw/source/core/layout/wsfrm.cxx:2071 #4 SwTxtFrm::Modify at /usr/src/debug/libreoffice-4.1.3.2/sw/source/core/text/txtfrm.cxx:1301 #5 SwModify::ModifyBroadcast at /usr/src/debug/libreoffice-4.1.3.2/sw/source/core/attr/calbck.cxx:357 #6 SwModify::NotifyClients at /usr/src/debug/libreoffice-4.1.3.2/sw/source/core/attr/calbck.cxx:196 #7 SwCntntNode::Modify at /usr/src/debug/libreoffice-4.1.3.2/sw/source/core/docnode/node.cxx:1035 #8 SwTxtNode::Modify at /usr/src/debug/libreoffice-4.1.3.2/sw/source/core/txtnode/ndtxt.cxx:3658 #9 ModifyNotification at /usr/src/debug/libreoffice-4.1.3.2/sw/inc/calbck.hxx:102
Created attachment 829078 [details] File: backtrace
Created attachment 829079 [details] File: cgroup
Created attachment 829080 [details] File: core_backtrace
Created attachment 829081 [details] File: dso_list
Created attachment 829082 [details] File: environ
Created attachment 829083 [details] File: exploitable
Created attachment 829084 [details] File: limits
Created attachment 829085 [details] File: maps
Created attachment 829086 [details] File: open_fds
Created attachment 829087 [details] File: proc_pid_status
Created attachment 829088 [details] File: var_log_messages
It crashed during paste. Is there a way to reproduce the crash? (Provided you still remember...)
#1 0xad7e5255 in SwAttrSet::SwAttrSet (this=0x0, rSet=...) at /usr/src/debug/libreoffice-4.1.3.2/sw/source/core/attr/swatrset.cxx:77 if the "this=0x0" above is correct, then allocating the SwAttrSet failed and FixedMemPool::Alloc() returned 0-pointer. probably there's some sort of loop somewhere while pasting? but without knowing what is being pasted from the clipboard, it's rather unfixable.