Hi guys, Just updated V8 to the latest trunk revision - which is supposed to be stable, am I right?
But it crashes: $ svn checkout http://v8.googlecode.com/svn/trunk/ v8 $ cd v8 $ svn info | grep Revision Revision: 12101 $ gcc -v gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) $ make dependencies $ make ia32.debug $ ./out/ia32.debug/cctest test-api 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/handles-inl.h, line 64 # CHECK(location_ != __null) failed # ==== Stack trace is not available ========================== ==== Isolate for the thread is not initialized ============= Trace/breakpoint trap -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
