delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/12/10/23:09:19

From: "Gili" <sl AT psycode DOT com>
To: "DJGPP mailing list" <djgpp AT delorie DOT com>
Date: Wed, 10 Dec 97 23:12:51
Reply-To: "Gili" <sl AT psycode DOT com>
MIME-Version: 1.0
Subject: new RHIDE - new bug
Message-Id: <19971210230725.01cc1939.in@sun.connectmmic.net>

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019