This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]