Hi, all! i just bound v8::V8::IdleNotification() to JS during some experimentation (with function binding templates, not with IdleNotification() itself) and accidentally found that when i call it in the context of an InvocationCallback, it's crashing on me. gdb unfortunately doesn't say very much here:
Program received signal SIGSEGV, Segmentation fault. 0x00007fffd283d3ad in ?? () (gdb) bt #0 0x00007fffd283d3ad in ?? () #1 0x00007ffff4041dd9 in ?? () #2 0x00007ffff7f00089 in ?? () #3 0x00007fffd283d321 in ?? () #4 0x0000000600000000 in ?? () #5 0x0000000000000000 in ?? () Is this behaviour expected? If so, is there a way we can trigger gc from an InvocationCallback? (Maybe add an Unlocker before calling it?) -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
