Closed
Bug 193611
Opened 23 years ago
Closed 23 years ago
Os/2 - www.oldversion.com crashes Mozilla in mozjs.dll
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: enigma2, Assigned: mkaply)
References
()
Details
(Keywords: crash)
Attachments
(1 file, 1 obsolete file)
|
626 bytes,
patch
|
brendan
:
review+
mkaply
:
superreview+
dbaron
:
approval1.3+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.3b) Gecko/20030211
Build Identifier: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.3b) Gecko/20030211
Download page on www.oldversion.com crashes Mozilla in mozjs.dll
Reproducible: Always
Steps to Reproduce:
1.go to www.oldversion.com, click Realplayer on the sidebar
2.on the next page click Realplayer 8
3.crash in mozjs.dll happens after the next page loads
Actual Results:
crash/browser closes/etc
Expected Results:
download file
Comment 1•23 years ago
|
||
Over to JavaScript Engine as a first guess.
Component: Browser-General → JavaScript Engine
Keywords: crash
| Assignee | ||
Comment 3•23 years ago
|
||
taking - appears to be os/2 only.
Assignee: asa → mkaply
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: www.oldversion.com crashes Mozilla in mozjs.dll → Os/2 - www.oldversion.com crashes Mozilla in mozjs.dll
| Assignee | ||
Comment 4•23 years ago
|
||
Need to set MAX_INTERP_LEVEL to 30 for OS/2
| Assignee | ||
Updated•23 years ago
|
Attachment #114630 -
Flags: review?(pschwartau)
Updated•23 years ago
|
QA Contact: asa → pschwartau
Comment 5•23 years ago
|
||
Comment on attachment 114630 [details] [diff] [review]
Fix
r=rginda. Like phil said over mail, we probably need to set this for the
standalone shell too. It looks to me like js/src/config.mk has no provision
for os/2 though. Could be that nobody cares about Makefile.ref on os/2.
Attachment #114630 -
Flags: review?(pschwartau) → review+
| Assignee | ||
Comment 6•23 years ago
|
||
I talked to brendan about this and he said if I come up with a good value for
OS/2, I should just put it in the code.
I did some initial investigation and found that 250 is a good number for OS/2.
I put the #ifdef in and also modified the existing #ifdef to be more clear. I
hope this is OK.
Attachment #114630 -
Attachment is obsolete: true
| Assignee | ||
Updated•23 years ago
|
Attachment #114814 -
Flags: review?(brendan)
Comment 7•23 years ago
|
||
Comment on attachment 114814 [details] [diff] [review]
Better patch
Ok by me.
/be
Attachment #114814 -
Flags: review?(brendan) → review+
| Assignee | ||
Comment 8•23 years ago
|
||
Comment on attachment 114814 [details] [diff] [review]
Better patch
OK, just to confuse things, I asked rginda to r= on IRC and I'm taking
brendan's r as an sr if that is OK.
Looking for approval for 1.3final since this is a crasher on OS/2.
Attachment #114814 -
Flags: superreview+
Attachment #114814 -
Flags: approval1.3?
Attachment #114814 -
Flags: approval1.3? → approval1.3+
| Assignee | ||
Comment 9•23 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•