mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
selftest/gdb_backtrace: use 'unset LD_PRELOAD'
We may have bugs in socket_wrapper and others, we don't want to inject these bugs into the debugger. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
cc6102915b
commit
9178e72dcc
@ -2,6 +2,8 @@
|
||||
|
||||
BASENAME=`basename $0`
|
||||
|
||||
unset LD_PRELOAD
|
||||
|
||||
if [ -n "$VALGRIND" -o -n "$SMBD_VALGRIND" ]; then
|
||||
echo "${BASENAME}: Not running debugger under valgrind"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user