On Mon, Nov 25, 2013 at 11:13 AM, Gregory Hlavac <[email protected]> wrote: > New information, this now also happens on this line. > > Utility::trace("\tLine of exception: " + to_string(msg->GetLineNumber())); > > I am however able to use msg->GetScriptResourceName() successfully just > before that. > > d:\trsdependencies\v8trunk\src\contexts.cc (47): > v8::internal::Context::builtins > d:\trsdependencies\v8trunk\src\api.cc (2184): v8::CallV8HeapFunction > d:\trsdependencies\v8trunk\src\api.cc (2198): v8::Message::GetLineNumber > c:\trs\trstrunk\trunk\game\exceptionutility.cpp (99): > ExceptionUtility::reportException > > So any idea what the hell is going on here?
Have you checked with gdb what's going on? `make x64.debug` or `make ia32.debug` will give you a debug binary. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
