On Tue, Sep 02, 2003 at 01:20:21PM -0400, roconnor wrote:
> The following program segfaults for me on XP Pro SP1 with both 1.3.22-1 and
> 1.5.3-1, but not on NT 4.0 with 1.3.22-1.
> 
> -----------------------------------------------------------------
> #include <stdlib.h>
> 
> int
> main()
> {
>   while (malloc (15*1024*1024))
>     ;
>   return 0;
> }
> -----------------------------------------------------------------
Should be fixed in the next version.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to