Skip to content

Instantly share code, notes, and snippets.

@git-kale
Created June 27, 2020 17:19
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 git-kale/6a7e7191ba880b015915f35507133ca4 to your computer and use it in GitHub Desktop.
Save git-kale/6a7e7191ba880b015915f35507133ca4 to your computer and use it in GitHub Desktop.
root@e406e62e4acc:~# python3 test.py
{what}: Segmentation fault
root@e406e62e4acc:~# gdb python3
............
(gdb) run test.py
Starting program: /usr/bin/python3 test.py
warning: Error disabling address space randomization: Operation not permitted
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Detaching after fork from child process 19881]
[New Thread 0x7fbe407b8700 (LWP 19883)]
[New Thread 0x7fbe3ffb7700 (LWP 19884)]
[New Thread 0x7fbe3b7b6700 (LWP 19885)]
[New Thread 0x7fbe3afb5700 (LWP 19886)]
[New Thread 0x7fbe367b4700 (LWP 19887)]
[New Thread 0x7fbe35fb3700 (LWP 19888)]
[New Thread 0x7fbe317b2700 (LWP 19889)]
[New Thread 0x7fbe2a6d9700 (LWP 19890)]
[New Thread 0x7fbe29ed8700 (LWP 19891)]
[New Thread 0x7fbe296d7700 (LWP 19892)]
[New Thread 0x7fbe28ed6700 (LWP 19893)]
[New Thread 0x7fbe1bfff700 (LWP 19894)]
Thread 13 "python3" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fbe1bfff700 (LWP 19894)]
__strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:65
65 ../sysdeps/x86_64/multiarch/strlen-avx2.S: No such file or directory.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment