1834912 Members
2996 Online
110071 Solutions
New Discussion

GDB error

 
ayelet_1
Occasional Contributor

GDB error

Hi All,

I am receiving error message when running GDB.

Does someone know these errors? (Please don't recommend to work with WDB...)

(gdb)Program terminated with signal SIGKILL, Killed.
The program no longer exists.
You can't do that without a process to debug.


Thanks in advanced,
Ayelet
4 REPLIES 4
Shahul
Esteemed Contributor

Re: GDB error


Hi,

Sorry for silly question. May I know what is this GDB?

TIA
Shahul
ayelet_1
Occasional Contributor

Re: GDB error

Gdb is Gnu debugging tool version 5.00
Clive Quinn
Occasional Advisor

Re: GDB error

Hi,

I have also had some problems with GDB/WDB crashing. I resolved this problem by installing the latest patches for my compiler (i.e aCC 5.52 )and using gdb/wdb version 4.0 Rev: 20030619.010541 running on HP/UX 11.23. I actually had problems with gdb/wdb version 4.1. Now I am not sure what compiler or O/S versions you are using but I think that maybe this should be your first step:
Find out what the latest versions for your compiler/os are .Install these and try debugger again. If still some problems then ensure you have latest version of gdb. Search the patch database for your OS and you should find the relevant info.

Hope this helps
Clive
Jim Butler
Valued Contributor

Re: GDB error

Make sure your gdb is not on an nfs mounted disk, if it is, you may need to modify the automount export options (nointr may be required)

Check your maxuprc value in the kernel, and if it is lower than 75, set it to 75, regen the kernel and try again.
Man The Bilge Pumps!