home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / gdb / bug / 1318 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.4 KB  |  41 lines

  1. Newsgroups: gnu.gdb.bug
  2. 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
  3. From: larry@shark.mitra.COM (Larry Williamson)
  4. Subject: gdb 4.7 cannot attach to a running process in SunOS 4.1.x
  5. Message-ID: <LARRY.92Dec14121221@shark.mitra.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Mitra Imaging Inc.
  8. Distribution: gnu
  9. Date: Mon, 14 Dec 1992 07:12:21 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 28
  12.  
  13. We use attach and detach a lot. I recently upgraded from gdb 4.3 to
  14. 4.7. Now we cannot attach and detach.
  15.  
  16. I've had a look over the gdb code, for hints, but I can not work out
  17. the problem.
  18.  
  19. There error message we get is 
  20.  
  21. ------------------------------
  22. # gdb test_command 4443
  23. GDB is free software and you are welcome to distribute copies of it
  24.  under certain conditions; type "show copying" to see the conditions.
  25. There is absolutely no warranty for GDB; type "show warranty" for details.
  26. GDB 4.7, Copyright 1992 Free Software Foundation, Inc...
  27.  
  28. /home/larry/test/4443: No such file or directory.
  29.  
  30. Can't attach to a process on this machine.
  31. ------------------------------
  32. The machines are all sparc's, running SunOS 4.1.2 and 4.1.3.
  33.  
  34. Our application code is compiled with gcc 2.2.2 and gcc 2.3.2. We use
  35. the standard sun linker (ld), not gnu-ld. Shared libraries are used.
  36.  
  37. Any suggestions?
  38.  
  39. -larry
  40.  
  41.