|
From: Bart V. A. <bar...@gm...> - 2007-11-22 19:38:12
|
A new drd version is available at the following location: http://home.euphonynet.be/bvassche/valgrind/valgrind-7199-drd-2007-11-22.patch.gz Changes compared to version 2007-11-18: - Renamed pre_thread_ll_create() into pre_thread_first_insn() and eliminated the first argument (parent thread ID). - Reverted core changes for notifying clients about the thread ID when a signal handler started -- how to solve this will be discussed later on. Regression test on exp-drd/tests/sigalrm fails now. - Added an extra unit test related to thread creation. - drd's command-line option --trace-address now accepts a hex address instead of a decimal address. Most important known bug: - drd is soon killed by the OOM handler when started with bigger clients. You can apply this patch with the following commands: cd valgrind zcat ../valgrind-7199-drd-2007-11-22.patch.gz | patch -p0 chmod a+x exp-drd/tests/filter* Bart Van Assche. -- Met vriendelijke groeten, Bart Van Assche. |