Closed
Bug 554572
Opened 15 years ago
Closed 15 years ago
Taras' graphs don't work
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a4
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: bzbarsky, Assigned: brendan)
References
()
Details
(Keywords: regression)
Attachments
(5 files)
This is a regression from bug 542002 (at least so bisect claims).
STEPS TO REPRODUCE: Load http://people.mozilla.org/~tglek/startup/systemtap_graphs/visualize.html#original.data.html
ACTUAL RESULTS: Red square and JS error.
EXPECTED RESULTS: Pretty graph with some green in it.
ADDITIONAL INFORMATION:
Error: au is not defined
Source File: http://people.mozilla.org/~tglek/startup/systemtap_graphs/support/raphael.js
Line: 7
|au| is a closure var.
I'll attach some files to make it possible to reproduce this directly in bugzilla, including a prettified version or raphael.js that gives a more useful line number and all.
| Reporter | ||
Updated•15 years ago
|
Blocks: 542002
Keywords: regression
| Reporter | ||
Comment 1•15 years ago
|
||
| Reporter | ||
Comment 2•15 years ago
|
||
| Reporter | ||
Comment 3•15 years ago
|
||
| Reporter | ||
Comment 4•15 years ago
|
||
| Assignee | ||
Updated•15 years ago
|
Assignee: general → brendan
| Assignee | ||
Updated•15 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
| Assignee | ||
Comment 5•15 years ago
|
||
Could use some lithium help reducing this, my by-hand attempt did not work.
/be
| Assignee | ||
Comment 6•15 years ago
|
||
This is due to the problem reported at bug 545759, which is bigger than stated there. I will disable partial flat closures here, and work on a fix to re-enable them in 545759.
/be
Status: NEW → ASSIGNED
| Assignee | ||
Comment 7•15 years ago
|
||
This should go into tm and m-c ASAP.
/be
Attachment #434638 -
Flags: review?(jorendorff)
| Assignee | ||
Updated•15 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.9.3a4
Updated•15 years ago
|
Attachment #434638 -
Flags: review?(jorendorff) → review+
| Assignee | ||
Comment 8•15 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/91f2500e48e5
http://hg.mozilla.org/mozilla-central/rev/77d5a7f48a4e
/be
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 9•15 years ago
|
||
Brendan, can you write a testcase now that you know the root cause, or due you still want me to try to reduce the graph code?
| Assignee | ||
Comment 10•15 years ago
|
||
Jesse: I didn't reduce, I just diagnosed -- if you can get the Raphael code that broke reduced a ways, I can help take it further. Thanks,
/be
Updated•15 years ago
|
blocking2.0: ? → betaN+
| Assignee | ||
Comment 11•15 years ago
|
||
Sayrer this is fixed in m-c and tm per comment 8 -- doesn't need betaN+, right?
/be
blocking2.0: betaN+ → ---
Comment 12•15 years ago
|
||
In the general case, blocking flags on FIXED bugs are valid - if they get reopened, they likely still need to block.
blocking2.0: --- → betaN+
You need to log in
before you can comment on or make changes to this bug.
Description
•