From: j DOT aldrich6 AT genie DOT com Message-Id: <199606100418.AA034670310@relay1.geis.com> Date: Mon, 10 Jun 96 04:22:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: Printer Error Reply to message 9951537 from J DOT ALDRICH6 AT GE on 06/09/96 6:18PM >Explode". There was also a patch posted on the list that was >supposed to fix some erroneous behavior with the stdout and stdprn >streams. Well, I got and installed the patch, but after doing so >encountered another problem. If I told the program to output to stdprn I just looked at my files, and the patch was simply to correct the file handle numbers associated with stdprn and stdaux. So the reason the SIGSEGV didn't occur before the patch was that stdprn was pointing to the wrong stream. In the fixed version, the bug seems to have appeared. John