Skip to content

Instantly share code, notes, and snippets.

@ondrejmirtes

ondrejmirtes/gdb Secret

Created April 14, 2021 11:44
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 ondrejmirtes/1dac0b83c7c10d6c5eaea21ac0748471 to your computer and use it in GitHub Desktop.
Save ondrejmirtes/1dac0b83c7c10d6c5eaea21ac0748471 to your computer and use it in GitHub Desktop.
Thread 3 received signal SIGSEGV, Segmentation fault.
0x0000000104e81fea in ?? ()
(gdb) bt
#0 0x0000000104e81fea in ?? ()
#1 0x0000029f000001ae in ?? ()
#2 0x0000000125c559e0 in ?? ()
#3 0x0000000125c5c560 in ?? ()
#4 0x0000000125c540c0 in ?? ()
#5 0x00007ffe41000022 in ?? ()
#6 0x0000000000000008 in ?? ()
#7 0x000000010f7eab00 in ?? ()
#8 0x0000000125c3bac0 in ?? ()
#9 0x00000000ffffffff in ?? ()
#10 0x00000000000000a0 in ?? ()
#11 0x00007ffeefbfe510 in ?? ()
#12 0x0000000104e824a9 in ?? ()
#13 0x0000000000000000 in ?? ()
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
frame #0: 0x0000000104e81fea opcache.so`zend_jit_op_array + 473
opcache.so`zend_jit_op_array:
-> 0x104e81fea <+473>: movups %xmm0, (%rax)
0x104e81fed <+476>: movups %xmm0, 0x10(%rax)
0x104e81ff1 <+480>: movups %xmm0, 0x20(%rax)
0x104e81ff5 <+484>: movups %xmm0, 0x30(%rax)
Target 0: (php) stopped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment