~clint-fewbar/ubuntu/lucid/mysql-dfsg-5.1/increase-killtimeout

« back to all changes in this revision

Viewing changes to mysql-test/valgrind.supp

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-12-08 03:05:40 UTC
  • mfrom: (1.1.4 upstream) (0.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20091208030540-l5xq57znyuy9ctgt
Tags: 5.1.41-3ubuntu1
* Merge from debian testing.  Remaining changes:
  - debian/control:
    + Don't provide a libmysqlclient15-dev package as long as there
      are packages still build-depending on libmysqlclient15-dev and
      mysql-dfsg-5.0 is in the archive.
    + Lower mailx from a Recommends to a Suggests to avoid pulling in a
      full MTA on all installs of mysql-server (LP: #259477)
  - debian/rules:
    + added -fno-strict-aliasing to CFLAGS to get around mysql testsuite
      build failures.
  - debian/additions/debian-start.inc.sh: support ANSI mode (LP: #310211)
  - Add AppArmor profile:
    + debian/apparmor-profile: apparmor profile
    + debian/rules, debian/mysql-server-5.1.files: install apparmor profile.
    + debian/mysql-server-5.1.dirs: add etc/apparmor.d/fore-complain
    + debian/mysql-server-5.1.postrm: remove symlink in force-complain/ on
      purge.
    + debian/mysql-server-5.1.README.Debian: add apparmor documentation.
    + debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
    + debian/mysql-esrver-5.1.postinst: reload apparmor profiles
  - debian/additions/my.cfn: remove language options. Error message files are
    located in a different direction in Mysql 5.0. Setting the language option
    to use /usr/share/mysql/english breaks 5.0. Both 5.0 and 5.1 use a 
    default value that works. (LP: #316974)
  - debian/mysql-server-5.1.postinst: Clear out the second password when
    setting up mysql. (LP: #344816)
  - mysql-server-core-5.1 package for files needed by Akonadi:
    + debian/control: create mysql-server-core-5.1 package
    + debian/mysql-server-core-5.1.files, debian/mysql-server-5.1.files:
      move core mysqld files to mysql-server-core-5.1 package.
  - debian/libmysqlclient16.symbols.amd64: remove amd64 symbols as it has
    not been correcly generated in Debian.
  - Add Apport hook: (LP: #354188):
    + debian/mysql-server-5.1.py: apport package hook
    + debian/mysql-server-5.1.files, debian/rules: install apport package hook
  - debian/addtions/my.cnf:
    + drop old_password option.
    + fix commentened logging options to use general_log and general_log_file.
  - Don't upgrade if there is an ndb management node configured (LP: #413792)
  - Set thread stack size to 192K rather than 128K. 128K is only useful on 
    systems with < 64M RAM and causes stack overrides with some SQL commands.
    See http://dev.mysql.com/doc/refman/5.1/en/server-system-varriables.html
    for more details. (LP: #426919)
  - Convert to upstart:
    + Add mysql-server-5.1.mysql.upstart
    + Dropped debian/mysql-server-5.1.mysql.init,
      debian/additions/mysqld_safe_syslog.cnf
    + debian/additions/my.cnf:
      * Removed pid declaration
      * Set up error logging to /var/log/mysql since we're not piping anything
        around logger anymore
    + Remove references to mysqld_safe in these files:
      * debian/rules, mysql-server-5.1.logcheck.ignore.paranoid
        mysql-server-5.1.logcheck.ignore.workstation, 
        mysql-server-5.1.logcheck.ignore.server
    + debian/mysql-server-5.1.postinst:
      * Replace calls to /etc/init.d with regular upstart calls
      * Remove reference to mysqld_safe
    + Dropped debian/patches/38_scripts_mysqld_safe.sh_signals.dpatch:
  - Dropped already merged upstream:
    + debian/{control,rules}: add and enable hardening build for PIE.
   

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
1
# Suppress some common (not fatal) errors in system libraries found by valgrind
3
2
#
4
3
 
517
516
   fun:dlopen*
518
517
}
519
518
 
 
519
#
 
520
# BUG#45630
 
521
# Suppress valgrind failures within nptl_pthread_exit_hack_handler on Ubuntu 9.04, x86 (but not amd64)
 
522
#
 
523
 
 
524
{
 
525
   Mem loss within nptl_pthread_exit_hack_handler 1
 
526
   Memcheck:Leak
 
527
   fun:malloc
 
528
   obj:*/ld-*.so
 
529
   obj:*/ld-*.so
 
530
   obj:*/ld-*.so
 
531
   obj:*/ld-*.so
 
532
   obj:*/ld-*.so
 
533
   obj:*/libc-*.so
 
534
   obj:*/ld-*.so
 
535
   fun:__libc_dlopen_mode
 
536
   fun:pthread_cancel_init
 
537
   fun:_Unwind_ForcedUnwind
 
538
   fun:__pthread_unwind
 
539
   fun:pthread_exit
 
540
   fun:nptl_pthread_exit_hack_handler
 
541
   fun:start_thread
 
542
   fun:clone
 
543
}
 
544
 
 
545
{
 
546
   Mem loss within nptl_pthread_exit_hack_handler 2
 
547
   Memcheck:Leak
 
548
   fun:malloc
 
549
   obj:*/ld-*.so
 
550
   obj:*/ld-*.so
 
551
   obj:*/ld-*.so
 
552
   obj:*/ld-*.so
 
553
   obj:*/libc-*.so
 
554
   obj:*/ld-*.so
 
555
   fun:__libc_dlopen_mode
 
556
   fun:pthread_cancel_init
 
557
   fun:_Unwind_ForcedUnwind
 
558
   fun:__pthread_unwind
 
559
   fun:pthread_exit
 
560
   fun:nptl_pthread_exit_hack_handler
 
561
   fun:start_thread
 
562
   fun:clone
 
563
}
 
564
 
 
565
{
 
566
   Mem loss within nptl_pthread_exit_hack_handler 3
 
567
   Memcheck:Leak
 
568
   fun:calloc
 
569
   obj:*/ld-*.so
 
570
   obj:*/ld-*.so
 
571
   obj:*/ld-*.so
 
572
   obj:*/ld-*.so
 
573
   obj:*/libc-*.so
 
574
   obj:*/ld-*.so
 
575
   fun:__libc_dlopen_mode
 
576
   fun:pthread_cancel_init
 
577
   fun:_Unwind_ForcedUnwind
 
578
   fun:__pthread_unwind
 
579
   fun:pthread_exit
 
580
   fun:nptl_pthread_exit_hack_handler
 
581
   fun:start_thread
 
582
   fun:clone
 
583
}
 
584
 
 
585
{
 
586
   Mem loss within nptl_pthread_exit_hack_handler 4
 
587
   Memcheck:Leak
 
588
   fun:malloc
 
589
   obj:*/ld-*.so
 
590
   obj:*/ld-*.so
 
591
   obj:*/ld-*.so
 
592
   obj:*/ld-*.so
 
593
   obj:*/ld-*.so
 
594
   obj:*/ld-*.so
 
595
   obj:*/libc-*.so
 
596
   obj:*/ld-*.so
 
597
   fun:__libc_dlopen_mode
 
598
   fun:pthread_cancel_init
 
599
   fun:_Unwind_ForcedUnwind
 
600
   fun:__pthread_unwind
 
601
   fun:pthread_exit
 
602
   fun:nptl_pthread_exit_hack_handler
 
603
   fun:start_thread
 
604
}
 
605
 
 
606
{
 
607
   Mem loss within nptl_pthread_exit_hack_handler 5
 
608
   Memcheck:Leak
 
609
   fun:calloc
 
610
   obj:*/ld-*.so
 
611
   obj:*/ld-*.so
 
612
   obj:*/ld-*.so
 
613
   obj:*/ld-*.so
 
614
   obj:*/ld-*.so
 
615
   obj:*/ld-*.so
 
616
   obj:*/libc-*.so
 
617
   obj:*/ld-*.so
 
618
   fun:__libc_dlopen_mode
 
619
   fun:pthread_cancel_init
 
620
   fun:_Unwind_ForcedUnwind
 
621
   fun:__pthread_unwind
 
622
   fun:pthread_exit
 
623
   fun:nptl_pthread_exit_hack_handler
 
624
   fun:start_thread
 
625
}
 
626
 
 
627
# suppressions for glibc 2.6.1 64 bit
 
628
 
 
629
{
 
630
   Mem loss within nptl_pthread_exit_hack_handler 6
 
631
   Memcheck:Leak
 
632
   fun:malloc
 
633
   obj:*/ld-*.so
 
634
   obj:*/ld-*.so
 
635
   obj:*/ld-*.so
 
636
   obj:*/ld-*.so
 
637
   obj:*/ld-*.so
 
638
   obj:*/ld-*.so
 
639
   obj:*/libc-*.so
 
640
   obj:*/ld-*.so
 
641
   obj:*/libc-*.so
 
642
   fun:__libc_dlopen_mode
 
643
   fun:pthread_cancel_init
 
644
   fun:_Unwind_ForcedUnwind
 
645
   fun:__pthread_unwind
 
646
   fun:pthread_exit
 
647
   fun:nptl_pthread_exit_hack_handler
 
648
}
 
649
 
 
650
{
 
651
   Mem loss within nptl_pthread_exit_hack_handler 7
 
652
   Memcheck:Leak
 
653
   fun:malloc
 
654
   obj:*/ld-*.so
 
655
   obj:*/ld-*.so
 
656
   obj:*/ld-*.so
 
657
   obj:*/ld-*.so
 
658
   obj:*/libc-*.so
 
659
   obj:*/ld-*.so
 
660
   obj:*/libc-*.so
 
661
   fun:__libc_dlopen_mode
 
662
   fun:pthread_cancel_init
 
663
   fun:_Unwind_ForcedUnwind
 
664
   fun:__pthread_unwind
 
665
   fun:pthread_exit
 
666
   fun:nptl_pthread_exit_hack_handler
 
667
   fun:start_thread
 
668
   fun:clone
 
669
}
 
670
 
 
671
{
 
672
   Mem loss within nptl_pthread_exit_hack_handler 8
 
673
   Memcheck:Leak
 
674
   fun:calloc
 
675
   obj:*/ld-*.so
 
676
   obj:*/ld-*.so
 
677
   obj:*/ld-*.so
 
678
   obj:*/ld-*.so
 
679
   obj:*/libc-*.so
 
680
   obj:*/ld-*.so
 
681
   obj:*/libc-*.so
 
682
   fun:__libc_dlopen_mode
 
683
   fun:pthread_cancel_init
 
684
   fun:_Unwind_ForcedUnwind
 
685
   fun:__pthread_unwind
 
686
   fun:pthread_exit
 
687
   fun:nptl_pthread_exit_hack_handler
 
688
   fun:start_thread
 
689
   fun:clone
 
690
}
 
691
 
 
692
{
 
693
   Mem loss within nptl_pthread_exit_hack_handler 8
 
694
   Memcheck:Leak
 
695
   fun:calloc
 
696
   obj:*/ld-*.so
 
697
   obj:*/ld-*.so
 
698
   obj:*/ld-*.so
 
699
   obj:*/ld-*.so
 
700
   obj:*/ld-*.so
 
701
   obj:*/ld-*.so
 
702
   obj:*/libc-*.so
 
703
   obj:*/ld-*.so
 
704
   obj:*/libc-*.so
 
705
   fun:__libc_dlopen_mode
 
706
   fun:pthread_cancel_init
 
707
   fun:_Unwind_ForcedUnwind
 
708
   fun:__pthread_unwind
 
709
   fun:pthread_exit
 
710
   fun:nptl_pthread_exit_hack_handler
 
711
}
 
712
 
 
713
#
 
714
# Pthread doesn't free all thread specific memory before program exists
 
715
#
 
716
{
 
717
   pthread allocate_tls memory loss in 2.6.1.
 
718
   Memcheck:Leak 
 
719
   fun:calloc
 
720
   obj:*/ld-*.so
 
721
   fun:_dl_allocate_tls
 
722
   fun:pthread_create*
 
723
}
 
724