change directory to where your core file is and run: gdb opensips core
On Thu, Oct 27, 2011 at 1:50 PM, ddgiants <[email protected]> wrote: > I tried and maybe (probably) I am doing it wrong but I get No Stack when > doing backtrace. See below for complete cli actions. > > > hp-opensuse:/usr/local/etc/opensips # gdb opensips > GNU gdb (GDB) SUSE (7.1-3.12) > Copyright (C) 2010 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 "i586-suse-linux". > For bug reporting instructions, please see: > <http://www.gnu.org/software/gdb/bugs/>... > Reading symbols from /usr/local/sbin/opensips...done. > (gdb) break fpc_raiseexception > Function "fpc_raiseexception" not defined. > Make breakpoint pending on future shared library load? (y or [n]) y > Breakpoint 1 (fpc_raiseexception) pending. > (gdb) run > Starting program: /usr/local/sbin/opensips > Missing separate debuginfo for /lib/ld-linux.so.2 > Try: zypper install -C > "debuginfo(build-id)=22e2b3718e8271a0d899156a796b0a90bc4dc391" > Missing separate debuginfo for /lib/libdl.so.2 > Try: zypper install -C > "debuginfo(build-id)=20519b5f2874a1cf29e149802cfbef0db142633f" > Missing separate debuginfo for /lib/libresolv.so.2 > Try: zypper install -C > "debuginfo(build-id)=e31b0c6ef67cd17db53a672233c2dea4fb8a068d" > Missing separate debuginfo for /lib/libc.so.6 > Try: zypper install -C > "debuginfo(build-id)=62a8bfd7732322fa6b9c39d39a830a8028804534" > Missing separate debuginfo for /usr/lib/libmysqlclient.so.16 > Try: zypper install -C > "debuginfo(build-id)=4fa4c47b1643dc0739e94f82f955c7d81f236a85" > Missing separate debuginfo for /lib/libz.so.1 > Try: zypper install -C > "debuginfo(build-id)=afddd839a6c18dd308b04b5289c56cc3abd1384f" > Missing separate debuginfo for /lib/libcrypt.so.1 > Try: zypper install -C > "debuginfo(build-id)=cee134849d03d157570f83e7f7fe2050a5448018" > Missing separate debuginfo for /lib/libnsl.so.1 > Try: zypper install -C > "debuginfo(build-id)=5435457ff255d30b598a8d0fc6855e8405093368" > Missing separate debuginfo for /lib/libm.so.6 > Try: zypper install -C > "debuginfo(build-id)=cea8cd6cde71d5c31abbfd61e716cf37338e92f3" > Missing separate debuginfo for /lib/libssl.so.1.0.0 > Try: zypper install -C > "debuginfo(build-id)=538b5a52f3fca165e9084f20595e5c9ce8582c63" > Missing separate debuginfo for /lib/libcrypto.so.1.0.0 > Try: zypper install -C > "debuginfo(build-id)=748b7a6af35635f6d49b3e490bc63326a29d90f4" > Missing separate debuginfo for /usr/lib/libxml2.so.2 > Try: zypper install -C > "debuginfo(build-id)=a84b0ccc306532a656dd15b2259db8a3f19c1aa7" > Listening on > udp: 192.168.1.116 [192.168.1.116]:5060 > Aliases: > > Detaching after fork from child process 22168. > > Program exited normally. > (gdb) backtrace > No stack. > (gdb) quit > hp-opensuse:/usr/local/etc/opensips # > > -- > View this message in context: > http://opensips-open-sip-server.1449251.n2.nabble.com/B2BUA-Top-Hiding-in-1-7-trunk-tp6933831p6937343.html > Sent from the OpenSIPS - Users mailing list archive at Nabble.com. > > _______________________________________________ > 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
