The actual error sent to the console is:

#
# Fatal error in c:\svn\v8\trunk\src\isolate.h, line 444
# CHECK(isolate != 0) failed
#

On Oct 6, 2:39 pm, Adrian <[email protected]> wrote:
> Hi,
>
> As soon as I declare the first v8 variable in my code, my application
> triggers a break point.
>
> Upon debugging, the problem is in i::Isolate::Current(), where the
> assertion ASSERT(isolate != NULL); fails.
>
> This seems to be a linking problem, since it does not happy in another
> project.
>
> Does anybody know what would cause this to happen?
>
> I am working in visual studio 2005, and my project links statically to
> v8.
>
> Thanks a lot,
>
> Adrian.

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

Reply via email to