Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!cbosgd!ulysses!allegra!mit-eddie!rutgers!sri-spam!ames!ucbcad!ucbvax!MITRE-BEDFORD.ARPA!lauri From: lauri@MITRE-BEDFORD.ARPA.UUCP Newsgroups: mod.computers.vax Subject: LIB$SPAWN Problem Message-ID: <8703032103.AA28363@mitre-bedford.ARPA> Date: Tue, 3-Mar-87 16:03:12 EST Article-I.D.: mitre-be.8703032103.AA28363 Posted: Tue Mar 3 16:03:12 1987 Date-Received: Fri, 6-Mar-87 00:43:07 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 11 Approved: info-vax@sri-kl.arpa We are running a program which SPAWNS commands frequently. Most of the time, these commands work properly, but every once in a while, the LIB$SPAWN will fail. The return status for LIB$SPAWN is SS$_NOIOCHAN. I realize that LIB$SPAWN needs to assign an I/O channel to create a mailbox but I can't figure out why it can't find one. I've checked for files which have been left open earlier in the program but no luck. After I get this error, I open an existing file successfully, am unable to create an output file, and from then on, cannot even open any existing files. Has anyone ever encountered any problems like this? Any suggestions? Thanks.