~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Brian Aker
  • Date: 2010-04-11 03:15:24 UTC
  • mfrom: (1458.1.3 build)
  • Revision ID: brian@gaz-20100411031524-iog9vu33ot8fppkf
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1359
1359
   fun:main
1360
1360
}
1361
1361
 
 
1362
{
 
1363
   Suppress dlclose() because we can't use it
 
1364
   Memcheck:Leak
 
1365
   fun:malloc
 
1366
   fun:_dl_close_worker
 
1367
   fun:_dl_close
 
1368
   ...
 
1369
   fun:exit
 
1370
   ...
 
1371
}
 
1372
 
 
1373
{
 
1374
   Suppress dlclose() because we can't use it
 
1375
   Memcheck:Leak
 
1376
   fun:malloc
 
1377
   fun:expand_dynamic_string_token
 
1378
   fun:_dl_map_object
 
1379
   fun:dl_open_worker
 
1380
   ...
 
1381
   fun:_ZN8drizzled6plugin7Library11loadLibraryERKSs
 
1382
   fun:_ZN8drizzled6plugin8Registry10addLibraryERKSs
 
1383
   fun:plugin_init
 
1384
   fun:main
 
1385
}
 
1386
 
 
1387
{
 
1388
   Suppress dlclose() because we can't use it
 
1389
   Memcheck:Leak
 
1390
   fun:malloc
 
1391
   fun:local_strdup
 
1392
   fun:_dl_map_object
 
1393
   fun:openaux
 
1394
   fun:_dl_catch_error
 
1395
   fun:_dl_map_object_deps
 
1396
   fun:dl_open_worker
 
1397
   ...
 
1398
   fun:_ZN8drizzled6plugin7Library11loadLibraryERKSs
 
1399
   fun:_ZN8drizzled6plugin8Registry10addLibraryERKSs
 
1400
   fun:plugin_init
 
1401
}
 
1402
 
 
1403
{
 
1404
   Suppress dlclose() because we can't use it
 
1405
   Memcheck:Leak
 
1406
   fun:malloc
 
1407
   fun:_dl_scope_free
 
1408
   fun:_dl_close_worker
 
1409
   fun:_dl_close
 
1410
   fun:_dl_catch_error
 
1411
   fun:__libc_dlclose
 
1412
   obj:/lib/libc-2.10.1.so
 
1413
   obj:/lib/libc-2.10.1.so
 
1414
   fun:_vgnU_freeres
 
1415
   fun:exit
 
1416
   fun:(below main)
 
1417
}
 
1418
 
 
1419
{
 
1420
   Suppress dlclose() because we can't use it
 
1421
   Memcheck:Leak
 
1422
   fun:malloc
 
1423
   fun:_dl_lookup_symbol_x
 
1424
   fun:_dl_relocate_object
 
1425
   fun:dl_open_worker
 
1426
   fun:_dl_catch_error
 
1427
   fun:_dl_open
 
1428
   fun:dlopen_doit
 
1429
   fun:_dl_catch_error
 
1430
   fun:_dlerror_run
 
1431
   fun:dlopen@@GLIBC_2.2.5
 
1432
   fun:_ZN8drizzled6plugin7Library11loadLibraryERKSs
 
1433
   fun:_ZN8drizzled6plugin8Registry10addLibraryERKSs
 
1434
   fun:plugin_init
 
1435
   fun:main
 
1436
}
 
1437
 
1362
1438
 
1363
1439
{
1364
1440
   Valgrind has issues tracking the deallocation of plugin objects.
1651
1727
   fun:_ZN8drizzled7Session3runEv
1652
1728
   obj:*
1653
1729
}
 
1730
 
 
1731
{
 
1732
   Innodb Heap Alloc block
 
1733
   Memcheck:Leak
 
1734
   fun:malloc
 
1735
   fun:mem_heap_create_block
 
1736
   fun:trx_undo_mem_create
 
1737
   fun:trx_undo_assign_undo
 
1738
   fun:trx_undo_report_row_operation
 
1739
   fun:btr_cur_update_in_place
 
1740
   fun:btr_cur_optimistic_update
 
1741
   fun:row_upd_clust_rec
 
1742
   fun:row_upd_clust_step
 
1743
   fun:row_upd_step
 
1744
   fun:row_update_for_mysql
 
1745
   fun:_ZN11ha_innobase10update_rowEPKhPh
 
1746
   fun:_ZN8drizzled6Cursor13ha_update_rowEPKhPh
 
1747
   fun:_ZN8drizzled12mysql_updateEPNS_7SessionEPNS_9TableListERNS_4ListINS_4ItemEEES7_PS5_jPNS_8order_stEmNS_15enum_duplicatesEb
 
1748
   fun:_ZN8drizzled9statement6Update7executeEv
 
1749
   fun:_ZN8drizzledL21mysql_execute_commandEPNS_7SessionE
 
1750
}
 
1751