mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-18 07:30:48 +00:00
Also look for gdb error message from OpenIndiana.
This commit is contained in:
parent
fbd3811ddb
commit
154d8baf63
@ -55,7 +55,7 @@ EOF
|
|||||||
if [ $r -ne 0 ]; then
|
if [ $r -ne 0 ]; then
|
||||||
fail "gdb failed: exit code $r"
|
fail "gdb failed: exit code $r"
|
||||||
fi
|
fi
|
||||||
egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${OBJ}/gdb.out
|
egrep 'Operation not permitted.|Permission denied.|Invalid argument.|Unable to access task|Inappropriate ioctl for device.' >/dev/null ${OBJ}/gdb.out
|
||||||
r=$?
|
r=$?
|
||||||
rm -f ${OBJ}/gdb.out
|
rm -f ${OBJ}/gdb.out
|
||||||
if [ $r -ne 0 ]; then
|
if [ $r -ne 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user