-
-
Save ggreer/40fd28f1825c00b2348d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt | |
#0 0x00007ffc908a6cc9 in raise () from /lib/x86_64-linux-gnu/libc.so.6 | |
#1 0x00007ffc908aa0d8 in abort () from /lib/x86_64-linux-gnu/libc.so.6 | |
#2 0x00007ffc9089fb86 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 | |
#3 0x00007ffc9089fc32 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6 | |
#4 0x0000000000d39d00 in node::Buffer::New(v8::Isolate*, v8::Local<v8::String>, node::encoding) () | |
#5 0x0000000000d39e04 in node::Buffer::CreateFromString(v8::FunctionCallbackInfo<v8::Value> const&) () | |
#6 0x00000cba33164aa8 in ?? () | |
#7 0x00007fffc5de02f0 in ?? () | |
#8 0x00007fffc5de0330 in ?? () | |
#9 0x0000000000000002 in ?? () | |
#10 0x0000000000000000 in ?? () | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment