Bug #45967 | Test alias fails under valgrind | ||
---|---|---|---|
Submitted: | 6 Jul 2009 11:30 | Modified: | 10 Jul 2009 13:23 |
Reporter: | Sveta Smirnova | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S3 (Non-critical) |
Version: | 5.1, azalea | OS: | Linux |
Assigned to: | Georgi Kodinov | CPU Architecture: | Any |
[6 Jul 2009 11:30]
Sveta Smirnova
[10 Jul 2009 13:23]
Georgi Kodinov
Sveta, I've tried with the latest 5.1-bugteam bzr repository on a fully updated Fedora 10 x86_64 with valgrind-3.4.1 compiled as an RPM. I'm not getting these warnings with alias.test. I'm getting others, but they're already reported in bug#46003 and bug#46034. By looking at the callstacks imho these are glibc problems. Please update either update your installation or try adding a suppression to valgrind.supp that stops these warnings on your particular platform/glibc combination. My versions are as follows : $ /lib/libc.so.6 GNU C Library stable release version 2.9, by Roland McGrath et al. Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled by GNU CC version 4.3.2 20081105 (Red Hat 4.3.2-7). Compiled on a Linux >>2.6.18-92.1.18.el5<< system on 2008-12-08. Available extensions: The C stubs add-on version 2.1.2. crypt add-on version 2.1 by Michael Glad and others GNU Libidn by Simon Josefsson Native POSIX Threads Library by Ulrich Drepper et al BIND-8.2.3-T5B RT using linux kernel aio For bug reporting instructions, please see: <http://www.gnu.org/software/libc/bugs.html>. $ uname -a Linux magare 2.6.27.25-170.2.72.fc10.x86_64 #1 SMP Sun Jun 21 18:39:34 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux $ valgrind --version valgrind-3.4.1 $ gcc --version gcc (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7) Copyright (C) 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.