From: kent Date: May 13 2006 11:15pm Subject: bk commit into 5.1 tree (kent:1.2374) List-Archive: http://lists.mysql.com/commits/6347 Message-Id: <20060513231558.EDB96B615A5@boortz.dyndns.org> Below is the list of changes that have just been committed into a local 5.1 repository of kent. When kent does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.2374 06/05/14 01:14:47 kent@stripped +1 -0 valgrind.supp: Added suppressions for Red Hat AS 4 mysql-test/valgrind.supp 1.6 06/05/14 01:13:57 kent@stripped +73 -0 Added suppressions for Red Hat AS 4 # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: kent # Host: c-7b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se # Root: /Users/kent/mysql/bk/mysql-5.1-release --- 1.5/mysql-test/valgrind.supp 2006-03-29 13:27:30 +02:00 +++ 1.6/mysql-test/valgrind.supp 2006-05-14 01:13:57 +02:00 @@ -15,6 +15,54 @@ } { + pthread allocate_tls memory loss 2 + Memcheck:Leak + fun:calloc + fun:_dl_allocate_tls + fun:pthread_create@@GLIBC_2.1 +} + +{ + pthead_exit memory loss 1 + Memcheck:Leak + fun:malloc + fun:_dl_new_object + fun:_dl_map_object_from_fd +} + +{ + pthread_exit memory loss 2 + Memcheck:Leak + fun:malloc + fun:_dl_map_object + fun:dl_open_worker +} + +{ + pthread_exit memory loss 3 + Memcheck:Leak + fun:malloc + fun:_dl_map_object_deps + fun:dl_open_worker +} + +{ + pthread_exit memory loss 4 + Memcheck:Leak + fun:calloc + fun:_dl_check_map_versions + fun:dl_open_worker +} + +{ + pthread_exit memory loss 5 + Memcheck:Leak + fun:calloc + fun:_dl_new_object + fun:_dl_map_object_from_fd +} + +{ pthread allocate_dtv memory loss Memcheck:Leak fun:calloc @@ -135,6 +183,24 @@ } { + libz longest_match3 + Memcheck:Cond + fun:longest_match + fun:deflate_slow + fun:deflate + fun:azflush +} + +{ + libz longest_match3 + Memcheck:Cond + fun:longest_match + fun:deflate_slow + fun:deflate + fun:azclose +} + +{ libz deflate Memcheck:Cond obj:*/libz.so.* @@ -172,4 +238,11 @@ fun:calloc fun:my_thread_init fun:kill_server_thread +} + +# Red Hat AS 4 32 bit +{ + dl_relocate_object + Memcheck:Cond + fun:_dl_relocate_object }