This is the mail archive of the libc-hacker@sources.redhat.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: PATCH: Assorted BP fixes


Andreas Jaeger <aj@suse.de> writes:

> And by default we even try to avoid creating core dumps in the
> testsuite.  For example test-skeleton.c explicitily disables core
> dumps.

IMO, it's bad to do this unconditionally.  Fortunately I see only one
test program (math/test-fenv) that does this.  It's easy enough to do
this outside the test program by prefixing the test run with `ulimit -c'
(assuming SHELL=bash), and that should be conditional.

Greg

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