Hide Forgot
abrt version: 1.1.18 architecture: x86_64 Attached file: backtrace, 64534 bytes cmdline: /usr/lib64/openoffice.org3/program/soffice.bin -quickstart -nologo -nodefault comment: so far, I had never experienced such a nuisance in Open Office Writer: very strange! component: openoffice.org Attached file: coredump, 228675584 bytes crash_function: IsSctFrm executable: /usr/lib64/openoffice.org3/program/soffice.bin kernel: 2.6.35.14-106.fc14.x86_64 package: openoffice.org-brand-1:3.3.0-20.8.fc14 rating: 4 reason: Process /usr/lib64/openoffice.org3/program/soffice.bin was killed by signal 11 (SIGSEGV) release: Fedora release 14 (Laughlin) time: 1325457737 uid: 500 How to reproduce ----- 1. other open programs: Firefox (with 6 tabs) + 2 instances of Nautilus, browsing on folders on two (physically) distinct partitions (i.e., different hard disks) 2. I have been working on the same file (Open Office Writer) for about 2 days 3. I had just copied&pasted a short phrase from Firefox (Google query) into the Writer file
Created attachment 550170 [details] File: backtrace
bool lcl_IsCalcUpperAllowed( const SwFrm& rFrm ) { return !rFrm.GetUpper()->IsSctFrm() && !rFrm.GetUpper()->IsFooterFrm() && // --> OD 2004-11-02 #i23129#, #i36347# - no format of upper Writer fly frame !rFrm.GetUpper()->IsFlyFrm() && // <-- !( rFrm.GetUpper()->IsTabFrm() && rFrm.GetUpper()->GetUpper()->IsInTab() ) && !( rFrm.IsTabFrm() && rFrm.GetUpper()->IsInTab() ); } I suppose that GetUpper is returning NULL for some fundamental bustage elsewhere. Hard to be sure from the backtrace.
no, can't be that, calls to lcl_IsCalcUpperAllowed are protected by if ( GetUpper() ) :-( Must be busted in some way which would need a reproducer in order to figure this out. Have to be honest and close it as cant fix with the available information. With some luck a reproducer for this will show up eventually (or already has and this is fixed in recent fedoras)