home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.96 / text2838.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.3 KB  |  45 lines

  1.     id m0tyhMP-0007qCa; Mon, 18 Mar 96 09:00 MST
  2. Sender: owner-executor
  3. Received: by ftp.ardi.com (Smail3.1.29.1 #3)
  4.     id m0tyhB2-0007qeC; Mon, 18 Mar 96 08:48 MST
  5. Received: by gwar.ardi.com (Smail3.1.29.1 #3)
  6. References: <m0tygqu-000GPWC@gwar.ardi.com>
  7. Message-id: <m0tyh9g-000GPWC@gwar.ardi.com>
  8. Subject: Re: Help with -logerr file
  9. Cc: executor@ardi.com
  10. Newsgroups: comp.emulators.mac.executor
  11. In-reply-to: <m0tygqu-000GPWC@gwar.ardi.com>
  12. To: webSURF4@ix.netcom.com
  13. Date: Mon, 18 Mar 96 08:47 MST
  14. From: mat@ardi.com (Mat Hostetter)
  15. Sender: owner-executor@ardi.com
  16. Precedence: bulk
  17.  
  18. >>>>> "webSURF4" == webSURF4  <webSURF4@ix.netcom.com> writes:
  19.  
  20.     webSURF4> I can't seem to make Executor generate an error log when
  21.     webSURF4> it crashes.  I've tried:
  22.  
  23.     webSURF4> executor -nosplash -logerr
  24.  
  25.     webSURF4> what am I doing wrong - any ideas?
  26.  
  27. If you want to capture the Executor traceback to a file when it dies
  28. under DOS, do this with a recent Executor like 1.99q9:
  29.  
  30. executor > crash
  31.  
  32. That traceback can help ARDI figure out why it died, at least in some
  33. situations.
  34.  
  35. If you want to capture other debugging info to a file (and usually you
  36. don't), you would do something like:
  37.  
  38. executor -debug all -logerr
  39.  
  40. to log some information to the file \tmp\err.out.  Make sure you have
  41. the directory \tmp.
  42.  
  43. -Mat
  44.  
  45.