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

New issue 1261 by [email protected]: cctest/test-profile-generator/RecordStackTraceAtStartProfiling is flakey
http://code.google.com/p/v8/issues/detail?id=1261

Path: cctest/test-profile-generator/RecordStackTraceAtStartProfiling
--- stderr ---
#
# Fatal error in test/cctest/test-profile-generator.cc, line 807
# CHECK_EQ(0, current->children()->length()) failed
#   Expected: 0
#   Found: 1
#
--- stdout ---
2     0   (root) [-1]
    2     0    (anonymous function) [-1]
    2     0      a [-1]
    2     0        b [-1]
    2     1          c [-1]
    1     0            startProfiling [-2]
    1     1              v8/profiler [-1]
Command: /b/build/slave/v8-mac-debug/build/bleeding_edge/obj/test/debug/cctest test-profile-generator/RecordStackTraceAtStartProfiling --testing_serialization_file=/b/build/slave/v8-mac-debug/build/bleeding_edge/obj/test/debug/serdes_RecordStackTraceAtStartProfiling --nocrankshaft --enable-slow-asserts --debug-code --verify-heap

The extra entry (the last is the output, called from startProfiling) is caused by interpreting sample.tos as a return address to a JS function.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to