Closed
Bug 53509
Opened 25 years ago
Closed 25 years ago
hit the root_points_to_gcArenaPool assert in jsgc for "timeout.expr"
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: jband_mozilla, Assigned: jst)
Details
Attachments
(1 file)
5.54 KB,
text/plain
|
Details |
While running the browser buster I hit the root_points_to_gcArenaPool assert in
jsgc. The implicated root is: "timeout.expr" ...
.............................................................................
JS API usage error: the address passed to JS_AddNamedRoot currently holds an
invalid jsval. This is usually caused by a missing call to JS_RemoveRoot.
The root's name is "timeout.expr".
............................................................................
http://lxr.mozilla.org/seamonkey/search?string=timeout.exp
I *think* it was on http://www.warnerbros.com
I could not repeat this.
I'm suspicious of corruption because this site used the Shockwave plugin
implicated in bug 52342 where FIM (free invalid memory) errors happen.
I'll attach the stack.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
marking this as a dup.
*** This bug has been marked as a duplicate of 50705 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•