I am getting:

 # Fatal error in v8/src/objects.cc, line 125
CHECK(holder != __null) failed

on this line:

    Persistent<Context> context = Context::New();

With JS stack trace:
==== Stack trace ============================================
Security context: 0x4b3ba1f1 <JS Object>#0#
     1: DefaultNumber [native runtime.js:594] (this=0x4b3ba879 <JS
Object>#1#,a=0x4c5c14a1 <Map>#2#)
     2: ToNumber [native runtime.js:505] (this=0x4b3ba879 <JS
Object>#1#,a=0x4c5c14a1 <Map>#2#)
     3: COMPARE(aka COMPARE) [native runtime.js:138]
(this=2,a=0x4c5c14a1 <Map>#2#,b=1)
     4: InstallFunctions [native v8natives.js:53] (this=0x4b3ba879 <JS
Object>#1#,a=0x4b3ba5c1 <a JSON>>#3#,b=2,c=0x4c20979d <JS
array[4]>#4#)
     5: SetupJSON [native json.js:262] (this=0x4b3ba879 <JS
Object>#1#)
     6: /* anonymous */ [native json.js:268] (this=0x4b3ba879 <JS
Object>#1#)

But not 100% consistency! I am getting other odd javascript errors
like missing members and null objects where they shouldn't be. The
javascript runs fine in other environments.

I'm only using one thread so I don't see any reason this should ever
fail. Has anyone encountered similar behavior before?

Thanks,
Kelly

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

Reply via email to