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

New issue 2729 by [email protected]: cctest/test-api/StaticGetters is crashing in debug mode
http://code.google.com/p/v8/issues/detail?id=2729

1. Checkout v8 bleeding_edge r15104
2. make x64.debug
3. ./out/x64.debug/cctest --nocrankshaft test-api

Result:

$ ./out/x64.debug/cctest --nocrankshaft test-api
<unknown>:51: Uncaught TypeError: Object 0 has no method 'foo'
<unknown>:12: Uncaught Error
Testing positive ...
Testing negative ...
Testing positive with modified prototype chain ...
Testing positive ...
Testing negative ...
Testing positive ...
Testing negative ...
CountingErrorCallback("StringEmpty()", "Kill V8")
CountingErrorCallback("v8::String::Empty()", "V8 is no longer usable")
CountingErrorCallback("v8::String::Empty()", "V8 is no longer usable")
CountingErrorCallback("v8::Context::New()", "V8 is no longer usable")
CountingErrorCallback("v8::Context::New()", "V8 is no longer usable")


#
# Fatal error in ../src/api.h, line 376
# CHECK(allow_empty_handle || that != __null) failed
#

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

 1: V8_Fatal
 2: v8::Utils::OpenHandle(v8::Context const*, bool)
 3: v8::Context::Enter()
4: v8::LocalContext::LocalContext(v8::ExtensionConfiguration*, v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::Value>)
 5: ??
 6: CcTest::Run()
 7: main
 8: __libc_start_main
 9: ??

==== JS stack trace is not available =======================


==== Isolate for the thread is not initialized =============

Trace/breakpoint trap (core dumped)



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