From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Schalit To: gdb@sourceware.cygnus.com Subject: Re: Need help with a backtrace Date: Thu, 15 Feb 2001 11:04:00 -0000 Message-id: <3A8C27A6.73CA238D@pacbell.net> References: <3A883607.BF2396E4@pacbell.net> <3A883F3C.6DB5C98D@cygnus.com> <3A888BCA.84305AE1@pacbell.net> <3A8BE44D.799A6BF4@redhat.com> X-SW-Source: 2001-02/msg00182.html Fernando Nasser wrote: > > Matt Schalit wrote: Thanks again for the reply. My followup was stuck in Pacbell's queue for a few days, during which time I figured out how to make the info files and read them. Your post definitely helped me and confirmed what I read. Btw, that was one of the best info files I've ever seen. It was very intuitive and logical in it's layout. Thanks to everyone who worked on that, for sure! Amazing. Now I finally understand about breakpoints, and will just have to man handle it a bit until I get good. They're a bit swamped over in the gnome bugs department, and I haven't heard anything back on this. Part of the problem is that there are so many lists that things slip by. I'll have to post to them again with a better subject line. ------ I'm going to stick a final question in down here, in case you've read this far :) In general, when a backtrace gives a really meager output like the following: > > (gdb) file /usr/local/cgi-bin/convert > > (gdb) run > > Program received signal SIGSEGV, Segmentation fault. > > 0x80016d76 in ?? () from /usr/lib/libc.so.1 > > (gdb) bt > > #0 0x80016d76 in ?? () from /usr/lib/libc.so.1 > > #1 0x80016c5c in ?? () from /usr/lib/libc.so.1 > > #2 0x8001826d in ?? () from /usr/lib/libc.so.1 > > #3 0x8001932d in ?? () from /usr/lib/libc.so.1 > > #4 0x80014b20 in ?? () from /usr/lib/libc.so.1 and that's all the lines it output, am I supposed to put breakpoints into my convert program to see when it makes a call to a libc function? I can't understand why there's so little info nor why it left out the function values. Thanks again for your help! Matthew