Fedora Account System
Red Hat Associate
Red Hat Customer
abrt version: 1.1.14 architecture: x86_64 Attached file: backtrace cmdline: /usr/lib64/openoffice.org3/program/soffice.bin -quickstart -nologo -nodefault component: openoffice.org crash_function: erase executable: /usr/lib64/openoffice.org3/program/soffice.bin kernel: 2.6.35.6-48.fc14.x86_64 package: openoffice.org-brand-1:3.3.0-17.2.fc14 rating: 4 reason: Process /usr/lib64/openoffice.org3/program/soffice.bin was killed by signal 11 (SIGSEGV) release: Fedora release 14 (Laughlin) time: 1291708039 uid: 501 How to reproduce ----- 1.working normally 2. 3.
Created attachment 465227 [details] File: backtrace
Package: openoffice.org-brand-1:3.3.0-17.2.fc14 Architecture: x86_64 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1.working normally - just crashes 2. 3.
*** This bug has been marked as a duplicate of bug 650170 ***
Looks like replacing abrt with exit wasn't such an awesome idea either. Should have used _exit I guess to avoid calling dtors. Though that's just as crap too.