This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [schwidefsky@de.ibm.com] libc/1447: malloc fails if the executable is called via /lib/ld-2.1.1.so ./testexec


> From: Andreas Jaeger <aj@suse.de>
> Date: 14 Nov 1999 19:29:46 +0100

> We received the appended bug report about a different behaviour of
> malloc when a program is called via /lib/ld-linux.so.2.  On my systems
...
> Is this a bug in the current sources?

No.  It's a bug in the kernel (all versions since at least 2.0).  The
kernel decides to start mmap() right after the program's break.

It's dependent on the relative locations of ld.so and the executable.

It's the cause of a test failure on linux-ppc if you use recent
binutils.

-- 
Geoffrey Keating <geoffk@cygnus.com>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]