This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug malloc/19754] abort() of malloc/tst-malloc-thread-exit with corrupted thread stack when RLIMIT_AS is in force


https://sourceware.org/bugzilla/show_bug.cgi?id=19754

--- Comment #1 from Nick Alcock <nick.alcock at oracle dot com> ---
To reproduce with a glibc after commit
2a38688932243b5b16fb12d84c7ac1138ce50363, you need to drop the RLIMIT_AS
further for the failure to happen, but it still happens:

$ ulimit -v 500000
$ env GCONV_PATH=/usr/src/glibc/x86_64-mutilate/iconvdata
LOCPATH=/usr/src/glibc/x86_64-mutilate/localedata LC_ALL=C  
/usr/src/glibc/x86_64-mutilate/elf/ld-linux-x86-64.so.2 --library-path
/usr/src/glibc/x86_64-mutilate:/usr/src/glibc/x86_64-mutilate/math:/usr/src/glibc/x86_64-mutilate/elf:/usr/src/glibc/x86_64-mutilate/dlfcn:/usr/src/glibc/x86_64-mutilate/nss:/usr/src/glibc/x86_64-mutilate/nis:/usr/src/glibc/x86_64-mutilate/rt:/usr/src/glibc/x86_64-mutilate/resolv:/usr/src/glibc/x86_64-mutilate/crypt:/usr/src/glibc/x86_64-mutilate/mathvec:/usr/src/glibc/x86_64-mutilate/nptl
/usr/src/glibc/x86_64-mutilate/malloc/tst-malloc-thread-exit
error: pthread_create: Resource temporarily unavailable
Didn't expect signal from child: got `Aborted'

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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