home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gdb / bug / 1355 < prev    next >
Encoding:
Text File  |  1993-01-07  |  2.0 KB  |  54 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!tao.rice.edu!haider
  3. From: haider@tao.rice.edu (Haider Abbas Rizvi)
  4. Subject: gdb-4.6 (4.7) bug on rs/6000
  5. Message-ID: <C0GtI2.GII@rice.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Rice University
  8. Distribution: gnu
  9. Date: Thu, 7 Jan 1993 03:54:02 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 41
  12.  
  13. I have noticed a bug in the gdb-4.6 when running on a rs/6000 machine. 
  14.  
  15. When I load a program and run it, it works fine. But if I recompile the
  16. program, and ask gdb to run it again without explicitly reloading it, gdb
  17. gets into a infinite loop; on other machines, gdb determines itself that the
  18. executable is newer and reloads it itself. 
  19.  
  20. An example session is follows.
  21. ----------------------------------------------------------------------------
  22. Current directory is /lido/haider/research/solalg/svd/twops/
  23.  
  24. (gdb) run
  25. Starting program: /lido/haider/research/solalg/svd/twops/svd.noprof 4 6
  26. matrix size = 4, sweeps = 6
  27.   
  28. ****************************************************************************
  29. The program ran and gave some output.
  30. After this I recompiled the program and typed run as below.
  31. ****************************************************************************  
  32.   
  33. (gdb) run 4 6
  34. The program being debugged has been started already.
  35. Start it from the beginning? (y or n) y
  36. `/lido/haider/research/solalg/svd/twops/svd.noprof' has changed; re-reading symbols.
  37. `/lido/haider/research/solalg/svd/twops/svd.noprof' has changed; re-reading symbols.
  38.   
  39. ****************************************************************************
  40. This line keeps on repeating till I hit C-c C-c
  41. ****************************************************************************
  42. (gdb) Quit
  43.  
  44. ----------------------------------------------------------------------------
  45.  
  46. I have the same code compiled for a sparc, and there it runs correctly.
  47. Has someone else noticed it, has this been discussed. Would someone send a
  48. correction to this if there is one, etc etc.
  49. Please reply by email if you can, I usually don't follow this newsgroup.
  50. Thanks,
  51. --
  52. Haider
  53.  
  54.