]> granicus.if.org Git - procps-ng/commit
ps abort causes problems in testsuite
authorCraig Small <csmall@enc.com.au>
Sat, 3 Mar 2012 00:49:48 +0000 (11:49 +1100)
committerCraig Small <csmall@enc.com.au>
Sat, 3 Mar 2012 00:49:48 +0000 (11:49 +1100)
commita15520db8cecbac0b78f17b1207627e58c2ff9ad
tree7586a7c0aaeac5f79a027070e5c1df0ee1ca6d5f
parent82c6fccacbbc8825df7f57d73af3c66a0f9f8ee0
ps abort causes problems in testsuite

Under certain circumstances, using abort() when either make check
or make distcheck puts ps into an infinite loop around the
function catastrophic_failure() in ps and the C library raise
and abort functions.

Using exit removes this problem and does almost the same thing.
ps/global.c
testsuite/config/unix.exp