home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text1435.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  728 b   |  28 lines

  1. >>>>> "webSURF4" == webSURF4  <webSURF4@ix.netcom.com> writes:
  2.  
  3.     webSURF4> I can't seem to make Executor generate an error log when
  4.     webSURF4> it crashes.  I've tried:
  5.  
  6.     webSURF4> executor -nosplash -logerr
  7.  
  8.     webSURF4> what am I doing wrong - any ideas?
  9.  
  10. If you want to capture the Executor traceback to a file when it dies
  11. under DOS, do this with a recent Executor like 1.99q9:
  12.  
  13. executor > crash
  14.  
  15. That traceback can help ARDI figure out why it died, at least in some
  16. situations.
  17.  
  18. If you want to capture other debugging info to a file (and usually you
  19. don't), you would do something like:
  20.  
  21. executor -debug all -logerr
  22.  
  23. to log some information to the file \tmp\err.out.  Make sure you have
  24. the directory \tmp.
  25.  
  26. -Mat
  27.  
  28.