https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90589

--- Comment #6 from mccannd at uk dot ibm.com ---
Yes, I've got it failing in a Fedora 30 virtual image outside of any container.

root@localhost ~]# LD_PRELOAD=/lib64/libasan.so.5.0.0
ASAN_OPTIONS=alloc_dealloc_mismatch=0 gdb $(which ps)
warning: Found custom handler for signal 7 (Bus error) preinstalled.
warning: Found custom handler for signal 8 (Floating point exception)
preinstalled.
warning: Found custom handler for signal 11 (Segmentation fault) preinstalled.
Some signal dispositions inherited from the environment (SIG_DFL/SIG_IGN)
won't be propagated to spawned programs.
GNU gdb (GDB) Fedora 8.2.91.20190401-23.fc30
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/ps...
(No debugging symbols found in /usr/bin/ps)
Missing separate debuginfos, use: dnf debuginfo-install
procps-ng-3.3.15-5.fc30.x86_64
(gdb) run
Starting program: /usr/bin/ps 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
^C
Program received signal SIGINT, Interrupt.
0x00007ffff73705f8 in pthread_rwlock_wrlock () from /lib64/libpthread.so.0
(gdb) where
#0  0x00007ffff73705f8 in pthread_rwlock_wrlock () from /lib64/libpthread.so.0
#1  0x00007ffff73c2833 in textdomain () from /lib64/libc.so.6
#2  0x00007ffff75ee531 in ?? () from /lib64/libasan.so.5.0.0
#3  0x000055555555ec6f in ?? ()
#4  0x00007ffff73b1f33 in __libc_start_main () from /lib64/libc.so.6
#5  0x000055555555f65e in ?? ()

Reply via email to