Mail Archives: cygwin/1997/01/08/14:27:36
Here is small program that crashes cygwin.
---- cut here - try.cc ------
int main()
{
struct rlimit rl;
getrlimit( RLIMIT_CORE, &rl );
rl.rlim_cur = rl.rlim_max;
setrlimit( RLIMIT_CORE, &rl );
}
------- cut here
Now try to compile this with
g++ try.cc
It should give warning about non-declared types, but g++ instead of it
crashes itself and sometimes all Windows ( I use Win95 )
Is this a 'feature' or bug ?
Artur Biesiadowski
<abies AT sunrise DOT pg DOT gda DOT pl>
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -