Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!decwrl!ucbvax!info-vax From: mike%vax1.acs.udel.edu@LOUIE.UDEL.EDU (PORTER) Newsgroups: mod.computers.vax Subject: Getting a traceback witout signalling Message-ID: <8602030316.AA20778@vax1.acs.udel.edu> Date: Sun, 2-Feb-86 22:16:21 EST Article-I.D.: vax1.8602030316.AA20778 Posted: Sun Feb 2 22:16:21 1986 Date-Received: Mon, 3-Feb-86 23:55:23 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 9 Approved: info-vax@sri-kl.arpa One method of getting tracebacks written to a file without signalling involves duplicating the code the condition handler established by SYS$IMAGSTA uses to map and call the traceback facility. It is not real hard to do, but it does involve merging an image into the address space by calling SYS$IMAGACT and fixing up the vectors etc. If you are interested, I will send you the source code to such a routine (written in BLISS-32 or Macro). Mike Porter