[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference caldec::wrl_atom

Title:ATOM Tool Development System
Moderator:CALDEC::SCHMIDT
Created:Tue Sep 07 1993
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:309
Total number of notes:979

296.0. "info from third before death" by NNTPD::"joseph.pareti@rto.mts.dec.com" (joseph pareti) Tue Apr 22 1997 07:29

my program runs into an exception. Unfortunately running the
third-instrumented
code didn't help as it doesn't write the log file. Any idea how to do this ?
Thanks,
/Joseph
[Posted by WWW Notes gateway]
T.RTitleUserPersonal
Name
DateLines
296.1SMURF::JPWJohn P Williams, DUDE, USG, 381-2079Tue Apr 22 1997 10:0313
Hi,

I would have expected something of a log file to have been written,
unless the exception occurred very early in the process. However,
it's quite likely that Third Degree does not detect the error that
caused the exception, in which case the log file would not contain
any entry that looks like it is related to the exception.

You could try:
	1. Examining log file entries for uninitialized or invalid
	   memory access, because they may indicate a much earlier
	   problem that eventually leads to the exception
	2. Run the program in the debugger and catch the exception.