Closed
Bug 53979
Opened 25 years ago
Closed 25 years ago
Go here, mozilla dies. libnecko.so problem
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: puetzk, Assigned: gagan)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.17 i586; en-US; m18) Gecko/20000919
BuildID: 2000091908
Here's my backtrace.
./mozilla -g -d gdb
---Type <return> to continue, or q <return> to quit---
[Switching to Thread 1155 (initial thread)]
Document http://www.llamafarmers.com/ loaded successfully
(no debugging symbols found)...(no debugging symbols found)...
->>>>>>>>>>>>>> Write Clipboard to memory
->>>>>>>>>>>>>> Write Clipboard to memory
->>>>>>>>>>>>>> Read Clipboard from memory
->>>>>>>>>>>>>> Write Clipboard to memory
->>>>>>>>>>>>>> Read Clipboard from memory
we don't handle eBorderStyle_close yet... please fix me
Document http://www.llamafarm.musicpage.com/ loaded successfully
Setting content window
*** Pulling out the charset
in SetSecurityButton
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x405a6710 in NSGetModule ()
---Type <return> to continue, or q <return> to quit---
from /usr/local/bin/mozilla/package/components/libnecko.so
(gdb) bt
#0 0x405a6710 in NSGetModule ()
from /usr/local/bin/mozilla/package/components/libnecko.so
#1 0x405a539d in NSGetModule ()
from /usr/local/bin/mozilla/package/components/libnecko.so
#2 0x405634a4 in NSGetModule ()
---Type <return> to continue, or q <return> to quit---
from /usr/local/bin/mozilla/package/components/libnecko.so
#3 0x40562d50 in NSGetModule ()
from /usr/local/bin/mozilla/package/components/libnecko.so
#4 0x400be3c3 in PL_HandleEvent ()
from /usr/local/bin/mozilla/package/./libxpcom.so
---Type <return> to continue, or q <return> to quit---
#5 0x400be2e3 in PL_ProcessPendingEvents ()
from /usr/local/bin/mozilla/package/./libxpcom.so
#6 0x400bf03d in nsEventQueueImpl::ProcessPendingEvents ()
from /usr/local/bin/mozilla/package/./libxpcom.so
#7 0x406e124f in NSGetModule ()
---Type <return> to continue, or q <return> to quit---
from /usr/local/bin/mozilla/package/components/libwidget_gtk.so
#8 0x406e100d in NSGetModule ()
from /usr/local/bin/mozilla/package/components/libwidget_gtk.so
#9 0x40884c10 in g_io_add_watch () from /usr/lib/libglib-1.2.so.0
#10 0x408862d9 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
---Type <return> to continue, or q <return> to quit---
#11 0x408868e3 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#12 0x40886a7c in g_main_run () from /usr/lib/libglib-1.2.so.0
#13 0x407a9d97 in gtk_main () from /usr/lib/libgtk-1.2.so.0
#14 0x406e173c in NSGetModule ()
from /usr/local/bin/mozilla/package/components/libwidget_gtk.so
---Type <return> to continue, or q <return> to quit---
#15 0x4044072a in inflate_mask ()
from /usr/local/bin/mozilla/package/components/libnsappshell.so
#16 0x804db37 in JS_PushArguments ()
#17 0x804df96 in JS_PushArguments ()
#18 0x4025aa42 in __libc_start_main () from /lib/libc.so.6
(gdb)
Reproducible: Always
Steps to Reproduce:
1.Go to this url.
2.Watch mozilla die.
3.
Actual Results:
Expected Results:
Comment 1•25 years ago
|
||
WFM on win2000 2000092320.
Comment 2•25 years ago
|
||
Works in WIN2000 2000092408
Crashes in Linux 20000917xx
Adding crash keyword.
Keywords: crash
Comment 3•25 years ago
|
||
Crashes in Linux 09/24 build.
Going to http://www.llamafarm.musicpage.com/ with NN 4.75 redirects to
http://www.btinternet.com/~sdkelly/. That URL does not crash mozilla.
Crash could be related to the redirection.
Comment 4•25 years ago
|
||
I cannot reproduce this in Linux build 2000100610... perhaps it
is a dup of bug 52397?
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 5•25 years ago
|
||
not certain that it's a dup, but it's definitely fixed. Thanks guys, verifying.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•