Closed
Bug 467854
Opened 15 years ago
Closed 15 years ago
TM: Freezes with jit.content enabled [@ nanojit::Assembler::asm_store32]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Assigned: dvander)
References
()
Details
(Keywords: fixed1.9.1, hang, Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
590 bytes,
patch
|
gal
:
review+
|
Details | Diff | Splinter Review |
We get a slow script dialog on this site because assembler errors don't blacklist, so we keep trying to compile a long trace that fails every time.
![]() |
Assignee | |
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
Whats the cause of the assembler error? If we just accidentally run out of memory I am not sure we want to blacklist.
![]() |
Assignee | |
Comment 3•15 years ago
|
||
This is from bug 460511 where the reservation table gets filled.
Updated•15 years ago
|
Attachment #351290 -
Flags: review?(gal) → review+
![]() |
Assignee | |
Comment 4•15 years ago
|
||
Pushed fix as changeset: http://hg.mozilla.org/tracemonkey/rev/68a4eb0bcf48 Requesting blocking flag since this is really an unpleasant bug.
Severity: enhancement → normal
Flags: blocking1.9.1?
Whiteboard: fixed-in-tracemonkey
Updated•15 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/6e5476a2b5db
Keywords: fixed1.9.1
Updated•15 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•