Closed
Bug 496981
Opened 16 years ago
Closed 16 years ago
Debugger crashing on breakpoint
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rcampbell, Unassigned)
References
()
Details
(Keywords: crash, crashreportid)
Attachments
(2 files)
With Firebug 1.4b1 (or a31) installed,
1. go the URL above. (http://www.procreativeinc.com/golf_courses.aspx)
2. open Firebug and select the Script panel
3. Reload the page
4. from the scripts drop-down, select golf-courses.aspx.
5. on line 26, set a breakpoint.
6. reload the page again.
Page breaks as you would expect, but crashes after a couple of seconds.
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090608 Shiretoko/3.5pre ID:20090608031104
http://crash-stats.mozilla.com/report/index/f28a77c6-f16e-49ee-a951-5fc6e2090608?p=1
| Reporter | ||
Updated•16 years ago
|
Keywords: crash,
crashreportid
Comment 1•16 years ago
|
||
can you reproduce on a current hourly, or on TM tip?
| Reporter | ||
Comment 2•16 years ago
|
||
reloading that URL with firebug enabled is producing:
Assertion failure: 0, at /Volumes/Data/MOZILLA-191/mozilla-1.9.1/js/jsd/jsd_scpt.c:828
see attached stack trace.
| Reporter | ||
Comment 3•16 years ago
|
||
(reloading that URL with a debug-enabled build of Firefox 3.5pre, that is)
| Reporter | ||
Comment 4•16 years ago
|
||
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090608 Shiretoko/3.5pre ID:20090608201035
built from:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/4578911cc143
Comment 5•16 years ago
|
||
That assertion looks like it's because bug 483847 never landed on the 1.9.1 branch.
| Reporter | ||
Comment 6•16 years ago
|
||
testcase passes in m-c:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090608 Minefield/3.6a1pre ID:20090608031213
http://hg.mozilla.org/mozilla-central/rev/4f11e242a00e
Fails on latest tracemonkey build:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090608 Minefield/3.6a1pre ID:20090608031213
http://hg.mozilla.org/tracemonkey/rev/1f99f42b5382
| Reporter | ||
Comment 7•16 years ago
|
||
yeah, they broke our test case solidly. I'm going to see if I can extract enough of their code to recreate it and retest with the landed fix from bug 483847.
| Reporter | ||
Comment 8•16 years ago
|
||
corrected test page
| Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 9•16 years ago
|
||
tonight's shiretoko fixes the problem in the attached testcase, (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090610 Shiretoko/3.5pre).
verified test breaks on 3.5b99.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•