Closed
Bug 69287
Opened 25 years ago
Closed 25 years ago
Crash in js_FinishCodeGenerator on page load
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: burleigh, Assigned: rogerl)
References
()
Details
Attachments
(1 file)
|
59.60 KB,
text/plain
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.8) Gecko/20010217
BuildID: 2001021720
The crash message is of the type "Attempt at xxx to read address 00000000. The
address cannot be read."
Reproducible: Always
Steps to Reproduce:
Attempt to load the page.
Actual Results: The left nav bar color draws, then the crash message.
Expected Results: Page load.
Page contains layers, loads ok in ns4 and ie55.
Comment 1•25 years ago
|
||
Confirming on 2001021720 Win2k.
The crash happens in js_FinishCodeGenerator. Updating summary and QA contact,
moving over to JavaScript Engine and re-assigning to default owner.
I'll attach a DrWatson log file.
Assignee: asa → rogerl
Status: UNCONFIRMED → NEW
Component: Browser-General → Javascript Engine
Ever confirmed: true
QA Contact: doronr → pschwartau
Summary: Crash on attempted page load → Crash in js_FinishCodeGenerator on page load
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
cc'ing Brendan, jband -
Comment 4•25 years ago
|
||
Marking as dup of 69175 (slight chance it actually dups 69165). Phil, can you
verify by testing today's build?
/be
*** This bug has been marked as a duplicate of 69175 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 5•25 years ago
|
||
This worksforme in a mozilla build with newest JS engine changes.
Comment 6•25 years ago
|
||
Verified with Mozilla trunk builds 2001-02-19-xx on WinNT, Linux, and Mac.
The page now loads fine; no crash.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•