Closed
Bug 203100
Opened 22 years ago
Closed 22 years ago
segfault in NSGetModule() in libgkcontent.so whenever I load this page
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: amish, Assigned: asa)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030303
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030303
I tried loading this page and got silent crash. Running mozilla-bin in gdb, I
have a 100% repeatable crash whenever I load this page. I can wget it to local
and then display it fine in mozilla. I can load the page in IE.
The crash happens in the middle of drawing the page - I can see some of the
text just before it segv's.
in gdb:
(gdb) run
Starting program: /usr/lib/mozilla-1.2.1/mozilla-bin
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...[New Thread 16384
(LWP 6922)]
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 32769 (LWP 6944)]
[New Thread 16386 (LWP 6945)]
[New Thread 32771 (LWP 6946)]
[New Thread 49156 (LWP 6947)]
[New Thread 65541 (LWP 6948)]
[New Thread 81926 (LWP 6949)]
[New Thread 98311 (LWP 6950)]
[New Thread 114696 (LWP 6951)]
[Thread 49156 (LWP 6947) exited]
[New Thread 131081 (LWP 6952)]
[Thread 98311 (LWP 6950) exited]
[Thread 81926 (LWP 6949) exited]
[Thread 114696 (LWP 6951) exited]
[New Thread 147466 (LWP 6953)]
[Thread 131081 (LWP 6952) exited]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 6922)]
0x40b616f6 in NSGetModule ()
from /usr/lib/mozilla-1.2.1/components/libgkcontent.so
Reproducible: Always
Steps to Reproduce:
1.Run mozilla
2.Type in the URL above and press return.
3.
Actual Results:
crash
Expected Results:
display page
Comment 1•22 years ago
|
||
>1.2.1
Sorry but 1.2.1 is to old to report bugs.
We accept only bugs from the latest milestone.
Please reopen if you see this with 1.4a or later
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•