Bug 133487
Summary: | openoffice-kde causes segfault | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Sammy <sait.a.umar> | ||||
Component: | openoffice.org | Assignee: | Caolan McNamara <caolanm> | ||||
Status: | CLOSED WONTFIX | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | caolanm, harkness, isam, martinjh_linux, rdieter | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i386 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-01-27 17:14:59 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 123268, 136451 | ||||||
Attachments: |
|
Description
Sammy
2004-09-24 13:06:56 UTC
Does the Bug Buddy dialog come up? if so, can you "save" the backtrace/segfault information that it gives you (there's a "debugging details" button there that shows it) and attach it or paste it in here? Created attachment 104283 [details]
bugbuddy output for crash
OK...tracked this down to using the baghira style under kde. This is a very popular theme (old liquid). When I change to another theme than the segfaults do not happen. If you think this is not oo problem please close. I am using 1.1.2-6, and I get a crash and a sigfault with: /usr/lib/ooo-1.1/program/kdefilepicker OOo does not crash, but when I attempt to open a file, it crashes as it calls the kdefilepicker Same problem still exist with 1.1.2-7 .. and I grabing 1.1.2-9 now, and testing .. BTW, I do not use teh RPMs, but get the SRPM, and build it. Yesterday I build 1.1.2-9 from it's sources, and the same problem is happening .. I think I spotted the reason.. when it builds the kdefilepicker, it does not use the -lqt-mt flag, thus, it complains about missing lib: /usr/bin/ld: warning: libqt-mt.so.3, needed by /usr/lib/libkdeui.so, not found (try using -rpath or -rpath-link) And after it I get : ../unxlngi4.pro/slo/kdecommandthread.o(.text+0x86): In function `CommandEvent::CommandEvent(QString const&, QStringList*)': /usr/lib/qt-3.3/include/qstring.h:848: undefined reference to `operator!=(QString const&, char const*)' ../unxlngi4.pro/slo/kdecommandthread.o(.text+0xbc): In function `CommandEvent::CommandEvent(QString const&, QStringList*)': /usr/lib/qt-3.3/include/qvaluelist.h:308: undefined reference to `QEvent::~QEvent()' and thens of those related to qt-mt .. Now I have the QT libs in /usr/lib/qt-3.3/lib.. Is there something wrong in my build environment ? if so what is ? if not, why not add "-lqt-mt" to the gcc flags when building the kdefilepicker How about now with 1.1.2-11.5.fc3, running oowriter and loading/saving with an uptodate fc3 and updates shows no crashes/hangs with the file dialog. Though I haven't tried with the non-standard baghira theme yet *** Bug 138961 has been marked as a duplicate of this bug. *** Given an uptodate FC3 I see only the hang/crash with the not-shipped-with-FC baghira (0.6) theme with the file dialog, and then only if you double click on a filename in it, single click and using "Ok" works. (An alternative workaround is to use tools->options->OpenOffice.org->general->Open/Save dialogs and check use openoffice.org dialogs). Version 0.6 of baghira makes some mention of modifications for OpenOffice.org. If this is only broken for baghira users in a contemporary uptodate FC3/devel I reckon the burden is on baghira :-) Seeing as this can only be reproduced (AFAICS) with baghira which is not part of FC3 I'm going to close this. |