Closed Bug 952409 Opened 11 years ago Closed 10 years ago

Assertion failure: thing->tenuredZone() == trc->zone || trc->runtime->isAtomsZone(thing->tenuredZone()), at jsgc.cpp

Categories

(Core :: JavaScript Engine, defect)

x86_64
macOS
defect
Not set
critical

Tracking

()

VERIFIED FIXED
mozilla29

People

(Reporter: gkw, Assigned: jimb)

References

Details

(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:update])

Attachments

(1 file)

Attached file lldb stack
x = 'a'
x += 'b'
fullcompartmentchecks(true)
evaluate("", ({
    global: newGlobal(),
    elementProperty: x
}))

asserts js debug shell on m-c changeset 599100c4ebfe without any CLI arguments at Assertion failure: thing->tenuredZone() == trc->zone || trc->runtime->isAtomsZone(thing->tenuredZone()), at jsgc.cpp

My configure flags are:

CC="clang -Qunused-arguments" AR=ar CXX="clang++ -Qunused-arguments" sh ./configure --target=x86_64-apple-darwin12.5.0 --enable-optimize --enable-debug --enable-profiling --enable-gczeal --enable-debug-symbols --enable-methodjit --enable-type-inference --disable-tests --with-ccache --enable-threadsafe <other NSPR options>
I think this is also likely related to bug 637572..
Blocks: 637572
Flags: needinfo?(ejpbruel)
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
JSBugMon: The testcase found in this bug no longer reproduces (tried revision bfe4ed6d47ce).
Whiteboard: [jsbugmon:update,ignore] → [jsbugmon:bisectfix]
autoBisect shows this is probably related to the following changeset:

The first good revision is:
changeset:   http://hg.mozilla.org/mozilla-central/rev/3743ea445b81
user:        Jim Blandy
date:        Wed Jan 22 16:41:15 2014 -0800
summary:     Bug 952885: When doing cross-global compilations in the shell, properly wrap CompileOptions members for the new global. r=njn

Jim, is bug 952885 a likely fix?
Flags: needinfo?(ejpbruel) → needinfo?(jimb)
Yes, that's almost certainly a fix.
Flags: needinfo?(jimb)
Although --- please note that you should use 'elementAttributeName', not 'elementProperty', for that regression test, since bug 942251.
Setting FIXED by bug 952885.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Whiteboard: [jsbugmon:bisectfix] → [jsbugmon:update]
Assignee: nobody → jimb
Depends on: 952885
Target Milestone: --- → mozilla29
Keywords: verifyme
Status: RESOLVED → VERIFIED
JSBugMon: This bug has been automatically verified fixed.
Keywords: verifyme
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: