abrt 1.0.9 detected a crash. architecture: i686 Attached file: backtrace cmdline: /usr/lib/openoffice.org3/program/soffice.bin -quickstart -nologo -nodefault component: openoffice.org executable: /usr/lib/openoffice.org3/program/soffice.bin global_uuid: f6d3e9ebdbe7802aa4c506f0407d278428b6f8e2 kernel: 2.6.32.11-99.fc12.i686.PAE package: openoffice.org-brand-1:3.1.1-19.28.fc12 rating: 4 reason: Process /usr/lib/openoffice.org3/program/soffice.bin was killed by signal 6 (SIGABRT) release: Fedora release 12 (Constantine)
Created attachment 410371 [details] File: backtrace
This has the look of a crash during processing of an XEvent during shutdown.
*** Bug 558122 has been marked as a duplicate of this bug. ***
*** Bug 588140 has been marked as a duplicate of this bug. ***
These are crashes that are happening because of processing events after shutdown. What I don't know is how and when this happens, one possibility is logging out with OOo running (e.g. the quickstarter in the taskbar) and having the session save stuff kick in.
Anyone able to get this to happen reproducibly ? Window managers, info as to whether they saw it on KDE or GNOME, etc. is welcome.
caolanm->caolanm: ToDo, configure quickstarter on, add valgrind to soffice wrapper script and output to some location, log-in and log-out and see if it gives any hints.
bah, gtk_init is setting an XSetIOErrorHandler after we do, so we revert to the exit one, not _exit
A bit tricky, various things are sort of wrong. Not the world most serious set of bugs as they're on shutdown/log-out and around XIOErrors and XErrors. Hopefully the cluster of problems is sorted out in 3.3 with the addition of the extra XIOError handler fix