Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!hao!gatech!uflorida!codas!novavax!hcx1!hcx2!daver From: daver@hcx2.SSD.HARRIS.COM Newsgroups: comp.lang.c Subject: Turbo C Problem? Message-ID: <44100006@hcx2> Date: 26 Feb 88 01:18:00 GMT Lines: 25 Nf-ID: #N:hcx2:44100006:000:699 Nf-From: hcx2.SSD.HARRIS.COM!daver Feb 25 20:18:00 1988 The following dumb, little program is compiled with Turbo-C 1.0, running under MS-DOS 3.2. Shortly after starting up, the C compiler goes berserk. The screen flashes in reverse video and the operating system reboots itself. In a larger example, the auto-reboot does not take place, but the C compiler hangs up, the recommended "control-break to quit" has no effect, and I have to reboot the system anyway. What is going on? Is this a C compiler problem? Would there be any difference in version 1.5? #define R 41 #define C 480 main() { struct { unsigned a:1; } b[R][C]; int i, j; for (i=0; i