Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!MITRE-BEDFORD.ARPA!lauri From: lauri@MITRE-BEDFORD.ARPA.UUCP Newsgroups: mod.computers.vax Subject: Re: LIB$SPAWN Problem Message-ID: <8703052030.AA13015@mitre-bedford.ARPA> Date: Thu, 5-Mar-87 15:30:02 EST Article-I.D.: mitre-be.8703052030.AA13015 Posted: Thu Mar 5 15:30:02 1987 Date-Received: Sat, 7-Mar-87 02:42:04 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 16 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. Thanks for your replies to my problem spawning. Using SDA to examine the problematic process on the running system was very helpful in pinpointing where and how channels were left assigned in the program. It turned out that a program called FILE_ORG which we got off the network last summer was the culprit, so I replaced it and all works fine now. Thanks again.