|
From: Paul F. <pa...@fr...> - 2012-06-03 07:22:47
|
Hi We just switched our reference platform to RHEL 6.2, using Valgrind 3.7.0 Now we're getting loads of errors in __GI___strncasecmp_l I see that in "memcheck/mc_replace_strmem.c" line 680 of 1585 [head svn version] there is STRCASECMP_L(VG_Z_LIBC_SONAME, strcasecmp_l) STRCASECMP_L(VG_Z_LIBC_SONAME, __GI_strcasecmp_l) STRCASECMP_L(VG_Z_LIBC_SONAME, __GI___strcasecmp_l) but at "memcheck/mc_replace_strmem.c" line 645 of 1585 STRNCASECMP_L(VG_Z_LIBC_SONAME, strncasecmp_l) STRNCASECMP_L(VG_Z_LIBC_SONAME, __GI_strncasecmp_l) There seems to be a STRNCASECMP_L(VG_Z_LIBC_SONAME, __GI___strncasecmp_l) missing. I'll try adding it and confirm either tonight or tomorrow. A+ Paul |
|
From: Julian S. <js...@ac...> - 2012-06-03 09:11:36
|
On Sunday, June 03, 2012, Paul Floyd wrote: > I'll try adding it and confirm either tonight or tomorrow. Please do. J |
|
From: <pa...@fr...> - 2012-06-04 10:09:33
|
----- Original Message ----- > On Sunday, June 03, 2012, Paul Floyd wrote: > > I'll try adding it and confirm either tonight or tomorrow. > > Please do. Hi Just done the test, and the problem is fixed. A+ Paul |