Closed
Bug 488030
Opened 17 years ago
Closed 17 years ago
Crash [@ js_Interpret], again
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 488015
People
(Reporter: syskin2, Unassigned)
References
()
Details
Attachments
(1 file)
|
44.54 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090411 Firefox/3.6a1pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090411 Minefield/3.6a1pre
Minefield is crashing [@ js_Interpret ]
Reproducible: Always
Steps to Reproduce:
1. Open http://www.sonystyle.com/
2. Click on the page, or close it
Actual Results:
http://crash-stats.mozilla.com/report/index/63757dd7-bc37-4c4f-82f1-aafe82090412
Stack looks exactly like bug 487563, so it looks like that patch missed a spot.
| Reporter | ||
Comment 1•17 years ago
|
||
Uh sorry the URL is http://cid-f1fe659595f259a4.skydrive.live.com/browse.aspx/.Public/WTW%20Nightly
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•17 years ago
|
Hardware: x86 → All
Version: unspecified → Trunk
Updated•17 years ago
|
OS: Windows Vista → All
Comment 2•17 years ago
|
||
Is this the same issue as bug 488015?
Comment 4•17 years ago
|
||
Crashes on mousedown.
The script is based on http://js.wlxrs.com/ThrSXI2Xmq6gSUXlWvGZAw/liteframeworkex.js
|var b| is shadowed, and crashes in |function b()|.
It's similar to Bug 488015.
Comment 5•17 years ago
|
||
Any dependent bugs that appear fixed by the patch (soon, not ready yet, tried a smaller approach; need to do the bigger thing) for bug 488015 should be dup'ed. This sounds like a dup from comment 4.
/be
Comment 6•17 years ago
|
||
The patch for 488015 is in the latest TM build and the crash no longer occurs when visiting the URL.
TM build:
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2a1pre) Gecko/20090415 Minefield/3.6a1pre Firefox/3.0.7 ID:20090415021724
Comment 7•17 years ago
|
||
Thanks, marking this as a dup.
/be
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•