~ubuntu-branches/ubuntu/saucy/drizzle/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-19 10:46:49 UTC
  • mfrom: (1.1.6)
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20120619104649-e2l0ggd4oz3um0f4
Tags: upstream-7.1.36-stable
ImportĀ upstreamĀ versionĀ 7.1.36-stable

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
548
555
   Memcheck:Leak
549
556
   fun:_Znwm
550
557
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
551
 
   fun:_ZN8drizzled7Session12storeGlobalsEv
 
558
   fun:_ZN8drizzledSession12storeGlobalsEv
552
559
   fun:_ZN8drizzled21drizzle_rm_tmp_tablesEv
553
560
   fun:main
554
561
}
557
564
   Memcheck:Leak
558
565
   fun:_Znwj
559
566
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
560
 
   fun:_ZN8drizzled7Session12storeGlobalsEv
 
567
   fun:_ZN8drizzledSession12storeGlobalsEv
561
568
   fun:_ZN8drizzled21drizzle_rm_tmp_tablesEv
562
569
   fun:main
563
570
}