home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / mac / programm / 20526 < prev    next >
Encoding:
Text File  |  1993-01-02  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!spool.mu.edu!uwm.edu!zazen!news
  3. From: Brad Koehn <koehn@macc.wisc.edu>
  4. Subject: Re: Think C debugger problem
  5. Message-ID: <1993Jan2.082345.780@macc.wisc.edu>
  6. X-Xxdate: Sat, 2 Jan 93 08:22:57 GMT
  7. Sender: news@macc.wisc.edu (USENET News System)
  8. Organization: Data Transformations, Inc.
  9. X-Useragent: Nuntius v1.1.1d11
  10. References: <C03K7J.DxJ@rice.edu>
  11. Date: Sat, 2 Jan 93 08:23:45 GMT
  12. Lines: 20
  13.  
  14. Think C debugger problem
  15.  
  16. In article <C03K7J.DxJ@rice.edu> Robert Schmunk, schmunk@spacsun.rice.edu
  17. writes:
  18. >An application I have been working on (Think C 4 on a Mac LC II, sys 7)
  19. >recently developed an inclination to unexpectedly quit and go back to the
  20. >finder. I had just made a large number of changes so reversing the
  21. changes
  22. >was out of the question and so I just decided to turn on Think C's
  23. >debugger option. Unhappily, when the application fires up, I get the
  24. >two debugger windows and everything freezes (reboot necessary). The
  25. >debugger menu bar is blank and the only clue to the problem is a 
  26. >"Bus error" message in the listing window. 
  27.  
  28. My guess is that you may be running out of memory. Have you tried
  29. checking to see if your application is using up most of your memory,
  30. because the debugger requires its own 250K RAM partition.
  31.  
  32. Brad Koehn
  33. Data Transformations, Inc.
  34.