Closed Bug 8798 Opened 25 years ago Closed 25 years ago

JavaScript not able to concatinate tree element in dump()

Categories

(Core :: JavaScript Engine, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: hangas, Assigned: hyatt)

Details

There is a dump() statement in the JavaScript that will not execute with today's
treewidget landing.  The statement is dump("tree = " + tree + "\n"); tree is the
result of getElementById() for a tree widget.  dump(tree) works, dump(tree + "\
n") works, dump(tree + tree) fails.

Sending to hyatt since he may understand the problem.
Blocks: 8794
Severity: blocker → normal
Target Milestone: M8
Reset severity.  We have workaround.  We can remove all the statements that dump
a tree element.  I still believe we should fix soon, because other developers may
not figure out the problem with output that reads "dump is not a function".
Status: NEW → ASSIGNED
This may be the result of the JS landing this morning by fur.  cc'ing.
A memory corruption bug was cured at around 1 PM today.  You might want to
re-pull mozilla/js/src and try again.
No longer blocks: 8794
Target Milestone: M8 → M11
Paul, is this still broken?
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Marking this fixed. cmanske was having the same problem. I tracked it informally
with him and it went away when that corruption problem was fixed.
Working for me too.
Status: RESOLVED → VERIFIED
verified --cmb
You need to log in before you can comment on or make changes to this bug.