On Tue, Mar 18, 2014 at 11:21 AM, Albert Zeyer <[email protected]> wrote: > Hi, > > Sometimes, when I try to get the value of a function parameter in the > debugger (via node-inspector and V8 3.25.14 in my custom C++ app), I get > this fatal error: > > # > # Fatal error in ..\..\src\runtime.cc, line 11391 > # CHECK(!frame->GetParameter(i)->IsTheHole()) failed > # > > Is that known? > > Thanks, > Albert
That is almost certainly a V8 bug. Would it be possible for you to put together a reduced test case and file an issue at https://code.google.com/p/v8/issues? My company maintains node-inspector; if you post the link to the issue (I don't think the bug tracker lets you cc people), I'll have a look. -- -- 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/d/optout.
