~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Brian Aker
  • Date: 2010-04-16 17:35:50 UTC
  • mfrom: (1471.1.2 more-valgrind)
  • Revision ID: brian@gaz-20100416173550-yqeaz5lm22384qa8
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
1435
1435
   fun:main
1436
1436
}
1437
1437
 
1438
 
 
1439
 
{
1440
 
   Valgrind has issues tracking the deallocation of plugin objects.
1441
 
   Memcheck:Leak
1442
 
   fun:malloc
1443
 
   ...
1444
 
   fun:_ZN8drizzledL17plugin_initializeERNS_6plugin8RegistryEPNS0_6ModuleE
1445
 
   fun:plugin_init
1446
 
   fun:_ZL22init_server_componentsRN8drizzled6plugin8RegistryE
1447
 
   fun:main
1448
 
}
1449
 
 
1450
 
{
1451
 
   Valgrind has issues tracking the deallocation of plugin objects.
1452
 
   Memcheck:Leak
1453
 
   fun:new
1454
 
   ...
1455
 
   fun:_ZN8drizzledL17plugin_initializeERNS_6plugin8RegistryEPNS0_6ModuleE
1456
 
   fun:plugin_init
1457
 
   fun:_ZL22init_server_componentsRN8drizzled6plugin8RegistryE
1458
 
   fun:main
1459
 
}
 
1438
{
 
1439
   InnoDB static issue   
 
1440
   Memcheck:Param
 
1441
   write(buf)
 
1442
   ...
 
1443
   fun:new_do_write
 
1444
   ...
 
1445
   fun:rewind
 
1446
   fun:row_ins_foreign_report_add_err
 
1447
   fun:row_ins_check_foreign_constraint
 
1448
   fun:row_ins_index_entry
 
1449
   fun:row_ins_step
 
1450
   fun:row_insert_for_mysql
 
1451
   fun:_ZN11ha_innobase9write_rowEPh
 
1452
   fun:_ZN8drizzled6Cursor12ha_write_rowEPh
 
1453
   fun:_ZN8drizzled12write_recordEPNS_7SessionEPNS_5TableEPNS_12st_copy_infoE
 
1454
}
 
1455
 
 
1456
{
 
1457
   InnoDB Heap Stuff
 
1458
   Memcheck:Param
 
1459
   write(buf)
 
1460
   ...
 
1461
   fun:new_do_write
 
1462
   ...
 
1463
   fun:rewind
 
1464
   fun:row_ins_foreign_report_err
 
1465
   fun:row_ins_check_foreign_constraint
 
1466
   fun:row_upd_check_references_constraints
 
1467
   fun:row_upd_clust_step
 
1468
   fun:row_upd_step
 
1469
   fun:row_update_for_mysql
 
1470
   fun:_ZN11ha_innobase10update_rowEPKhPh
 
1471
   fun:_ZN8drizzled6Cursor13ha_update_rowEPKhPh
 
1472
}
 
1473
 
 
1474
{
 
1475
   More pwrite64 goo
 
1476
   Memcheck:Param
 
1477
   pwrite64(buf)
 
1478
   fun:pwrite64
 
1479
   fun:_ZL8do_flushP11azio_streami
 
1480
   fun:azflush
 
1481
   ...
 
1482
   fun:_ZN8drizzled7Session3runEv
 
1483
   fun:session_thread
 
1484
}
 
1485
 
 
1486
{
 
1487
   InnoDB Static
 
1488
   Memcheck:Leak
 
1489
   fun:malloc
 
1490
   fun:mem_area_alloc
 
1491
   fun:mem_heap_create_block
 
1492
   fun:trx_undo_mem_create
 
1493
   fun:trx_undo_assign_undo
 
1494
   fun:trx_undo_report_row_operation
 
1495
   fun:btr_cur_optimistic_insert
 
1496
   fun:row_ins_index_entry_low
 
1497
   fun:row_ins_index_entry
 
1498
   fun:row_ins_step
 
1499
   fun:que_run_threads
 
1500
   fun:row_create_table_for_mysql
 
1501
   fun:_ZN14InnobaseEngine13doCreateTableERN8drizzled7SessionERNS0_5TableERNS0_15TableIdentifierERNS0_7message5TableE
 
1502
   fun:_ZN8drizzled6plugin13StorageEngine11createTableERNS_7SessionERNS_15TableIdentifierEbRNS_7message5TableE
 
1503
   fun:_ZN8drizzled16rea_create_tableEPNS_7SessionERNS_15TableIdentifierERNS_7message5TableEPNS_24st_ha_create_informationERNS_4ListINS_11CreateFieldEEEjPNS_6st_keyE
 
1504
   fun:_ZN8drizzled26mysql_create_table_no_lockEPNS_7SessionERNS_15TableIdentifierEPNS_24st_ha_create_informationERNS_7message5TableEPNS_9AlterInfoEbjb
 
1505
}
 
1506
 
 
1507
{
 
1508
   InnoDB
 
1509
   Memcheck:Leak
 
1510
   fun:malloc
 
1511
   fun:mem_area_alloc
 
1512
   fun:mem_heap_create_block
 
1513
   fun:trx_undo_mem_create
 
1514
   fun:trx_undo_assign_undo
 
1515
   fun:trx_undo_report_row_operation
 
1516
   fun:btr_cur_upd_lock_and_undo
 
1517
   fun:btr_cur_pessimistic_update
 
1518
   fun:row_ins_index_entry_low
 
1519
   fun:row_ins_step
 
1520
   fun:que_run_threads
 
1521
   fun:que_eval_sql
 
1522
   fun:dict_foreign_eval_sql
 
1523
   fun:dict_create_add_foreigns_to_dictionary
 
1524
   fun:dict_create_foreign_constraints_low
 
1525
   fun:dict_create_foreign_constraints
 
1526
}
 
1527
 
 
1528
 
 
1529
 
 
1530
{
 
1531
   Trapping dlclose() issues
 
1532
   Memcheck:Leak
 
1533
   fun:malloc
 
1534
   fun:local_strdup
 
1535
   fun:_dl_map_object
 
1536
   fun:openaux
 
1537
   fun:_dl_catch_error
 
1538
   fun:_dl_map_object_deps
 
1539
   fun:dl_open_worker
 
1540
   fun:_dl_catch_error
 
1541
   fun:_dl_open
 
1542
   fun:do_dlopen
 
1543
   fun:_dl_catch_error
 
1544
   fun:dlerror_run
 
1545
   fun:__libc_dlopen_mode
 
1546
   fun:__nss_lookup_function
 
1547
   fun:__nss_lookup
 
1548
   fun:__nss_passwd_lookup2
 
1549
}
 
1550
 
 
1551
{
 
1552
   InnoDB Static Issue
 
1553
   Memcheck:Leak
 
1554
   fun:malloc
 
1555
   fun:mem_area_alloc
 
1556
   fun:mem_heap_create_block
 
1557
   fun:thr_local_create
 
1558
   fun:srv_master_thread
 
1559
   fun:start_thread
 
1560
   fun:clone
 
1561
}
 
1562
 
 
1563
{
 
1564
   Trapping dlclose()
 
1565
   Memcheck:Leak
 
1566
   fun:malloc
 
1567
   ...
 
1568
   fun:_dl_open
 
1569
   fun:dlopen_doit
 
1570
   ...
 
1571
   fun:_ZN8drizzled6plugin7Library11loadLibraryERKSs
 
1572
   fun:_ZN8drizzled6plugin8Registry10addLibraryERKSs
 
1573
   fun:plugin_init
 
1574
   fun:main
 
1575
}
 
1576
 
 
1577
{
 
1578
   <insert_a_suppression_name_here>
 
1579
   Memcheck:Leak
 
1580
   fun:malloc
 
1581
   fun:_dl_scope_free
 
1582
   fun:_dl_close_worker
 
1583
   fun:_dl_close
 
1584
   fun:do_dlclose
 
1585
   fun:_dl_catch_error
 
1586
   fun:dlerror_run
 
1587
   obj:/lib/tls/i686/cmov/libc-2.10.1.so
 
1588
   obj:/lib/tls/i686/cmov/libc-2.10.1.so
 
1589
   fun:_vgnU_freeres
 
1590
   fun:_Exit
 
1591
   fun:exit
 
1592
   fun:(below main)
 
1593
}
 
1594
 
 
1595
{
 
1596
   InnoDB heap mem issues
 
1597
   Memcheck:Leak
 
1598
   fun:malloc
 
1599
   fun:mem_area_alloc
 
1600
   fun:mem_heap_create_block
 
1601
   fun:trx_undo_mem_create
 
1602
   fun:trx_undo_assign_undo
 
1603
   fun:trx_undo_report_row_operation
 
1604
   fun:btr_cur_update_in_place
 
1605
   fun:btr_cur_optimistic_update
 
1606
   fun:row_ins_index_entry_low
 
1607
   fun:row_ins_index_entry
 
1608
   fun:row_ins_step
 
1609
   fun:que_run_threads
 
1610
   fun:row_create_table_for_mysql
 
1611
   fun:_ZN14InnobaseEngine13doCreateTableERN8drizzled7SessionERNS0_5TableERNS0_15TableIdentifierERNS0_7message5TableE
 
1612
   fun:_ZN8drizzled6plugin13StorageEngine11createTableERNS_7SessionERNS_15TableIdentifierEbRNS_7message5TableE
 
1613
   fun:_ZN8drizzled16rea_create_tableEPNS_7SessionERNS_15TableIdentifierERNS_7message5TableEPNS_24st_ha_create_informationERNS_4ListINS_11CreateFieldEEEjPNS_6st_keyE
 
1614
}
 
1615
 
 
1616
{
 
1617
   InnoDB heap mem
 
1618
   Memcheck:Leak
 
1619
   fun:malloc
 
1620
   fun:mem_area_alloc
 
1621
   fun:mem_heap_create_block
 
1622
   fun:trx_undo_mem_create
 
1623
   fun:trx_undo_assign_undo
 
1624
   fun:trx_undo_report_row_operation
 
1625
   fun:btr_cur_optimistic_insert
 
1626
   fun:btr_cur_pessimistic_insert
 
1627
   fun:row_ins_index_entry_low
 
1628
   fun:row_ins_step
 
1629
   fun:row_insert_for_mysql
 
1630
   fun:_ZN11ha_innobase9write_rowEPh
 
1631
   fun:_ZN8drizzled6Cursor12ha_write_rowEPh
 
1632
   fun:_ZN8drizzled12write_recordEPNS_7SessionEPNS_5TableEPNS_12st_copy_infoE
 
1633
   fun:_ZN8drizzled12mysql_insertEPNS_7SessionEPNS_9TableListERNS_4ListINS_4ItemEEERNS4_IS6_EES7_S7_NS_15enum_duplicatesEb
 
1634
   fun:_ZN8drizzled9statement6Insert7executeEv
 
1635
}
 
1636
 
 
1637
{
 
1638
   Trapping dlclose()
 
1639
   Memcheck:Leak
 
1640
   fun:malloc
 
1641
   ...
 
1642
   fun:_dl_open
 
1643
   fun:dlopen_doit
 
1644
   ...
 
1645
   fun:_ZN8drizzled6plugin7Library11loadLibraryERKSs
 
1646
   fun:_ZN8drizzled6plugin8Registry10addLibraryERKSs
 
1647
   fun:plugin_init
 
1648
   fun:main
 
1649
}
 
1650
 
 
1651
{
 
1652
   InnoDB Heap Issue
 
1653
   Memcheck:Leak
 
1654
   fun:malloc
 
1655
   fun:mem_area_alloc
 
1656
   fun:mem_heap_create_block
 
1657
   fun:trx_undo_mem_create
 
1658
   fun:trx_undo_assign_undo
 
1659
   fun:trx_undo_report_row_operation
 
1660
   fun:btr_cur_optimistic_insert
 
1661
   fun:row_ins_index_entry_low
 
1662
   fun:row_ins_index_entry
 
1663
   fun:row_ins_step
 
1664
   fun:row_insert_for_mysql
 
1665
   fun:_ZN11ha_innobase9write_rowEPh
 
1666
   fun:_ZN8drizzled6Cursor12ha_write_rowEPh
 
1667
   fun:_ZN8drizzled12write_recordEPNS_7SessionEPNS_5TableEPNS_12st_copy_infoE
 
1668
   fun:_ZN8drizzled12mysql_insertEPNS_7SessionEPNS_9TableListERNS_4ListINS_4ItemEEERNS4_IS6_EES7_S7_NS_15enum_duplicatesEb
 
1669
   fun:_ZN8drizzled9statement6Insert7executeEv
 
1670
}
 
1671
 
 
1672
 
 
1673
{
 
1674
   InnoDB Heap Issue.
 
1675
   Memcheck:Leak
 
1676
   fun:malloc
 
1677
   fun:mem_area_alloc
 
1678
   fun:mem_heap_create_block
 
1679
   fun:trx_undo_mem_create
 
1680
   fun:trx_undo_assign_undo
 
1681
   fun:trx_undo_report_row_operation
 
1682
   fun:btr_cur_del_mark_set_clust_rec
 
1683
   fun:row_upd_clust_step
 
1684
   fun:row_upd_step
 
1685
   fun:que_run_threads
 
1686
   fun:que_eval_sql
 
1687
   fun:row_rename_table_for_mysql
 
1688
   fun:_ZN14InnobaseEngine13doRenameTableERN8drizzled7SessionERNS0_15TableIdentifierES4_
 
1689
   fun:_ZN8drizzled18mysql_rename_tableEPNS_6plugin13StorageEngineERNS_15TableIdentifierES4_j
 
1690
   fun:_ZN8drizzledL20internal_alter_tableEPNS_7SessionEPNS_5TableERNS_15TableIdentifierES5_PNS_24st_ha_create_informationERNS_7message5TableEPNS_9TableListEPNS_9AlterInfoEjPNS_8order_stEb
 
1691
   fun:_ZN8drizzled11alter_tableEPNS_7SessionERNS_15TableIdentifierES3_PNS_24st_ha_create_informationERNS_7message5TableEPNS_9TableListEPNS_9AlterInfoEjPNS_8order_stEb
 
1692
}
 
1693
 
1460
1694
 
1461
1695
{
1462
1696
   Weird std::String leak errors.
1569
1803
}
1570
1804
 
1571
1805
{
 
1806
   More azio stuff.
 
1807
   Memcheck:Param
 
1808
   pwrite64(buf)
 
1809
   fun:pwrite64
 
1810
   fun:_ZL8do_flushP11azio_streami
 
1811
   fun:azclose
 
1812
   fun:_ZN12ArchiveShareD1Ev
 
1813
   fun:_ZN10ha_archive10free_shareEv
 
1814
   fun:_ZN10ha_archive5closeEv
 
1815
   fun:_ZN8drizzled5Table8closefrmEb
 
1816
   fun:_ZN8drizzled5Table18intern_close_tableEv
 
1817
   fun:_ZN8drizzledL20internal_alter_tableEPNS_7SessionEPNS_5TableERNS_15TableIdentifierES5_PNS_24st_ha_create_informationERNS_7message5TableEPNS_9TableListEPNS_9AlterInfoEjPNS_8order_stEb
 
1818
   fun:_ZN8drizzled11alter_tableEPNS_7SessionERNS_15TableIdentifierES3_PNS_24st_ha_create_informationERNS_7message5TableEPNS_9TableListEPNS_9AlterInfoEjPNS_8order_stEb
 
1819
   fun:_ZN8drizzled9statement10AlterTable7executeEv
 
1820
   fun:_ZN8drizzledL21mysql_execute_commandEPNS_7SessionE
 
1821
   fun:_ZN8drizzled11mysql_parseEPNS_7SessionEPKcj
 
1822
   fun:_ZN8drizzled16dispatch_commandENS_19enum_server_commandEPNS_7SessionEPcj
 
1823
   fun:_ZN8drizzled7Session16executeStatementEv
 
1824
   fun:_ZN8drizzled7Session3runEv
 
1825
}
 
1826
 
 
1827
{
 
1828
   More azio stuff
 
1829
   Memcheck:Cond
 
1830
   fun:deflate
 
1831
   fun:_ZL8do_flushP11azio_streami
 
1832
   fun:azflush
 
1833
   fun:_ZN10ha_archive4infoEj
 
1834
   fun:_ZN8drizzledL20make_join_statisticsEPNS_4JOINEPNS_9TableListEPNS_4ItemEPNS_16st_dynamic_arrayE
 
1835
   fun:_ZN8drizzled4JOIN8optimizeEv
 
1836
   fun:_ZN8drizzled12mysql_selectEPNS_7SessionEPPPNS_4ItemEPNS_9TableListEjRNS_4ListIS2_EES3_jPNS_8order_stESC_S3_yPNS_13select_resultEPNS_15Select_Lex_UnitEPNS_10Select_LexE
 
1837
   fun:_ZN8drizzled13handle_selectEPNS_7SessionEPNS_3LEXEPNS_13select_resultEy
 
1838
   fun:_ZN8drizzled21execute_sqlcom_selectEPNS_7SessionEPNS_9TableListE
 
1839
   fun:_ZN8drizzled9statement6Select7executeEv
 
1840
   fun:_ZN8drizzledL21mysql_execute_commandEPNS_7SessionE
 
1841
   fun:_ZN8drizzled11mysql_parseEPNS_7SessionEPKcj
 
1842
   fun:_ZN8drizzled16dispatch_commandENS_19enum_server_commandEPNS_7SessionEPcj
 
1843
   fun:_ZN8drizzled7Session16executeStatementEv
 
1844
   fun:_ZN8drizzled7Session3runEv
 
1845
   fun:session_thread
 
1846
}
 
1847
 
 
1848
 
 
1849
{
1572
1850
   pwrite64 issue
1573
1851
   Memcheck:Param
1574
1852
   pwrite64(buf)
1749
2027
   fun:_ZN8drizzledL21mysql_execute_commandEPNS_7SessionE
1750
2028
}
1751
2029
 
 
2030
 
 
2031
{
 
2032
   This is bunk and is going away anyway.
 
2033
   Memcheck:Cond
 
2034
   fun:_ZN8drizzledL17construct_optionsEPNS_6memory4RootEPNS_6plugin6ModuleEPNS_6optionE
 
2035
   fun:_ZN8drizzledL19test_plugin_optionsEPNS_6memory4RootEPNS_6plugin6ModuleEPiPPc
 
2036
   fun:plugin_init
 
2037
   fun:main
 
2038
}
 
2039
 
 
2040
{
 
2041
   InnoDB allocing out of its internal heap is always confusing to valgrind
 
2042
   Memcheck:Leak
 
2043
   ...
 
2044
   fun:mem_heap_create_block
 
2045
   ...
 
2046
}
 
2047