Status: Assigned
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 2732 by [email protected]: ResetSharedFunctionInfoCountersDuringMarkSweep fails with --stress-compaction
http://code.google.com/p/v8/issues/detail?id=2732

out/ia32.debug/cctest ResetSharedFunctionInfoCountersDuringMarkSweep --stress-compaction


#
# Fatal error in ../src/mark-compact.cc, line 452
# CHECK(p->markbits()->IsClean()) failed
#

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

 1: V8_Fatal
2: v8::internal::MarkCompactCollector::VerifyMarkbitsAreClean(v8::internal::PagedSpace*)
 3: v8::internal::MarkCompactCollector::VerifyMarkbitsAreClean()
 4: v8::internal::MarkCompactCollector::Prepare(v8::internal::GCTracer*)
 5: v8::internal::Heap::MarkCompact(v8::internal::GCTracer*)
6: v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GCTracer*) 7: v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollector, char const*, char const*) 8: v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, char const*)
 9: v8::internal::Heap::CollectAllGarbage(int, char const*)
10: v8::internal::Heap::IdleNotification(int)
11: v8::internal::V8::IdleNotification(int)
12: v8::V8::IdleNotification(int)
13: ??
14: CcTest::Run()
15: main
16: __libc_start_main
17: ??
Trace/breakpoint trap (core dumped)


Please add
FLAG_stress_compaction = false;
at the start of the test if this is a bogus test.


--
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