Comment #5 on issue 4192 by [email protected]: 'Hello World' sample segfaults on x64 linux
https://code.google.com/p/v8/issues/detail?id=4192

$ export LD_LIBRARY_PATH=/opt/v8builds/4.5.76/lib/x64.release
$ gdb /opt/v8builds/4.5.76/bin/hello-world
(gdb) run
Starting program: /opt/v8builds/4.5.76/bin/hello-world
...
Program received signal SIGSEGV, Segmentation fault.
(gdb) bt
#0 0x00007ffff7c4c58a in v8::internal::NativesCollection<(v8::internal::NativeType)0>::GetBuiltinsCount() () from /opt/v8builds/4.5.76/lib/x64.release/libv8.so #1 0x00007ffff7961f87 in v8::internal::Heap::CreateInitialObjects() () from /opt/v8builds/4.5.76/lib/x64.release/libv8.so #2 0x00007ffff796998d in v8::internal::Heap::CreateHeapObjects() () from /opt/v8builds/4.5.76/lib/x64.release/libv8.so #3 0x00007ffff7a4f108 in v8::internal::Isolate::Init(v8::internal::Deserializer*) () from /opt/v8builds/4.5.76/lib/x64.release/libv8.so #4 0x00007ffff77c2899 in v8::Isolate::New(v8::Isolate::CreateParams const&) () from /opt/v8builds/4.5.76/lib/x64.release/libv8.so
...

I'm sure I'm shooting myself in the foot somehow...

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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.

Reply via email to