Re: No Symbol table in own function
Jens.Toerring_at_physik.fu-berlin.de
Date: 08/19/04
- Next message: William Payne: "Re: getopt_long() problem"
- Previous message: Måns Rullgård: "Re: GPL to LGPL"
- In reply to: Graeme Hinchliffe: "Re: No Symbol table in own function"
- Next in thread: Graeme Hinchliffe: "Re: No Symbol table in own function"
- Reply: Graeme Hinchliffe: "Re: No Symbol table in own function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Aug 2004 13:18:47 GMT
Graeme Hinchliffe <email@nospam-linkovitch.me.uk> wrote:
> On Thu, 12 Aug 2004 09:53:02 +0100, Graeme Hinchliffe wrote:
>
>> What is baffling me is that when I attach gdb to the process before it
>> segfaults, continue the execution (I have put a sleep(30) in the code so I
>> can grab it before the fault as it is a child process) it segfaults as it
>> has been doing. Now when I run bt full I get the breakdown of whats gone
>> wrong, however one of the functions I have written AND compiled with the
>> symbol table in there is listed but with "No Symbol table", so I cannot
>> see the vars or their settings!!
> ARGH! I am back at this situation again (I am convinced it is something to
> do with mysql :) ).
> I am compiling all my code into objects with gcc -g -c so there should be
> debug info availible, however gdb is reporting the following:
Are you really sure you recompiled all the files (if you e.g. just changed
the Makefile not everything will get recompiled automatically...)?
Regards, Jens
-- \ Jens Thoms Toerring ___ Jens.Toerring@physik.fu-berlin.de \__________________________ http://www.toerring.de
- Next message: William Payne: "Re: getopt_long() problem"
- Previous message: Måns Rullgård: "Re: GPL to LGPL"
- In reply to: Graeme Hinchliffe: "Re: No Symbol table in own function"
- Next in thread: Graeme Hinchliffe: "Re: No Symbol table in own function"
- Reply: Graeme Hinchliffe: "Re: No Symbol table in own function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|