]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix 361615 - Inconsistent termination for multithreaded process terminated by signal
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 24 Sep 2016 12:06:34 +0000 (12:06 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 24 Sep 2016 12:06:34 +0000 (12:06 +0000)
commiteaefbe1f25cb09238feb037e4a2f138076ca353f
tree43849e831de6e62666da97e901cc83d19b5f4868
parent98273bc5f4be7b36732a320c75725b76d6a0e31c
Fix 361615 - Inconsistent termination for multithreaded process terminated by signal

Test program by earl_chew

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15982
NEWS
coregrind/m_main.c
coregrind/m_scheduler/scheduler.c
coregrind/m_signals.c
coregrind/pub_core_scheduler.h
none/tests/Makefile.am
none/tests/pth_term_signal.c [new file with mode: 0644]
none/tests/pth_term_signal.stderr.exp [new file with mode: 0644]
none/tests/pth_term_signal.vgtest [new file with mode: 0644]