I am attempting to debug a SIGSEGV on PHP on my Ubuntu 9.10.
I've installed php5-dbg
to have the debug symbols available, however, when I start gdb, it shows the following output:
Reading symbols from /usr/bin/php...
Reading symbols from /usr/lib/debug/usr/bin/php5...done.
(no debugging symbols found)...done.
Any ideas are welcome.