~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: lbieber
  • Date: 2010-10-07 21:44:19 UTC
  • mfrom: (1812.4.2 staging)
  • mto: This revision was merged to the branch mainline in revision 1822.
  • Revision ID: lbieber@orisndriz08-20101007214419-0w3k9dlvlnt57tah
Merge Brian - fixu bug #655558: SELECT 102/(1-1) should error on divide by zero          

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
}
299
299
{
300
300
   azwrite_row issue in libazio
301
 
   Memcheck:Cond
302
 
   fun:memcpy
303
 
   ...
304
 
   fun:deflate
305
 
   fun:azwrite
306
 
   fun:azwrite_row
307
 
   ...
308
 
}
309
 
{
310
 
   azwrite_row issue in libazio
311
 
   Memcheck:Value8
312
 
   fun:memcpy
313
 
   ...
314
 
   fun:deflate
315
 
   fun:azwrite_row
316
 
   ...
317
 
}
318
 
{
319
 
   azwrite_row issue in libazio
320
 
   Memcheck:Value4
321
 
   fun:memcpy
322
 
   ...
323
 
   fun:deflate
324
 
   fun:azwrite_row
325
 
   ...
326
 
}
327
 
{
328
 
   azwrite_row issue in libazio
329
 
   Memcheck:Value8
330
 
   fun:memcpy
331
 
   ...
332
 
   fun:deflate
333
 
   fun:azwrite
334
 
   fun:azwrite_row
335
 
   ...
336
 
}
337
 
 
338
 
{
339
 
   azwrite_row issue in libazio
340
 
   Memcheck:Value4
341
 
   fun:memcpy
342
 
   ...
343
 
   fun:deflate
344
 
   fun:azwrite
345
 
   fun:azwrite_row
346
 
   ...
347
 
}
348
 
 
349
 
{
350
 
   azopen issue in libz
351
 
   Memcheck:Cond
352
 
   fun:inflateReset2
353
 
   fun:inflateInit2_
354
 
   fun:azopen
355
 
   ...
356
 
}
357
 
 
358
 
{
359
 
   uncompress issue in libz
360
 
   Memcheck:Cond
361
 
   fun:inflateReset2
362
 
   fun:inflateInit2_
363
 
   fun:uncompress
364
 
   ...
365
 
}
366
 
 
367
 
{
368
 
   uncompress issue in libz (32bit)
369
 
   Memcheck:Cond
370
 
   fun:memcpy
371
 
   ...
372
 
   fun:deflate
373
 
   fun:_ZL7azwriteP11azio_streamPvj
374
 
   fun:azwrite_row
375
 
   ...
376
 
}
377
 
 
378
 
{
379
 
   uncompress issue in libz (32bit)
380
 
   Memcheck:Value4
381
 
   fun:memcpy
382
 
   ...
383
 
   fun:deflate
384
 
   fun:_ZL7azwriteP11azio_streamPvj
385
 
   fun:azwrite_row
386
 
   ...
387
 
}
 
301
   Memcheck:Value8
 
302
   fun:memcpy
 
303
   ...
 
304
   fun:deflate
 
305
   fun:azwrite_row
 
306
   ...
 
307
}
 
308
{
 
309
   azwrite_row issue in libazio
 
310
   Memcheck:Value4
 
311
   fun:memcpy
 
312
   ...
 
313
   fun:deflate
 
314
   fun:azwrite_row
 
315
   ...
 
316
}
 
317
 
388
318
 
389
319
{
390
320
   MyISAM pwrite issue. Teh Suck.
394
324
   fun:_Z15key_cache_writePN8drizzled12st_key_cacheEiyiPhjji
395
325
   ...
396
326
}
397
 
{
398
 
   MyISAM pwrite issue. Teh Suck.
399
 
   Memcheck:Param
400
 
   pwrite64(buf)
401
 
   fun:pwrite64
402
 
   fun:_Z15key_cache_writePN8drizzled12st_key_cacheEimiPhjji
403
 
   ...
404
 
}
405
 
{
406
 
   MyISAM pwrite issue. Teh Suck.
407
 
   Memcheck:Param
408
 
   pwrite64(buf)
409
 
   ...
410
 
   fun:_Z15key_cache_writePN8drizzled12st_key_cacheEimiPhjji
411
 
  ...
412
 
}
413
327
 
414
328
# Things we don't like in Drizzle
415
329
 
424
338
   fun:main
425
339
}
426
340
 
 
341
 
 
342
# https://bugs.launchpad.net/drizzle/+bug/582486
 
343
{
 
344
   Bug 582486 - Conditional jump or move depends on uninitialised value
 
345
   Memcheck:Value8
 
346
   ...
 
347
   fun:_ZN8drizzled10mysql_loadEPNS_7SessionEPNS_13file_exchangeEPNS_9TableListERNS_4ListINS_4ItemEEES9_S9_NS_15enum_duplicatesEb
 
348
   ...
 
349
}
 
350
{
 
351
   Bug 582486 - Conditional jump or move depends on uninitialised value
 
352
   Memcheck:Value4
 
353
   ...
 
354
   fun:_ZN8drizzled10mysql_loadEPNS_7SessionEPNS_13file_exchangeEPNS_9TableListERNS_4ListINS_4ItemEEES9_S9_NS_15enum_duplicatesEb
 
355
   ...
 
356
}
 
357
{
 
358
   Bug 582486 - Conditional jump or move depends on uninitialised value
 
359
   Memcheck:Cond
 
360
   ...
 
361
   fun:_ZN8drizzled10mysql_loadEPNS_7SessionEPNS_13file_exchangeEPNS_9TableListERNS_4ListINS_4ItemEEES9_S9_NS_15enum_duplicatesEb
 
362
   ...
 
363
}
 
364
 
427
365
# https://bugs.launchpad.net/drizzle/+bug/582495
428
366
{
429
367
   Bug 582495 - Syscall param write(buf) points to uninitialised byte(s)
432
370
   ...
433
371
   fun:_ZN8drizzled8internal8my_writeEiPKhmi
434
372
   ...
435
 
   fun:_ZN8drizzled9SortParam10write_keysEPPhjPNS_8internal11st_io_cacheES5_
 
373
   fun:_ZN8drizzled8filesortEPNS_7SessionEPNS_5TableEPNS_13st_sort_fieldEjPNS_9optimizer9SqlSelectEmbPm
436
374
   ...
437
375
}
438
 
 
439
376
{
440
377
   Bug 582495 - Syscall param write(buf) points to uninitialised byte(s)
441
378
   Memcheck:Param
443
380
   ...
444
381
   fun:_ZN8drizzled8internal8my_writeEiPKhmi
445
382
   ...
446
 
   fun:_ZN8drizzled8FileSort3runEPNS_5TableEPNS_9SortFieldEjPNS_9optimizer9SqlSelectEmbRm
447
 
   ...
448
 
}
449
 
 
450
 
{
451
 
   Bug 582495 - Syscall param write(buf) points to uninitialised byte(s)  (32bit)
452
 
   Memcheck:Param
453
 
   write(buf)
454
 
   ...
455
 
   fun:_ZN8drizzled8internalL11_my_b_writeEPNS0_11st_io_cacheEPKhj
456
 
   ...
457
 
   fun:_ZN8drizzled8FileSort3runEPNS_5TableEPNS_9SortFieldEjPNS_9optimizer9SqlSelectEybRy
458
 
   ...
459
 
}
460
 
 
461
 
{
462
 
   Bug 582495 - Syscall param write(buf) points to uninitialised byte(s)  (32bit)
463
 
   Memcheck:Param
464
 
   write(buf)
465
 
   ...
466
 
   fun:_ZN8drizzled8FileSort3runEPNS_5TableEPNS_9SortFieldEjPNS_9optimizer9SqlSelectEybRy
467
 
   ...
468
 
   fun:_ZN8drizzled13handle_selectEPNS_7SessionEPNS_3LEXEPNS_13select_resultEy
469
 
}
470
 
 
471
 
# Issues with boost::thread
472
 
{
473
 
  Boost::thread issues. Not a problem - static init issues.
474
 
  Memcheck:Leak
475
 
  ...
476
 
  fun:_ZN5boost6detail16add_new_tss_nodeEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPv
477
 
  fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
478
 
  fun:_ZN8drizzled8internal14my_thread_initEv
479
 
  fun:_ZN8drizzled8internal21my_thread_global_initEv
480
 
  fun:_ZN8drizzled8internal7my_initEv
481
 
  fun:main
482
 
}
483
 
 
484
 
{
485
 
  Boost::thread issues. Not a problem - static init issues.
486
 
  Memcheck:Leak
487
 
  fun:_Znwm
488
 
  fun:_ZNSt8_Rb_treeIPKvSt4pairIKS1_N5boost6detail13tss_data_nodeEESt10_Select1stIS7_ESt4lessIS1_ESaIS7_EE10_M_insert_EPKSt18_Rb_tree_node_baseSG_RKS7_
489
 
  fun:_ZN5boost6detail16add_new_tss_nodeEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPv
490
 
  fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
491
 
  fun:_ZN5boost19thread_specific_ptrIN8drizzled8internal16st_my_thread_varEED1Ev
492
 
  ...
493
 
}
494
 
{
495
 
  Boost::thread issues. Not a problem - static init issues.
496
 
  Memcheck:Leak
497
 
  ...
498
 
  fun:_ZN5boost6detail23get_current_thread_dataEv
499
 
  fun:_ZN5boost6detail13find_tss_dataEPKv
500
 
  fun:_ZN5boost6detail12get_tss_dataEPKv
501
 
  fun:_ZN8drizzled8internal14my_thread_initEv
502
 
  fun:_ZN8drizzled8internal21my_thread_global_initEv
503
 
  fun:_ZN8drizzled8internal7my_initEv
504
 
  ...
505
 
}
506
 
{
507
 
  Boost::thread issues. Not a problem - static init issues.
508
 
  Memcheck:Leak
509
 
  ...
510
 
  fun:_ZN5boost19thread_specific_ptrIPN8drizzled6memory4RootEED1Ev
511
 
  fun:__run_exit_handlers
512
 
  fun:exit
513
 
  ...
514
 
}
515
 
{
516
 
  Boost::thread issues. Not a problem - static init issues.
517
 
  Memcheck:Leak
518
 
  ...
519
 
  fun:_ZN5boost19thread_specific_ptr*
520
 
  fun:__run_exit_handlers
521
 
  fun:exit
522
 
  ...
523
 
}
524
 
{
525
 
  Boost::thread issues. Not a problem - static init issues.
526
 
  Memcheck:Leak
527
 
  fun:_Znwm
528
 
  ...
529
 
  fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
530
 
   fun:_ZN8drizzled8internal14my_thread_initEv
531
 
   fun:_ZN8drizzled8internal21my_thread_global_initEv
532
 
   fun:_ZN8drizzled8internal7my_initEv
533
 
   fun:main
534
 
}
535
 
{
536
 
  Boost::thread issues. Not a problem - static init issues.
537
 
   Memcheck:Leak
538
 
   fun:_Znwj
539
 
   ...
540
 
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
541
 
   fun:_ZN8drizzled8internal14my_thread_initEv
542
 
   fun:_ZN8drizzled8internal21my_thread_global_initEv
543
 
   fun:_ZN8drizzled8internal7my_initEv
544
 
   fun:main
545
 
}
546
 
{
547
 
  Boost::thread issues. Not a problem - static init issues.
548
 
   Memcheck:Leak
549
 
   fun:_Znwm
550
 
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
551
 
   fun:_ZN8drizzled7Session12storeGlobalsEv
552
 
   fun:_ZN8drizzled21drizzle_rm_tmp_tablesEv
553
 
   fun:main
554
 
}
555
 
{
556
 
  Boost::thread issues. Not a problem - static init issues.
557
 
   Memcheck:Leak
558
 
   fun:_Znwj
559
 
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
560
 
   fun:_ZN8drizzled7Session12storeGlobalsEv
561
 
   fun:_ZN8drizzled21drizzle_rm_tmp_tablesEv
562
 
   fun:main
 
383
   fun:_ZN8drizzled8filesortEPNS_7SessionEPNS_5TableEPNS_13st_sort_fieldEjPNS_9optimizer9SqlSelectEybPy
 
384
   ...
 
385
}
 
386
 
 
387
# https://bugs.launchpad.net/drizzle/+bug/582498
 
388
{
 
389
   Bug 582498 - Invalid read of size 8
 
390
   Memcheck:Addr8
 
391
   fun:_Z8hp_panicN8drizzled17ha_panic_functionE
 
392
   fun:_ZN10HeapEngineD0Ev
 
393
   ...
 
394
}
 
395
{
 
396
   Bug 582498 - Invalid read of size 4
 
397
   Memcheck:Addr4
 
398
   fun:_Z8hp_panicN8drizzled17ha_panic_functionE
 
399
   fun:_ZN10HeapEngineD0Ev
 
400
   ...
 
401
}
 
402
 
 
403
# https://bugs.launchpad.net/drizzle/+bug/582526
 
404
{
 
405
   Possibly lack of deallocation of a thread
 
406
   Memcheck:Leak
 
407
   fun:calloc
 
408
   ...
 
409
   fun:pthread_create*
 
410
   fun:_Z34initTransactionLogBackgroundWorkerv
 
411
   ...
563
412
}
564
413