Status: New
Owner: ----

New issue 2650 by [email protected]: x64.debug failure in test-api/SetJitCodeEventHandler
http://code.google.com/p/v8/issues/detail?id=2650

With HEAD at r14366, I get reliable failures when running the SetJitCodeEventHandler test.

$ /home/wingo/src/v8/out/x64.debug/cctest --stress-opt --always-opt test-api/SetJitCodeEventHandler --nobreak-on-abort --nodead-code-elimination --nofold-constants --enable-slow-asserts --debug-code --verify-heap --testing_serialization_file=/home/wingo/src/v8/out/.serdes/serdes_SetJitCodeEventHandler__stress_opt__always_opt


#
# Fatal error in ../src/heap-inl.h, line 811
# CHECK((v8::internal::Isolate::Current()->heap())->always_allocate_scope_depth_ == 0) failed
#

==== C stack trace ===============================

 1: V8_Fatal
 2: v8::internal::AlwaysAllocateScope::AlwaysAllocateScope()
 3: v8::internal::MarkCompactCollector::EvacuateNewSpace()
 4: v8::internal::MarkCompactCollector::EvacuateNewSpaceAndCandidates()
 5: v8::internal::MarkCompactCollector::SweepSpaces()
 6: v8::internal::MarkCompactCollector::CollectGarbage()
 7: v8::internal::Heap::MarkCompact(v8::internal::GCTracer*)
8: v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GCTracer*) 9: v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollector, char const*, char const*) 10: v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, char const*)
11: v8::internal::Heap::CollectAllGarbage(int, char const*)
12: v8::internal::Execution::HandleStackGuardInterrupt(v8::internal::Isolate*) 13: v8::internal::Runtime_StackGuard(v8::internal::Arguments, v8::internal::Isolate*)
14: ??


Attempt to print stack while printing stack (double fault)
If you are lucky you may find a partial stack dump on stdout.


==== JS stack trace =========================================

Aborted


I'm taking a look to see which cpde opens an alwaysallocate scope that recurses.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to