[Bug testsuite/20600] parallel testsuite hang in [nd_]syscall.exp

dsmith at redhat dot com sourceware-bugzilla@sourceware.org
Thu Sep 15 20:13:00 GMT 2016


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

--- Comment #3 from David Smith <dsmith at redhat dot com> ---
> I wonder if tcl/expect handles a child getting a SIGSEGV properly.

If I write a simple C program that looks like:

====
#include <sys/types.h>
#include <signal.h>
#include <unistd.h>

int
main()
{
        kill(getpid(), SIGSEGV);
        return 0;
}
====

and then do:

====
# tclsh
% catch { exec ./sigsegv }
1
====

That executes immediately, no hang.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list