Hide Forgot
abrt version: 1.1.14 architecture: i686 Attached file: backtrace cmdline: /usr/lib/openoffice.org3/program/swriter.bin -writer component: openoffice.org executable: /usr/lib/openoffice.org3/program/swriter.bin kernel: 2.6.35.11-83.fc14.i686.PAE package: openoffice.org-writer-1:3.3.0-20.2.fc14 reason: Process /usr/lib/openoffice.org3/program/swriter.bin was killed by signal 11 (SIGSEGV) release: Fedora release 14 (Laughlin) time: 1297612379 uid: 500 How to reproduce ----- 1.multiples documents open 2.I printed one 3.go to one other
Created attachment 478492 [details] File: backtrace
Odd, looks like a crash in pulling the help tip out for a menu entry, rather than anything to do with printing. Are you able to reproduce this ?
Something like this was triggered by bug 204920 long ago, but it can't be the same problem anymore.
I don't reproduce the bug, don't know exactly how it happened. maybe when I click on the border of a table to modify it just after printing one other document. I can't reproduce.
SfxHelp::GetHelpText is called not only for menus, but for tooltips as well; the easiest way to trigger the call is by moving the mouse over a toolbar item. No crash here, though :( Anyway, I bet this happened at line 528 of sfx2/source/appl/sfxhelp.cxx (i.e., xCont->getByName( aModuleIdentifier )), but it gets much harder to guess the path through configmgr :) We can avoid this particular crash by applying patches from fdo#31716 and fdo#33088, but I'm not sure how much that helps. If the crash was caused by corrupted configuration, it would just happen somewhere else...
not reproducible :(