[1904] in Athena Bugs

home help back first fref pref prev next nref lref last post

Saber gripe: v2.0.4 (12/20/88 E40-349-1 vax unix 2669 0)

daemon@ATHENA.MIT.EDU (ian@ATHENA.MIT.EDU)
Wed Mar 15 14:56:04 1989

From: <ian@ATHENA.MIT.EDU>
Date: Wed, 15 Mar 89 14:56:03 EST
To: bugs@ATHENA.MIT.EDU
I notice this problem figuring out what and where is an action I set:

(break 1) 191 -> status
 (3) action at "xdir.c":53 /* FileSelected() */
Error: Log file '/tmp/saber.000463' is gone????
(break 1) 192 -> list "xdir.c":53
Line 175 past end of file 'workspace'.
   175:         XtListReturnStruct *ret_struct = (XtListReturnStruct *) ret_val;
   176:         void FileNameSansLabel();
   177: 
   178:         strcpy(CurrentSelectionName, ret_struct->string);
   179:         if (ShowFileTypes) {
   180:              FileNameSansLabel(CurrentSelectionName);
   181:         }
   182:         CurrentSelectionIndex = ret_struct->index;
   183: }
   184: 
(break 1) 193 -> file xdir.c
(break 1) 194 -> list 50 55
    50: caddr_t client_data;
    51: caddr_t ret_val;
    52: {
Line 175 past end of file 'workspace'.
   175:         XtListReturnStruct *ret_struct = (XtListReturnStruct *) ret_val;
   176:         void FileNameSansLabel();
   177: 
(break 1) 195 ->

Now, what happened is that when told I had an action at "xdir.c":53, 
I wanted to see what it was I had set there. I thought list would tell
me, but then I got that "workspace" message. The line numbers 175 ...
are wrong (they are off the end of the file "xdir.") but the source
shown is correct. Does the log file problem have something to do with this?
How should I get to see the source I typed into the action (after the fact).
Thanks.

home help back first fref pref prev next nref lref last post