Closed
Bug 47815
Opened 25 years ago
Closed 25 years ago
crash while loading page
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: riku.voipio, Assigned: rogerl)
References
()
Details
(Keywords: crash)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.3.99-pre9 i686; en-US; m16) Gecko/20000802
BuildID: 2000080217
opening mozilla with http://www.myanmar.com will
crash mozilla. straced, the following is got at the end:
mprotect(0x42423000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42424000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42425000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42426000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42427000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42428000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42429000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x4242a000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x4242b000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x4242c000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x4242d000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x4242e000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x4242f000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42430000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42431000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42432000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42433000, 4096, PROT_READ|PROT_WRITE) = 0
mprotect(0x42434000, 4096, PROT_READ|PROT_WRITE) = 0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
there is a kazzilion of mprotect(...) calls before it sigsevs.
Reproducible: Always
Steps to Reproduce:
1. go to http://www.myanmar.com/
I believe it is the javasript code that is crashing mozilla.
It looks ok, however,mand ns4 render it correctly.
Oh, the site and it's propaganda sucks anayway, but I guess
mozilla shouldn't crash anyway...
Comment 1•25 years ago
|
||
On Win2k with build 2000080608 the page loads ok. But the progres bar seems to
keep stading at 86%, but I think that's another already reported bug...
Reporter | ||
Comment 2•25 years ago
|
||
confirmed, downloaded nightly build 2000080605 for linux, and it
displays it fine.
Comment 3•25 years ago
|
||
Marking WorksForMe. Using Linux build ID 2000080414 -
Could the reporter try a different build and try to reproduce? Thanks -
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Adding crash keyword for fix and/or verification escalation
Keywords: crash
Comment 5•25 years ago
|
||
Verifying WorksForMe
Using Mozilla tip builds 2000-08-15 on WinNT, Linux;
Mac commercial build 2000081413
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•