Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!cbatt!ucbvax!CERNVM.BITNET!JCV From: JCV@CERNVM.BITNET.UUCP Newsgroups: mod.computers.vax Subject: Re: Enabling process dumps for detached process Message-ID: <8701300743.AA25382@ucbvax.Berkeley.EDU> Date: Fri, 30-Jan-87 02:44:18 EST Article-I.D.: ucbvax.8701300743.AA25382 Posted: Fri Jan 30 02:44:18 1987 Date-Received: Sat, 31-Jan-87 03:31:58 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 12 Approved: info-vax@sri-kl.arpa Apparently, there is no way to tell $CREPRC to set the created process to /DUMP (it must be there somewhere, because RUN/DET/DUMP works, but it's not documented). A workaround is to let the created process do it: Either (when running with DCL) do a SET PROCESS/DUMP, or call a small routine in kernel mode to set the bit in the process status. I can supply you with the code for that, if you want. This assumes you have CMKRNL privilege, but as it's only required for debugging the program, that shouldn't be a problem. Jan