Created
April 24, 2015 20:46
-
-
Save radare/b2bab6a065b60f1bea79 to your computer and use it in GitHub Desktop.
frida git err
This file contains hidden or 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
> lets attach | |
/usr/bin/node: symbol lookup error: /home/pancake/Sync/private/frida-dumper/node_modules/frida/lib/binding/Release/node-v14-linux-x64/frida_binding.node: undefined symbol: _ZNK2v85Value9ToIntegerEPNS_7IsolateE | |
Breakpoint 1, _exit (status=127) at ../sysdeps/unix/sysv/linux/_exit.c:28 | |
28 ../sysdeps/unix/sysv/linux/_exit.c: No such file or directory. | |
(gdb) bt | |
#0 _exit (status=127) at ../sysdeps/unix/sysv/linux/_exit.c:28 | |
#1 0x00007ffff7de9e89 in _dl_signal_error (errcode=errcode@entry=0, | |
objname=objname@entry=0xfc1920 "/home/pancake/Sync/private/frida-dumper/node_modules/frida/lib/binding/Release/node-v14-linux-x64/frida_binding.node", occation=occation@entry=0x7ffff7df65b8 "symbol lookup error", | |
errstring=errstring@entry=0x7fffffffa150 "undefined symbol: _ZNK2v85Value9ToIntegerEPNS_7IsolateE") | |
at dl-error.c:125 | |
#2 0x00007ffff7de9f43 in _dl_signal_cerror (errcode=0, | |
objname=0xfc1920 "/home/pancake/Sync/private/frida-dumper/node_modules/frida/lib/binding/Release/node-v14-linux-x64/frida_binding.node", occation=0x7ffff7df65b8 "symbol lookup error", | |
errstring=0x7fffffffa150 "undefined symbol: _ZNK2v85Value9ToIntegerEPNS_7IsolateE") at dl-error.c:155 | |
#3 0x00007ffff7de5485 in _dl_lookup_symbol_x ( | |
undef_name=0x7fffede3dbf4 "_ZNK2v85Value9ToIntegerEPNS_7IsolateE", undef_map=0xfe95b0, ref=0x7fffffffa2b8, | |
symbol_scope=0xfe9908, version=<optimized out>, type_class=1, flags=5, skip_map=0x0) at dl-lookup.c:817 | |
#4 0x00007ffff7de94ed in _dl_fixup (l=0xfe95b0, reloc_arg=4294940688) at ../elf/dl-runtime.c:111 | |
#5 0x00007ffff7defd30 in _dl_runtime_resolve () at ../sysdeps/x86_64/dl-trampoline.S:87 | |
#6 0x00007fffefc48145 in ?? () | |
from /home/pancake/Sync/private/frida-dumper/node_modules/frida/lib/binding/Release/node-v14-linux-x64/frida_binding.node | |
#7 0x00007fffede4cac2 in ?? () | |
from /home/pancake/Sync/private/frida-dumper/node_modules/frida/lib/binding/Release/node-v14-linux-x64/frida_binding.node | |
#8 0x0000000000601537 in v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) () | |
#9 0x000000000061d81c in ?? () | |
#10 0x00001273c870740e in ?? () | |
#11 0x00001273c8720c88 in ?? () | |
#12 0x00001273c8707361 in ?? () | |
#13 0x00007fffffffa5d0 in ?? () | |
#14 0x00007fffffffa628 in ?? () | |
#15 0x00001273c8880872 in ?? () | |
#16 0x0000080099bfd301 in ?? () | |
#17 0x00001ee1300980c1 in ?? () | |
#18 0x00001ee1300a0e79 in ?? () | |
#19 0x0000080099bfd301 in ?? () | |
#20 0x00001ee1300a7609 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment