Bug 429533 - Crash when replying to a message in a webmail solution
Summary: Crash when replying to a message in a webmail solution
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: firefox
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Gecko Maintainer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-21 12:51 UTC by Kjartan Maraas
Modified: 2018-04-11 16:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-22 09:44:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
crash report (571.70 KB, text/plain)
2008-01-21 12:51 UTC, Kjartan Maraas
no flags Details

Description Kjartan Maraas 2008-01-21 12:51:48 UTC
Description of problem:

Attaching the crash report.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Kjartan Maraas 2008-01-21 12:51:48 UTC
Created attachment 292363 [details]
crash report

Comment 2 Matěj Cepl 2008-01-21 14:50:14 UTC
Thanks for the bug report.  We have reviewed the information you have provided
above, and there is some additional information we require that will be helpful
in our diagnosis of this issue.

First of all, could you tell me please where does the crash report comes from?
It doesn't look familiar.

Please install firefox-debuginfo; in order to do this you have to enable
-debuginfo repository.

	yum install --enablerepo=\*debuginfo firefox-debuginfo

(if you use x86_64 firefox, install firefox-debuginfo.x86_64  package).

Then run firefox with a parameter -g. That will start firefox running inside of
gdb debugger. Then use command run and do whatever you did to make firefox
crash. When it happens, you should go back to the gdb and run

	(gdb) thread apply all backtrace

This produces usually many screens of the text. Copy all of them into a text
editor and attach the file to the bug as an uncompressed attachment.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance.

Comment 3 Martin Stransky 2008-01-21 14:54:04 UTC
Anyway, this crash report looks quite useless...what software generated it? 
Please try to find out how to reproduce the crash and attach these steps.

Comment 4 Kjartan Maraas 2008-01-21 18:09:53 UTC
I have debuginfo packages for both firefox and xulrunner installed but still
don't get symbols for everything in the trace.

kmaraas@localhost gnome]$ rpm -qa | grep firefox
firefox-debuginfo-3.0-0.beta2.11.nightly20080115.fc9
firefox-3.0-0.beta2.11.nightly20080115.fc9
[kmaraas@localhost gnome]$ rpm -qa | grep xul
xulrunner-devel-1.9-0.beta2.11.nightly20080115.fc9
xulrunner-1.9-0.beta2.11.nightly20080115.fc9
xulrunner-debuginfo-1.9-0.beta2.11.nightly20080115.fc9

(gdb) thread apply all bt

Thread 7 (Thread 0xb6773b90 (LWP 7517)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0013ae32 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#2  0x004aa656 in ?? () from /lib/libnspr4.so
#3  0x004ab494 in PR_WaitCondVar () from /lib/libnspr4.so
#4  0x006b9243 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x006b9903 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#6  0x004b14cd in ?? () from /lib/libnspr4.so
#7  0x0013653b in start_thread () from /lib/libpthread.so.0
#8  0x00346efe in clone () from /lib/libc.so.6

Thread 6 (Thread 0xb7c6fb90 (LWP 7281)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0033cdf3 in poll () from /lib/libc.so.6
#2  0x004ad1a9 in PR_Poll () from /lib/libnspr4.so
#3  0x006ae580 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#4  0x006aead2 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x006aed52 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#6  0x00f2eb9b in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#7  0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#8  0x006ae890 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
---Type <return> to continue, or q <return> to quit---
#9  0x00f2ebfe in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#10 0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#11 0x00f2e80d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#12 0x004b14cd in ?? () from /lib/libnspr4.so
#13 0x0013653b in start_thread () from /lib/libpthread.so.0
#14 0x00346efe in clone () from /lib/libc.so.6

Thread 5 (Thread 0xb726ab90 (LWP 7282)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0013ae32 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#2  0x004aa656 in ?? () from /lib/libnspr4.so
#3  0x004ab494 in PR_WaitCondVar () from /lib/libnspr4.so
#4  0x00f32642 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x00f2ebfe in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#6  0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#7  0x00f2e80d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#8  0x004b14cd in ?? () from /lib/libnspr4.so
#9  0x0013653b in start_thread () from /lib/libpthread.so.0
#10 0x00346efe in clone () from /lib/libc.so.6

Thread 4 (Thread 0xb5319b90 (LWP 7286)):
#0  0x00130402 in __kernel_vsyscall ()
---Type <return> to continue, or q <return> to quit---
#1  0x0013ab05 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x004ab526 in PR_WaitCondVar () from /lib/libnspr4.so
#3  0x00ccc4e0 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#4  0x00ccbee2 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x004b14cd in ?? () from /lib/libnspr4.so
#6  0x0013653b in start_thread () from /lib/libpthread.so.0
#7  0x00346efe in clone () from /lib/libc.so.6

Thread 3 (Thread 0xb5d1ab90 (LWP 7287)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0013ab05 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x004ab526 in PR_WaitCondVar () from /lib/libnspr4.so
#3  0x00ccda8f in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#4  0x00ccbee2 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x004b14cd in ?? () from /lib/libnspr4.so
#6  0x0013653b in start_thread () from /lib/libpthread.so.0
#7  0x00346efe in clone () from /lib/libc.so.6

Thread 2 (Thread 0xb15fdb90 (LWP 7380)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0013ae32 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#2  0x004aa656 in ?? () from /lib/libnspr4.so
---Type <return> to continue, or q <return> to quit---
#3  0x004ab494 in PR_WaitCondVar () from /lib/libnspr4.so
#4  0x004ab587 in PR_Wait () from /lib/libnspr4.so
#5  0x006f8f49 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#6  0x00f30b84 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#7  0x00f2ebfe in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#8  0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#9  0x00f2e80d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#10 0x004b14cd in ?? () from /lib/libnspr4.so
#11 0x0013653b in start_thread () from /lib/libpthread.so.0
#12 0x00346efe in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb7fa26d0 (LWP 7257)):
#0  pango_shape (text=0xbfedbf07 "", length=5, analysis=0xae37cac, 
    glyphs=0xa3b9460) at shape.c:120
#1  0x00f71109 in gfxPangoFontGroup::CreateGlyphRunsItemizing ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
#2  0x00f714c8 in gfxPangoFontGroup::InitTextRun ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
#3  0x00f7174b in gfxPangoFontGroup::MakeTextRun ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
#4  0x00f6ccad in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x00f6cdc1 in gfxTextRunWordCache::MakeTextRun ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
---Type <return> to continue, or q <return> to quit---
#6  0x008496d8 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#7  0x0084980e in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#8  0x00849b01 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#9  0x0084a1b1 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#10 0x0084d065 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#11 0x0082b5f3 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#12 0x007fbf28 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#13 0x007fc3f3 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#14 0x007fc739 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#15 0x007fd461 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#16 0x007fdb0a in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#17 0x0080063a in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#18 0x0080707c in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#19 0x0081aced in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#20 0x0081b144 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#21 0x0081b648 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#22 0x007e7116 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#23 0x007e97e5 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#24 0x007e98e2 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#25 0x007e9999 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#26 0x00ae06a4 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#27 0x00ae0e2d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#28 0x00ad1c45 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
---Type <return> to continue, or q <return> to quit---
#29 0x00acdd33 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#30 0x0085be22 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#31 0x0085f236 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#32 0x009dfd74 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#33 0x009dfe3d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#34 0x00f3c119 in NS_InvokeByIndex_P ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
#35 0x006768e0 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#36 0x0067bf9a in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#37 0x0067a4ed in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#38 0x00405344 in js_Invoke () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#39 0x00404ab3 in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#40 0x00404bbb in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#41 0x00417ed5 in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#42 0x0040b6ec in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#43 0x004053a0 in js_Invoke () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#44 0x00404ab3 in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#45 0x003de3e0 in JS_CallFunctionValue ()
   from /usr/lib/xulrunner-1.9pre/libmozjs.so
#46 0x00a813d5 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#47 0x00abd5b9 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#48 0x00976440 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#49 0x009777bb in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
---Type <return> to continue, or q <return> to quit---
#50 0x009920b8 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#51 0x009921c9 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#52 0x0099251a in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#53 0x007d546c in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#54 0x00c33ca6 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#55 0x00c477b8 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#56 0x00c3a689 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#57 0x00c50abc in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#58 0x00c50b7d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#59 0x00c51428 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#60 0x00c51fc1 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#61 0x0069b0dd in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#62 0x009250b7 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#63 0x00927f80 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#64 0x0092ff1d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#65 0x0093286d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#66 0x00f2ebfe in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#67 0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#68 0x00e55990 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#69 0x00cb723c in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#70 0x006438b9 in XRE_main () from /usr/lib/xulrunner-1.9pre/libxul.so
#71 0x080490df in __gxx_personality_v0 ()
#72 0x002844a0 in __libc_start_main () from /lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
#73 0x08048d11 in __gxx_personality_v0 ()


Here's the backtrace:

(gdb) thread apply all bt

Thread 7 (Thread 0xb6773b90 (LWP 7517)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0013ae32 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#2  0x004aa656 in ?? () from /lib/libnspr4.so
#3  0x004ab494 in PR_WaitCondVar () from /lib/libnspr4.so
#4  0x006b9243 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x006b9903 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#6  0x004b14cd in ?? () from /lib/libnspr4.so
#7  0x0013653b in start_thread () from /lib/libpthread.so.0
#8  0x00346efe in clone () from /lib/libc.so.6

Thread 6 (Thread 0xb7c6fb90 (LWP 7281)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0033cdf3 in poll () from /lib/libc.so.6
#2  0x004ad1a9 in PR_Poll () from /lib/libnspr4.so
#3  0x006ae580 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#4  0x006aead2 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x006aed52 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#6  0x00f2eb9b in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#7  0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#8  0x006ae890 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
---Type <return> to continue, or q <return> to quit---
#9  0x00f2ebfe in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#10 0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#11 0x00f2e80d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#12 0x004b14cd in ?? () from /lib/libnspr4.so
#13 0x0013653b in start_thread () from /lib/libpthread.so.0
#14 0x00346efe in clone () from /lib/libc.so.6

Thread 5 (Thread 0xb726ab90 (LWP 7282)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0013ae32 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#2  0x004aa656 in ?? () from /lib/libnspr4.so
#3  0x004ab494 in PR_WaitCondVar () from /lib/libnspr4.so
#4  0x00f32642 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x00f2ebfe in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#6  0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#7  0x00f2e80d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#8  0x004b14cd in ?? () from /lib/libnspr4.so
#9  0x0013653b in start_thread () from /lib/libpthread.so.0
#10 0x00346efe in clone () from /lib/libc.so.6

Thread 4 (Thread 0xb5319b90 (LWP 7286)):
#0  0x00130402 in __kernel_vsyscall ()
---Type <return> to continue, or q <return> to quit---
#1  0x0013ab05 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x004ab526 in PR_WaitCondVar () from /lib/libnspr4.so
#3  0x00ccc4e0 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#4  0x00ccbee2 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x004b14cd in ?? () from /lib/libnspr4.so
#6  0x0013653b in start_thread () from /lib/libpthread.so.0
#7  0x00346efe in clone () from /lib/libc.so.6

Thread 3 (Thread 0xb5d1ab90 (LWP 7287)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0013ab05 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2  0x004ab526 in PR_WaitCondVar () from /lib/libnspr4.so
#3  0x00ccda8f in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#4  0x00ccbee2 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x004b14cd in ?? () from /lib/libnspr4.so
#6  0x0013653b in start_thread () from /lib/libpthread.so.0
#7  0x00346efe in clone () from /lib/libc.so.6

Thread 2 (Thread 0xb15fdb90 (LWP 7380)):
#0  0x00130402 in __kernel_vsyscall ()
#1  0x0013ae32 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#2  0x004aa656 in ?? () from /lib/libnspr4.so
---Type <return> to continue, or q <return> to quit---
#3  0x004ab494 in PR_WaitCondVar () from /lib/libnspr4.so
#4  0x004ab587 in PR_Wait () from /lib/libnspr4.so
#5  0x006f8f49 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#6  0x00f30b84 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#7  0x00f2ebfe in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#8  0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#9  0x00f2e80d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#10 0x004b14cd in ?? () from /lib/libnspr4.so
#11 0x0013653b in start_thread () from /lib/libpthread.so.0
#12 0x00346efe in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb7fa26d0 (LWP 7257)):
#0  pango_shape (text=0xbfedbf07 "", length=5, analysis=0xae37cac, 
    glyphs=0xa3b9460) at shape.c:120
#1  0x00f71109 in gfxPangoFontGroup::CreateGlyphRunsItemizing ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
#2  0x00f714c8 in gfxPangoFontGroup::InitTextRun ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
#3  0x00f7174b in gfxPangoFontGroup::MakeTextRun ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
#4  0x00f6ccad in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#5  0x00f6cdc1 in gfxTextRunWordCache::MakeTextRun ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
---Type <return> to continue, or q <return> to quit---
#6  0x008496d8 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#7  0x0084980e in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#8  0x00849b01 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#9  0x0084a1b1 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#10 0x0084d065 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#11 0x0082b5f3 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#12 0x007fbf28 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#13 0x007fc3f3 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#14 0x007fc739 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#15 0x007fd461 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#16 0x007fdb0a in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#17 0x0080063a in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#18 0x0080707c in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#19 0x0081aced in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#20 0x0081b144 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#21 0x0081b648 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#22 0x007e7116 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#23 0x007e97e5 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#24 0x007e98e2 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#25 0x007e9999 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#26 0x00ae06a4 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#27 0x00ae0e2d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#28 0x00ad1c45 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
---Type <return> to continue, or q <return> to quit---
#29 0x00acdd33 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#30 0x0085be22 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#31 0x0085f236 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#32 0x009dfd74 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#33 0x009dfe3d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#34 0x00f3c119 in NS_InvokeByIndex_P ()
   from /usr/lib/xulrunner-1.9pre/libxul.so
#35 0x006768e0 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#36 0x0067bf9a in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#37 0x0067a4ed in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#38 0x00405344 in js_Invoke () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#39 0x00404ab3 in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#40 0x00404bbb in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#41 0x00417ed5 in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#42 0x0040b6ec in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#43 0x004053a0 in js_Invoke () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#44 0x00404ab3 in ?? () from /usr/lib/xulrunner-1.9pre/libmozjs.so
#45 0x003de3e0 in JS_CallFunctionValue ()
   from /usr/lib/xulrunner-1.9pre/libmozjs.so
#46 0x00a813d5 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#47 0x00abd5b9 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#48 0x00976440 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#49 0x009777bb in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
---Type <return> to continue, or q <return> to quit---
#50 0x009920b8 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#51 0x009921c9 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#52 0x0099251a in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#53 0x007d546c in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#54 0x00c33ca6 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#55 0x00c477b8 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#56 0x00c3a689 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#57 0x00c50abc in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#58 0x00c50b7d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#59 0x00c51428 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#60 0x00c51fc1 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#61 0x0069b0dd in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#62 0x009250b7 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#63 0x00927f80 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#64 0x0092ff1d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#65 0x0093286d in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#66 0x00f2ebfe in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#67 0x00ef7173 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#68 0x00e55990 in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#69 0x00cb723c in ?? () from /usr/lib/xulrunner-1.9pre/libxul.so
#70 0x006438b9 in XRE_main () from /usr/lib/xulrunner-1.9pre/libxul.so
#71 0x080490df in __gxx_personality_v0 ()
#72 0x002844a0 in __libc_start_main () from /lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
#73 0x08048d11 in __gxx_personality_v0 ()



Comment 5 Kjartan Maraas 2008-01-22 09:44:39 UTC
Fixed by upgrading to the firefox/xulrunner releases in koji today.


Note You need to log in before you can comment on or make changes to this bug.