From: CSBVAX::MRGATE!RELAY-INFO-VAX@CRVAX.SRI.COM@SMTP 9-AUG-1988 03:25 To: ARISIA::EVERHART Subj: VAX DEBUG v4.7-1 bug Received: From KL.SRI.COM by CRVAX.SRI.COM with TCP; Tue, 9 AUG 88 00:01:08 PDT Received: from CitHex.Caltech.Edu by KL.SRI.COM with TCP; Mon, 8 Aug 88 23:59:17 PDT Date: Mon, 8 Aug 88 23:59:03 PDT From: carl@CitHex.Caltech.Edu Message-Id: <880808235903.120@CitHex.Caltech.Edu> Subject: VAX DEBUG v4.7-1 bug To: info-vax@CitHex.Caltech.Edu X-ST-Vmsmail-To: INFOVAX I've narrowed down the problem I reported earlier with the debugger not dealing properly with zero-terminated ASCII strings when debugging C programs. The problem occurs when using VAX DEBUG version 4.7-1, but not when using the DEBUG version 4.5-6. The problem occurs whether VAX C version 2.1-007 or version 2.3-024 is used, and appears not to depend on any other of the system shareable libraries. The workaround, therefore, is to copy the old versions of SYS$LIBRARY:DEBUG.EXE and SYS$MESSAGE:DBGTBKMSG.EXE onto your system, and then define DEBUG and DBGTBKMSG to point to them (for example: $ DEFINE DEBUG SYS$SHARE:DEBUG_V045-6 $ DEFINE DBGTBKMSG SYS$MESSAGE:DBGTBKMSG_V045-6 is what I've set up for myself on CITHEX) when you need to debug something that uses a lot of ASCIZ. Now that I've narrowed the problem down to "almost certainly a VAX DEBUG bug introduced between v4.5-6 and v4.7-1", can anybody tell me if this is still a problem under VMS v5.0? Thanks.