--- Marc Krawitz <[EMAIL PROTECTED]> wrote: > Here's the symbol table from one of the errors. Does this shed any > light on > the problem? > > Thanks, > > Marc >
Yes. If you look at the code %ZTM3 is looping through the "B" cross-reference on the VOLUME SET file (#14.5) and assuming that entries it finds in the cross-reference correspond to actual entries in the file. Appaarently, they do not, so when it pulls ZTI out of the "B" cross-reference and tries to do a direct read from the global, a null subscript error results. The reason it is doing is this is to resynchronize (find any waiting tasks) after a crash. If I were you, I'd STOP Taskman, re-build the "B" cross-reference on file 14.5 and be sure that there are no entries in that file you don't want. Next, you may need to list tasks and go ahead and delete (using the "Delete Task" option) any left over entries. But that's not as important as taking care of your problem with the VOLUME SET file. === Gregory Woodhouse <[EMAIL PROTECTED]> "If you give someone Fortran, he has Fortran. If you give someone Lisp, he has any language he pleases." --Guy L. Steele, Jr. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
