Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: gdb 6.3 giving a "Child process unexpectedly missing" error: msg#00007
|
Subject: |
Re: gdb 6.3 giving a "Child process unexpectedly missing" error |
Fedora problem, switching to a fedora list.
Mike Chrabaszcz wrote:
I am running Fedora Core3 and have recently updated. And now, I can no longer
gdb run on any program. Any suggestions?
see: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=144411
update your kernel
Andrew
Regards,
MikeC.
----------------------------------------------------
gdb ./test
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library
"/lib/tls/libthread_db.so.1".
(gdb) r
Starting program: /test
warning: Child process unexpectedly missing: No child processes
Program terminated with signal ?, Unknown signal.
The program no longer exists.
You can't do that without a process to debug.
(gdb)
|
| |