Closed
Bug 759471
Opened 12 years ago
Closed 12 years ago
IonMonkey: Opt-only Crash [@ GetGCThingTraceKind]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 757785
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: crash, testcase, Whiteboard: [jsbugmon:update])
Crash Data
Attachments
(1 file)
(deleted),
text/javascript
|
Details |
The attached testcase crashes on ionmonkey revision 4ce3983a43f4 (run with --ion -n -m --ion-eager).
Comment 1•12 years ago
|
||
Can't reproduce on opt/dbg x86/x64 with 629d1e6261b9.
I can't reproduce this on tip or the given cset.
Reporter | ||
Comment 3•12 years ago
|
||
(In reply to David Anderson [:dvander] from comment #2)
> I can't reproduce this on tip or the given cset.
The test contains gczeal, that means you need to build the opt shell using:
--enable-optimize --disable-debug --enable-valgrind --enable-gczeal.
Can you retry with that config?
(In reply to Christian Holler (:decoder) from comment #3)
> (In reply to David Anderson [:dvander] from comment #2)
> > I can't reproduce this on tip or the given cset.
>
> The test contains gczeal, that means you need to build the opt shell using:
>
> --enable-optimize --disable-debug --enable-valgrind --enable-gczeal.
>
> Can you retry with that config?
Thanks, I can repro against the given cset and confirmed fixed by bug 757785.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•