Closed
Bug 634436
Opened 14 years ago
Closed 14 years ago
"Assertion failure: !tm->profile"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: fixed-in-tracemonkey)
Attachments
(2 files)
201 bytes,
text/javascript
|
Details | |
1.40 KB,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
./js -j -m -p t.js
Assertion failure: !tm->profile, at js/src/jstracer.cpp:6630
Reporter | ||
Comment 1•14 years ago
|
||
The first bad revision is:
changeset: 0d78f2804085
user: Bill McCloskey
date: Mon Feb 14 17:54:28 2011 -0800
summary: Bug 633069 - Change how tracejit profiler nesting works (r=gal)
Blocks: 633069
Since the patch in bug 633069, this assert is bogus. Also, there was a typo in that patch.
Attachment #512658 -
Flags: review?(gal)
Updated•14 years ago
|
Attachment #512658 -
Flags: review?(gal) → review+
Whiteboard: fixed-in-tracemonkey
Comment 4•14 years ago
|
||
I've also started seeing this on lots of sites on all platforms.
OS: Mac OS X → All
Comment 5•14 years ago
|
||
cdleary-bot mozilla-central merge info:
http://hg.mozilla.org/mozilla-central/rev/5e18294f6a9b
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•12 years ago
|
||
Filter on qa-project-auto-change:
Bug in removed tracer code, setting in-testsuite- flag.
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•