[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: core-Dateien



Michael Vogt <lists@moep.dyndns.org> wrote:
>  CC="/usr/bin/gcc -g" ./configure gemacht, ircd ist gerade mal wieder 
> abgesürtzt. Allerdings zeigt er keine Infos mehr an in der core-Datei 
> als davor.

Merkwuerdig. Die Sourcen liegen noch da wo Du ihn gebaut hast?

> gesetzt. Eine Idee was man noch machen muss um die core-Datei 
> aufschlussreicher zu bringen?

Evtl. hat Dir irgendwas das Binary gestripped? Verpackst Du das in einem
Package? Dann wird es automatisch stripped.

Schau Dir halt mal `gdb /dein/ircd' (also ohne das core hintendran) an.
Mach z.B. ein `list', da muesste dann irgendwas aus der Umgebung
	int     main(int argc, char *argv[])
auftauchen.
Wenn Dir `list' sagt
	No symbol table is loaded.  Use the "file" command.
dann hat Dir irgendwas Deine Debugging Symbole weggestripped.


regards
   Mario
-- 
We know that communication is a problem, but the company is not going to
discuss it with the employees.
                       -- Switching supervisor, AT&T Long Lines Division


Reply to: