~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Monty Taylor
  • Date: 2010-10-19 21:58:26 UTC
  • mfrom: (1861.3.7 ld-version-script)
  • mto: This revision was merged to the branch mainline in revision 1863.
  • Revision ID: mordred@inaugust.com-20101019215826-ofh15co6vp47vndb
Merge Monty - Fixed the valgrind errors, made it so that haildb works in trunk with no extra magic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
   fun:_Z15key_cache_writePN8drizzled12st_key_cacheEimiPhjji
333
333
   ...
334
334
}
 
335
{
 
336
   MyISAM pwrite issue. Teh Suck.
 
337
   Memcheck:Param
 
338
   pwrite64(buf)
 
339
   ...
 
340
   fun:_Z15key_cache_writePN8drizzled12st_key_cacheEimiPhjji
 
341
  ...
 
342
}
335
343
 
336
344
# Things we don't like in Drizzle
337
345
 
472
480
  fun:exit
473
481
  ...
474
482
}
475
 
 
 
483
{
 
484
  Boost::thread issues. Not a problem - static init issues.
 
485
  Memcheck:Leak
 
486
  fun:_Znwm
 
487
  ...
 
488
  fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
 
489
   fun:_ZN8drizzled8internal14my_thread_initEv
 
490
   fun:_ZN8drizzled8internal21my_thread_global_initEv
 
491
   fun:_ZN8drizzled8internal7my_initEv
 
492
   fun:main
 
493
}
 
494
{
 
495
  Boost::thread issues. Not a problem - static init issues.
 
496
   Memcheck:Leak
 
497
   fun:_Znwm
 
498
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
 
499
   fun:_ZN8drizzled7Session12storeGlobalsEv
 
500
   fun:_ZN8drizzled21drizzle_rm_tmp_tablesEv
 
501
   fun:main
 
502
}