Bug 116463 - firefox segfaults while accessing *.ps file
Summary: firefox segfaults while accessing *.ps file
Status: RESOLVED FIXED
: 127515 131642 (view as bug list)
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Firefox (show other bugs)
Version: RC 1
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Dirk Mueller
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 97395
  Show dependency treegraph
 
Reported: 2005-09-12 12:45 UTC by Martin Mrazik
Modified: 2005-10-31 20:21 UTC (History)
4 users (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
strace firefox output (24.96 KB, text/plain)
2005-09-12 12:46 UTC, Martin Mrazik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mrazik 2005-09-12 12:45:21 UTC
While trying to access this URL firefox crashes with segmentation fault:

http://www.usenix.org/publications/library/proceedings/sd96/full_papers/mcvoy.ps. 

this appears on my command line: /usr/bin/firefox: line 251: 31539 Segmentation
fault      $MOZ_PROGRAM $MOZ_LANG


strace attached. If you need any other info please let me know. I can reproduce
this bug on my machine.
Comment 1 Martin Mrazik 2005-09-12 12:46:17 UTC
Created attachment 49603 [details]
strace firefox output
Comment 2 Wolfgang Rosenauer 2005-09-13 20:37:53 UTC
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
Comment 3 Martin Mrazik 2005-09-16 08:24:09 UTC
(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? 
Comment 4 Wolfgang Rosenauer 2005-09-16 08:34:31 UTC
Dirk, it seems to be in dragonegg. Can you please investigate?
Comment 5 Wolfgang Rosenauer 2005-10-11 11:00:58 UTC
*** Bug 127515 has been marked as a duplicate of this bug. ***
Comment 6 Dirk Mueller 2005-10-20 12:46:30 UTC
kghostview requires a lot of KDE framework, which isn't available. so I blacklist postscript. 
Comment 7 Dirk Mueller 2005-10-20 12:47:13 UTC
submitted for 10.1 currently, will request a backport for 10.0 when the other dragonegg bug is fixed. 
Comment 8 Wolfgang Rosenauer 2005-10-31 20:21:08 UTC
*** Bug 131642 has been marked as a duplicate of this bug. ***