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: A patch for exit.c


hjl@lucon.org (H.J. Lu) writes:

> I only see it under ia64 which is still being worked on. A program
> like

If this cannot be reproduced on another architecture this means
something is wrong in the ia64 port.  If it is a NULL pointer
dereferencing as you said it should be obvious.  Looking at the code I
see there is a test for ef_free.  This must be the value of the
flavour byte if nothing was registered.  So you have a problem
elsewhere.  By trying to fix the symptoms you don't gain anything, you
should have learned this meanwhile.

-- 
---------------.      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]