Closed
Bug 51864
Opened 25 years ago
Closed 25 years ago
crash while loading URL
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: uamjet602, Assigned: asa)
References
()
Details
Attachments
(1 file)
|
59 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.12-20 i686; en-US; m18) Gecko/20000906
BuildID: 200090608
The browser crashes while loading this URL
Reproducible: Always
Steps to Reproduce:
1.Go to the URL
Actual Results: Mozilla crashed
Expected Results: Display the page
Backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x4061d496 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
(gdb) bt
#0 0x4061d496 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#1 0x40dd95e4 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libgklayout.so
#2 0x406114d2 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#3 0x40611434 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#4 0x4060ed9c in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#5 0x40610dac in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#6 0x406109ba in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#7 0x4061077d in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#8 0x4061ab53 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#9 0x4061a995 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#10 0x4061b27c in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libhtmlpars.so
#11 0x40af062f in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/liburiloader.so
#12 0x405b6791 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libnecko.so
#13 0x405980c6 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libnecko.so
#14 0x405b583e in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libnecko.so
#15 0x40574d04 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libnecko.so
#16 0x405745b0 in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libnecko.so
#17 0x400bc603 in PL_HandleEvent () from
/var/tmp/mozilla-nightly-install/./libxpcom.so
#18 0x400bc516 in PL_ProcessPendingEvents () from
/var/tmp/mozilla-nightly-install/./libxpcom.so
#19 0x400bd29d in nsEventQueueImpl::ProcessPendingEvents () from
/var/tmp/mozilla-nightly-install/./libxpcom.so
#20 0x406d702f in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libwidget_gtk.so
#21 0x406d6ded in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libwidget_gtk.so
#22 0x40877aca in g_io_unix_dispatch () from /usr/lib/libglib-1.2.so.0
#23 0x40879186 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#24 0x40879751 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#25 0x408798f1 in g_main_run () from /usr/lib/libglib-1.2.so.0
#26 0x4079e5b9 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#27 0x406d751c in NSGetModule () from
/var/tmp/mozilla-nightly-install/components/libwidget_gtk.so
#28 0x4045911a in inflate_mask () from
/var/tmp/mozilla-nightly-install/components/libnsappshell.so
#29 0x804da27 in JS_PushArguments ()
#30 0x804de86 in JS_PushArguments ()
#31 0x402589cb in __libc_start_main (main=0x804dd7c <JS_PushArguments+11244>,
argc=3, argv=0xbffffa54, init=0x804acf0 <_init>, fini=0x80534a4 <_fini>,
rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffffa4c) at
../sysdeps/generic/libc-start.c:92
(gdb)
Ouch! lost the last l in the URL during cut/paste. Sorry for the spam
Comment 3•25 years ago
|
||
Dupe. This bug is fixed in latest nightly build.
*** This bug has been marked as a duplicate of 50994 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Verified dupe of just fixed bug 50994: "Crashing in nsCParserNode::GetNodeType,
with strict DOCTYPE and unclosed tags [@ nsCParserNode::GetNodeType]"
Tested with linux 200090708. It works.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•