- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- GDB error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 03:29 AM
01-07-2004 03:29 AM
GDB error
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
- Tags:
- gdb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 03:35 AM
01-07-2004 03:35 AM
Re: GDB error
Hi,
Sorry for silly question. May I know what is this GDB?
TIA
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 03:44 AM
01-07-2004 03:44 AM
Re: GDB error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 01:25 AM
01-08-2004 01:25 AM
Re: GDB error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2004 08:00 AM
01-10-2004 08:00 AM
Re: GDB error
Check your maxuprc value in the kernel, and if it is lower than 75, set it to 75, regen the kernel and try again.