From: "Gili" To: "DJGPP mailing list" Date: Wed, 10 Dec 97 23:12:51 Reply-To: "Gili" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: new RHIDE - new bug Message-Id: <19971210230725.01cc1939.in@sun.connectmmic.net> Precedence: bulk Hi, I find that when I compile the following source-code under the new (multitasking-friendly) RHIDE it crashs (and self-terminates) under OS/2. When I tried compiling the same source-code under the old RHIDE v1.4 it did not fail. Robert, could you please check out this bug? Thank you, Source-code: ------------------------------------------------------------------------------------------------------------------------ main() { int x = open("foo", O_RDONLY); if (x < 0) { perror("foo"); exit(1); } } ------------------------------------------------------------------------------------------------------------------------ PS: I know the above code is missing the header files. That is NOT the problem. RHIDE reports the bugs and then crashs. Gili