Closed Bug 719848 Opened 13 years ago Closed 8 years ago

[jsdbg2] Assertion failure: !comp->rt->gcRunning, at ../jsgcinlines.h:345

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: decoder, Assigned: jorendorff)

References

Details

(Keywords: assertion, testcase)

The following test asserts on mozilla-central 7edc6c4cf83d with WIP2 patch from bug 716647 (options -m -n):


var appendToActual = function(s) {
    actual += s + ',';
}
var g = newGlobal('new-compartment');
function attach(i) {
    var dbg = Debugger(g);
}
    attach(i);
g.eval("var line0 = Error().lineNumber;\n" + "Math.sin(0);\n");
actual = '';
  var a = arguments;
  for (var i = (.404e0 ); Int8Array; ++i) {
    appendToActual(a == arguments);
  }


This is the same assert as in bug 684575, but this test only asserts with the WIP2 patch from bug 716647, so it could be a different (patch related) issue.
This no longer asserts for me on tip, even with -m -n --no-ion. (Instead, it loops forever. The last 3 lines of the test case are an infinite loop.)
Sorry, never mind. I misread the description. Bug 716647 never landed.
(In reply to Christian Holler (:decoder) from comment #0)
> this test only asserts with
> the WIP2 patch from bug 716647, so it could be a different (patch related)
> issue.

Bug 716647 landed, but in a very different form, and I can't reproduce this assertion failure. Let's close this > 3 year old bug.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.