Skip to content

Instantly share code, notes, and snippets.

@robertbasic
Created February 17, 2012 13:42
Show Gist options
  • Select an option

  • Save robertbasic/1853506 to your computer and use it in GitHub Desktop.

Select an option

Save robertbasic/1853506 to your computer and use it in GitHub Desktop.
Imagick segfault
robert@odin ~/www$ gdb php
GNU gdb (GDB) Fedora (7.3.50.20110722-10.fc16)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/php...(no debugging symbols found)...done.
Missing separate debuginfos, use: debuginfo-install php-cli-5.3.10-1.fc16.x86_64
(gdb) run imagick.php
Starting program: /usr/bin/php imagick.php
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffed298700 (LWP 18292)]
[Thread 0x7fffed298700 (LWP 18292) exited]
[New Thread 0x7fffed298700 (LWP 18293)]
[New Thread 0x7fffe7fff700 (LWP 18294)]
[New Thread 0x7fffe77fe700 (LWP 18295)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe77fe700 (LWP 18295)]
0x00000037d96099a4 in ?? ()
(gdb) bt
#0 0x00000037d96099a4 in ?? ()
#1 0x00000037d960848e in ?? ()
#2 0x0000000000000000 in ?? ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment