El Miércoles, 11 de Marzo de 2009, bay2x1 escribió: > Thanx for the immediate reply. Can you point me to any link that discusses > how to use the gdb. I am a newbie in LINUX operating system. By the way I > am using Fedora Core 10.
Go to the directory where the coredump is (probably in /var/run/opensips/corefiles). An run: ~# gdb opensips corefile (You need gdb installed). You will enter in a gdb console, so run: gdb> bt -- Iñaki Baz Castillo _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
