|
Bugzilla – Full Text Bug Listing |
| Summary: | firefox segfaults while accessing *.ps file | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Martin Mrazik <mmrazik> |
| Component: | Firefox | Assignee: | Dirk Mueller <dmueller> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | christ.juergen, forgotten_OS1JNCFbCX, frederic, heiko.rommel |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 97395 | ||
| Attachments: | strace firefox output | ||
|
Description
Martin Mrazik
2005-09-12 12:45:21 UTC
Created attachment 49603 [details]
strace firefox output
You can try to get a backtrace: The best would be to install the debuginfo package and run firefox within gdb LD_LIBRARY_PATH=/opt/MozillaFirefox/lib gdb /opt/MozillaFirefox/lib/firefox/bin and collect the backtrace via gdb's bt command (gdb) bt #0 0x425ecfd6 in KApplication::ref () from /opt/kde3/lib/libkdecore.so.4 #1 0x4240a7d7 in KRun::init () from /opt/kde3/lib/libkio.so.4 #2 0x4240ad65 in KRun::KRun () from /opt/kde3/lib/libkio.so.4 #3 0x4351b111 in ?? () #4 0x090ecb68 in ?? () #5 0x090ee938 in ?? () #6 0x00000000 in ?? () #7 0x00000001 in ?? () #8 0x00000000 in ?? () #9 0x4000b2c0 in _dl_runtime_resolve () from /lib/ld-linux.so.2 #10 0x4351b239 in ?? () #11 0x090ecb68 in ?? () #12 0x090ee938 in ?? () #13 0x00000000 in ?? () #14 0x00000001 in ?? () #15 0x00000000 in ?? () #16 0x090ee938 in ?? () #17 0x00000000 in ?? () #18 0xbf8ec1dc in ?? () #19 0xbf8ec1fc in ?? () #20 0x090ee938 in ?? () #21 0x090eea38 in ?? () #22 0x4275f758 in ?? () from /opt/kde3/lib/libkdecore.so.4 #23 0x417c2044 in QString::null () from /usr/lib/qt3/lib/libqt-mt.so.3 #24 0x00000000 in ?? () #25 0x089b3710 in ?? () #26 0x00000000 in ?? () #27 0x00000000 in ?? () #28 0x3ff00000 in ?? () #29 0x09164ce8 in ?? () #30 0x421731e4 in ?? () from /usr/lib/browser-plugins/libdragonegg.so #31 0xbf8ec258 in ?? () #32 0x4351b160 in ?? () #33 0xbf8ec2cc in ?? () #34 0x4216de2f in DragonEgg::loadFile () from /usr/lib/browser-plugins/libdragonegg.so Previous frame inner to this frame (corrupt stack?) is this sufficient? Dirk, it seems to be in dragonegg. Can you please investigate? *** Bug 127515 has been marked as a duplicate of this bug. *** kghostview requires a lot of KDE framework, which isn't available. so I blacklist postscript. submitted for 10.1 currently, will request a backport for 10.0 when the other dragonegg bug is fixed. *** Bug 131642 has been marked as a duplicate of this bug. *** |