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: [Various] libc/1609: Error in 'make check' origtest with testobj1.so


James Renken <jrenken@sandwich.net> writes:

> The glibc2 sources were unchanged.  I was running Linux 2.2.14 with the
> Secure-Linux patch (2.2.14-ow2); however, I looked at a few options, and
> the check works perfectly with the non-executable stack option of
> Secure-Linux disabled.

What's the normal reaction of the kernel if the program tries to
execute code on the stack with the option enabled?  If it terminates
the program (what I would expect) this means that the glibc code does
not contain any code which tries to execute code on the stack.  From
this follows that the kernel modification has a problem since it
effects other code as well.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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