|
From: Jeremy F. <je...@go...> - 2005-03-12 09:04:35
|
I have made 2.4.0.rc3 available for testing at http://www.goop.org/~jeremy/valgrind/dist/. Please test it out and report any problems at http://bugs.kde.org/enter_valgrind_bug.cgi . Changes since rc2 are: * Fix which prevents an assertion failure when a threaded program forks, and the child starts a thread. * Fix a problem in which signals which have the default action of "ignore" (SIGCONT, WINCH, USR and CHLD) interrupted a blocked syscall. For these signals, Valgrind doesn't set a signal handler unless the client needs one. * Remove segment merging from mprotect(), which was causing rtldi to trigger a Valgrind internal error. * Fix the parsing of the 'R' floating-point type in the stabs parser. The full set of changes since 2.2.0 is attached. J |