From: Julian Seward Date: Wed, 18 Sep 2002 14:56:45 +0000 (+0000) Subject: Document sighandling fix in 1.0.3. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2151ac60781785762326963e9b4c747688cac69;p=thirdparty%2Fvalgrind.git Document sighandling fix in 1.0.3. MERGE TO ERASER git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_1_0_BRANCH@1075 --- diff --git a/CURRENT_BUG_STATUS b/CURRENT_BUG_STATUS index 147f1b435a..9117ec29ce 100644 --- a/CURRENT_BUG_STATUS +++ b/CURRENT_BUG_STATUS @@ -5,7 +5,7 @@ the end of this file, which has a list of the bugs known in, but not fixed in, the current release. -Release 1.0.3 (17 Sept 02) +Release 1.0.3 (18 Sept 02) ~~~~~~~~~~~~~~~~~~~~~~~~~~ Fairly minor things -- stability fixes and a few new syscalls. Note that new functionality will appear in development snapshots, @@ -14,10 +14,16 @@ not this stable branch. - Fix some segfaults apparently caused by the duplicate-error-merging machinery. This is a potentially important stability fix. -- pthread_kill would incorrectly deliver a signal to a thread even - if the thread currently had the signal blocked. Fixed. It _may_ - also fix some assertion failures in scheduler_sanity() in - vg_scheduler.c. +- Signal handling fix: pthread_kill would incorrectly deliver a signal + to a thread even if the thread currently had the signal blocked. + Fixed. It _may_ also fix some assertion failures in scheduler_sanity() + in vg_scheduler.c. + +- Signal handling fix: fix stupid bug causing this: + vg_signals.c:1065 (vgPlain_signal_returns): + Assertion `sigNo >= 1 && sigNo <= 64' failed. + This bug could also have caused arbitrary other weird failures + in signal handling. - Add suppressions for SuSE 8.1.