|
From: Julian S. <js...@ac...> - 2002-10-20 20:09:20
|
Hi. Thx for the helgrind fixes. I merged the following patches into the head this afternoon: 03-poll-select (is also in 1.0.4) 04-lax-ioctls (is also in 1.0.4) 07-seginfo 13-data-syms 14-hg-tid 06-memops 15-hg-datasym 16-ld-nodelete I think Nick has already merged 08-skin-clientreq. I just tried a run of mozilla-1.0.1 on the fully patched helgrind. There are bazillions of errors reported for the _dl_num_relocations problem which we already know about (even with LD_BIND_NOW=y). If those were to be got rid of somehow, the remaining ones are sufficiently few that they might actually tell us something useful. Which is a step in the right direction. Any ideas how to get rid of this blasted _dl_num_relocations thing? Perhaps helgrind can check to see if the variable in question is indeed _dl_num_relocations, and suppress the error if so? Another interesting test is tests/unused/pth_threadpool; this gives a large number of errors, many of which pertain to _IO_2_1_stdout_. J |