dlopen() crash -gcc 3.4.6 20060404

J.C. Pizarro jcpiza@gmail.com
Thu Jul 26 11:27:00 GMT 2007


Friendly Gaurav

Build it with the -ggdb2 option, and follow those steps:

$ gdb a.out
(gdb) start
(gdb) stepi
(gdb) backtrace
(gdb) step
(gdb) bt
(gdb) stepi
(gdb) bt
(gdb) help

It's funny ;)



More information about the Gcc mailing list