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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: interesting change


Thorsten Kukuk <kukuk@suse.de> writes:

> 1. One of our malloc function was called before the crash in
>   a way that __libc_pagesize is not set the first time.

The value is set in a constructor which runs before any application
code.  Except if the application somehow inluences the constructors
which does not only break mallo.c

> 2. The application malloc changes pagesize ? (Don't think this
>   is possible, but ...)

No, this is not possible.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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