home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gdb.bug
- Path: sparky!uunet!europa.asd.contel.com!howland.reston.ans.net!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!shark.mitra.COM!larry
- From: larry@shark.mitra.COM (Larry Williamson)
- Subject: gdb 4.7 cannot attach to a running process in SunOS 4.1.x
- Message-ID: <LARRY.92Dec14121221@shark.mitra.com>
- Sender: gnulists@ai.mit.edu
- Organization: Mitra Imaging Inc.
- Distribution: gnu
- Date: Mon, 14 Dec 1992 07:12:21 GMT
- Approved: bug-gdb@prep.ai.mit.edu
- Lines: 28
-
- We use attach and detach a lot. I recently upgraded from gdb 4.3 to
- 4.7. Now we cannot attach and detach.
-
- I've had a look over the gdb code, for hints, but I can not work out
- the problem.
-
- There error message we get is
-
- ------------------------------
- # gdb test_command 4443
- GDB is free software and you are welcome to 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.
- GDB 4.7, Copyright 1992 Free Software Foundation, Inc...
-
- /home/larry/test/4443: No such file or directory.
-
- Can't attach to a process on this machine.
- ------------------------------
- The machines are all sparc's, running SunOS 4.1.2 and 4.1.3.
-
- Our application code is compiled with gcc 2.2.2 and gcc 2.3.2. We use
- the standard sun linker (ld), not gnu-ld. Shared libraries are used.
-
- Any suggestions?
-
- -larry
-
-