~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: lbieber
  • Date: 2010-10-06 16:34:16 UTC
  • mfrom: (1816.1.3 build)
  • Revision ID: lbieber@orisndriz08-20101006163416-ea0sl59qgpglk21y
Merge Monty - Change the requirement from either libinnodb to libhaildb. Also, tied it to version 2.2
Merge Andrew - fix bug 650935: remove --compress from all clients
Merge Andrew - fix bug 653471: Add -A to drizzle client
Merge Travis - 621861 = To change C structs to C++ classes in Drizzle

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
 
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
   ...
469
401
}
470
402
 
471
403
# https://bugs.launchpad.net/drizzle/+bug/582526
479
411
   ...
480
412
}
481
413
 
482
 
# Issues with boost::thread
483
 
{
484
 
  Boost::thread issues. Not a problem - static init issues.
485
 
  Memcheck:Leak
486
 
  ...
487
 
  fun:_ZN5boost6detail16add_new_tss_nodeEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPv
488
 
  fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
489
 
  fun:_ZN8drizzled8internal14my_thread_initEv
490
 
  fun:_ZN8drizzled8internal21my_thread_global_initEv
491
 
  fun:_ZN8drizzled8internal7my_initEv
492
 
  fun:main
493
 
}
494
 
 
495
 
{
496
 
  Boost::thread issues. Not a problem - static init issues.
497
 
  Memcheck:Leak
498
 
  fun:_Znwm
499
 
  fun:_ZNSt8_Rb_treeIPKvSt4pairIKS1_N5boost6detail13tss_data_nodeEESt10_Select1stIS7_ESt4lessIS1_ESaIS7_EE10_M_insert_EPKSt18_Rb_tree_node_baseSG_RKS7_
500
 
  fun:_ZN5boost6detail16add_new_tss_nodeEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPv
501
 
  fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
502
 
  fun:_ZN5boost19thread_specific_ptrIN8drizzled8internal16st_my_thread_varEED1Ev
503
 
  ...
504
 
}
505
 
{
506
 
  Boost::thread issues. Not a problem - static init issues.
507
 
  Memcheck:Leak
508
 
  ...
509
 
  fun:_ZN5boost6detail23get_current_thread_dataEv
510
 
  fun:_ZN5boost6detail13find_tss_dataEPKv
511
 
  fun:_ZN5boost6detail12get_tss_dataEPKv
512
 
  fun:_ZN8drizzled8internal14my_thread_initEv
513
 
  fun:_ZN8drizzled8internal21my_thread_global_initEv
514
 
  fun:_ZN8drizzled8internal7my_initEv
515
 
  ...
516
 
}
517
 
{
518
 
  Boost::thread issues. Not a problem - static init issues.
519
 
  Memcheck:Leak
520
 
  ...
521
 
  fun:_ZN5boost19thread_specific_ptrIPN8drizzled6memory4RootEED1Ev
522
 
  fun:__run_exit_handlers
523
 
  fun:exit
524
 
  ...
525
 
}
526
 
{
527
 
  Boost::thread issues. Not a problem - static init issues.
528
 
  Memcheck:Leak
529
 
  ...
530
 
  fun:_ZN5boost19thread_specific_ptr*
531
 
  fun:__run_exit_handlers
532
 
  fun:exit
533
 
  ...
534
 
}
535
 
{
536
 
  Boost::thread issues. Not a problem - static init issues.
537
 
  Memcheck:Leak
538
 
  fun:_Znwm
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:_Znwj
550
 
   ...
551
 
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
552
 
   fun:_ZN8drizzled8internal14my_thread_initEv
553
 
   fun:_ZN8drizzled8internal21my_thread_global_initEv
554
 
   fun:_ZN8drizzled8internal7my_initEv
555
 
   fun:main
556
 
}
557
 
{
558
 
  Boost::thread issues. Not a problem - static init issues.
559
 
   Memcheck:Leak
560
 
   fun:_Znwm
561
 
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
562
 
   fun:_ZN8drizzled7Session12storeGlobalsEv
563
 
   fun:_ZN8drizzled21drizzle_rm_tmp_tablesEv
564
 
   fun:main
565
 
}
566
 
{
567
 
  Boost::thread issues. Not a problem - static init issues.
568
 
   Memcheck:Leak
569
 
   fun:_Znwj
570
 
   fun:_ZN5boost6detail12set_tss_dataEPKvNS_10shared_ptrINS0_20tss_cleanup_functionEEEPvb
571
 
   fun:_ZN8drizzled7Session12storeGlobalsEv
572
 
   fun:_ZN8drizzled21drizzle_rm_tmp_tablesEv
573
 
   fun:main
574
 
}
575