| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Thu, 4 Sep 2003 13:03:26 +0200 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: 1.5.3 and 1.3.22: malloc segfault |
| Message-ID: | <20030904110326.GB27802@cygbert.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <20030902172021 DOT GA3984 AT delwin> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <20030902172021.GA3984@delwin> |
| User-Agent: | Mutt/1.4.1i |
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:cygwin AT cygwin DOT com
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |