Date: Tue, 28 Mar 1995 13:56:27 -0800 (PST) From: Darwin Hawes To: djgpp Subject: getch This is a bit of an odd error. The following bit of source code either segmentation faults, or reboots the computer: #include . . . putch('\n'); . . . A putch('q'), however does not. This is in a relatively large program, which hooks the serial port, and also displays to the screen using the routines in pc.h. The code worked fine until a little while ago, when it suddenly started crashing on newlines being output. I can't duplicate the problem in a smaller program. I'm running version 1.12m2 in non DPMI mode. ##########=========================-------------------------------------* # Darwin Hawes | I This is a typical net.posting. Any resemblance to reality is I | strictly coincidental. # *-------------------------------------=========================##########