The first parameter gdb takes (opensips) is not a folder but the opensips binary (a file) you know where you have your opensips installed, so point to it with the entire path.
Regards, Bogdan bay2x1 wrote: > I tried your instruction but there was no opensips folder. And I seems not to > be able to find the opensips core folder... > > Iñaki Baz Castillo wrote: > >> 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 >> >> >> > > _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
