~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 13:16:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2384.
  • Revision ID: olafvdspek@gmail.com-20110705131634-f7g1fjro5slibmdj
Add data_ref.h
Use str_ref for append_identifier

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  ...
47
47
}
48
48
 
 
49
{
 
50
  glibc nss issue
 
51
  Memcheck:Leak
 
52
  ...
 
53
  fun:__nss_database_lookup
 
54
  ...
 
55
}
49
56
# Masking an issue in system tzset call
50
57
{
51
58
  tzset() on debian reports issues
468
475
   fun:_ZN8drizzled13handle_selectEPNS_7SessionEPNS_3LEXEPNS_13select_resultEy
469
476
}
470
477
 
471
 
# https://bugs.launchpad.net/drizzle/+bug/582526
472
 
{
473
 
   Possibly lack of deallocation of a thread
474
 
   Memcheck:Leak
475
 
   fun:calloc
476
 
   ...
477
 
   fun:pthread_create*
478
 
   fun:_Z34initTransactionLogBackgroundWorkerv
479
 
   ...
480
 
}
481
 
 
482
478
# Issues with boost::thread
483
479
{
484
480
  Boost::thread issues. Not a problem - static init issues.