Comment 5 for bug 1640542

Revision history for this message
Olivier Tilloy (osomon) wrote :

When attaching with gdb to the render process, I’m seeing this:

Program received signal SIGSEGV, Segmentation fault.
0xf5ac171a in IsEmpty () at ../../v8/include/v8.h:502
502 ../../v8/include/v8.h: No such file or directory.
(gdb) bt
#0 0xf5ac171a in IsEmpty () at ../../v8/include/v8.h:502
#1 NewHandle () at ../../oxide/shared/renderer/oxide_v8_scoped_persistent.h:56
#2 NewInstance ()
    at ../../oxide/shared/renderer/oxide_object_backed_native_handler.cc:208
#3 0xf5ac439c in SendMessageInner ()
    at ../../oxide/shared/renderer/oxide_script_message_manager.cc:223
#4 0xf47f5192 in Call () at ../../v8/src/api-arguments.cc:21
#5 0xf4857bfa in HandleApiCallHelper<false> ()
    at ../../v8/src/builtins/builtins-api.cc:106
#6 0xf48580b2 in Builtin_Impl_HandleApiCall ()
    at ../../v8/src/builtins/builtins-api.cc:135
#7 Builtin_HandleApiCall () at ../../v8/src/builtins/builtins-api.cc:123
#8 0x49a0a33c in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)