|
From: Bart V. A. <bar...@gm...> - 2007-12-24 14:05:44
Attachments:
valgrind-2007-12-24.patch
|
A long time ago pthreads-functions were instrumented in the drd-patch via modifications of coregrind/vg_preloaded.c. A.o. detached threads were recognized by intercepting pthread_create(). This intercept was active for all tools, so it made sense to add a unit test for it (none/tests/pth_detached.c). This intercept has been moved from coregrind/vg_preloaded.c to exp-drd/drd_preloaded.c, so this unit test does no longer make sense for nulgrind. This test may be removed. Regards, Bart Van Assche. |
|
From: Bart V. A. <bar...@gm...> - 2007-12-24 14:15:52
Attachments:
valgrind-2007-12-24.patch
|
Sorry, the last posted patch did not remove all references to none/tests/pth_detached -- the patch attached to this e-mail fixes this. On Dec 24, 2007 3:05 PM, Bart Van Assche <bar...@gm...> wrote: > A long time ago pthreads-functions were instrumented in the drd-patch via modifications of coregrind/vg_preloaded.c. A.o. detached threads were recognized by intercepting pthread_create(). This intercept was active for all tools, so it made sense to add a unit test for it (none/tests/pth_detached.c). This intercept has been moved from coregrind/vg_preloaded.c to exp-drd/drd_preloaded.c, so this unit test does no longer make sense for nulgrind. This test may be removed. > > Regards, > > Bart Van Assche. |