Skip to content

Instantly share code, notes, and snippets.

@kkartaltepe
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkartaltepe/5509dc75b46853fe35d7 to your computer and use it in GitHub Desktop.
Save kkartaltepe/5509dc75b46853fe35d7 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x00000000004ab8a0 in cef_execute_process ()
(gdb) bt
#0 0x00000000004ab8a0 in cef_execute_process ()
#1 0x00000000004017b2 in rust_cef::main () at src/main.rs:45
#2 0x00000000004842dc in rust_try_inner ()
#3 0x00000000004ee160 in sys_common::thread_info::THREAD_INFO::__KEY::h0faf494155e772a83gz ()
#4 0x000000000023fd30 in ?? ()
#5 0x0000000000000001 in ?? ()
#6 0x000000000023fc28 in ?? ()
#7 0x0000000000000000 in ?? ()
(gdb) x/i 0x00000000004ab8a0
=> 0x4ab8a0 <cef_execute_process>: jmpq *0x582798(%rip) # 0xa2e03e
(gdb) x/i 0xa2e03e
0xa2e03e: add %al,(%rax)
(gdb) x *0xa2e03e
0x0: Cannot access memory at address 0x0
(gdb) x 0xa2e03e
0xa2e03e: add %al,(%rax)
(gdb) x/g 0xa2e03e
0xa2e03e: 0xffff000000000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment