Status: New
Owner: ----

New issue 1077 by [email protected]: v8 failure on OpenBSD (any versions of v8)
http://code.google.com/p/v8/issues/detail?id=1077

Hello,

v8 has been failing on OpenBSD for a long time now.

Currently I've tested with both the head and stable versions.

First of all there is a patch needed for head to make it compile on OpenBSD. I've attached that one.

The problem itself:

#
# Fatal error in src/api.cc, line 118
# CHECK(i::V8::IsRunning()) failed
#

Abort trap (core dumped)


----

Or the stable version error message:

#
# Fatal error in v8::Context::New()
# Error initializing V8
#

Abort trap (core dumped)


----

And here is the backtrace of the first crash:
#0  0x000000020684335a in kill () from /usr/lib/libc.so.58.0
#1  0x000000020689e461 in abort () at /usr/src/lib/libc/stdlib/abort.c:68
#2 0x00000000006ba6ff in v8::internal::OS::Abort () at src/platform-openbsd.cc:196 #3 0x0000000000438818 in V8_Fatal (file=0x850595 "src/api.cc", line=118, format=0x8503bd "CHECK(%s) failed") at src/checks.cc:58 #4 0x0000000000406279 in CheckHelper (file=0x850595 "src/api.cc", line=118, source=0x851a5d "i::V8::IsRunning()", condition=false) at checks.h:60 #5 0x0000000000418552 in DefaultFatalErrorHandler (location=0x855249 "v8::Context::New()", message=0x8547c5 "Error initializing V8") at src/api.cc:118 #6 0x000000000040c1de in v8::Utils::ReportApiFailure (location=0x855249 "v8::Context::New()", message=0x8547c5 "Error initializing V8") at src/api.cc:209 #7 0x000000000040c21a in ApiCheck (condition=false, location=0x855249 "v8::Context::New()", message=0x8547c5 "Error initializing V8") at src/api.cc:223 #8 0x000000000040d056 in EnsureInitialized (location=0x855249 "v8::Context::New()") at src/api.cc:281 #9 0x0000000000411ee9 in v8::Context::New (extensions=0x0, global_template={val_ = 0x0}, global_object={val_ = 0x0}) at src/api.cc:3375 #10 0x000000000040313e in main (argc=2, argv=0x7f7ffffe38e0) at src/mksnapshot.cc:221


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

Reply via email to