Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2004 15:51:22 +0200
From:      Willem Jan Withagen <wjw@withagen.nl>
To:        Georgi Guninski <guninski@guninski.com>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: two 4GB mallocs => SEGV
Message-ID:  <417E565A.5010009@withagen.nl>
In-Reply-To: <20041026133651.GF2841@sivokote.iziade.m$>
References:  <20041026115041.GE2841@sivokote.iziade.m$> <417E474A.1000401@withagen.nl> <20041026125709.GF1003@straylight.m.ringlet.net> <417E4D6C.4040508@withagen.nl> <20041026133002.GG1003@straylight.m.ringlet.net> <20041026133651.GF2841@sivokote.iziade.m$>

next in thread | previous in thread | raw e-mail | index | archive | help
Georgi Guninski wrote:

> On Tue, Oct 26, 2004 at 04:30:02PM +0300, Peter Pentchev wrote:
> 
>>Still, Georgi, can you check if you have a MALLOC_OPTIONS variable or
>>a /etc/malloc.conf symlink?
>>
> 
> 
> don't have neither.
> default install.
> iirc the problem is also in 5.2.

And again on a 5.2 i386 box:
[/tmp] root@freebee> a.out
80000000
a.out in malloc(): error: allocation failed
Abort (core dumped)
[/tmp] root@freebee> ll /etc/malloc.conf
ls: /etc/malloc.conf: No such file or directory
[/tmp] root@freebee> ln -s AXZ /etc/malloc.conf
[/tmp] root@freebee> a.out
80000000
a.out in malloc(): error: allocation failed
Abort (core dumped)
[/tmp] root@freebee> uname -a
FreeBSD freebee.digiware.nl 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Jul  9 
18:44:14 CEST 2004
  root@freebee.digiware.nl:/usr/obj/usr/src5/src/sys/FREEBEE  i386

Which is all as expected.

But I don't have i386-CURRENT other AMD64 releases around.

--WjW




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?417E565A.5010009>