~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Monty Taylor
  • Date: 2011-02-02 04:46:29 UTC
  • mfrom: (2131.6.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 2136.
  • Revision ID: mordred@inaugust.com-20110202044629-y4h772yekzsgzlgb
Clean up suppressions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
}
356
356
 
357
357
{
 
358
   uncompress issue in libz
 
359
   Memcheck:Cond
 
360
   fun:inflateReset2
 
361
   fun:inflateInit2_
 
362
   fun:uncompress
 
363
   ...
 
364
}
 
365
 
 
366
{
358
367
   MyISAM pwrite issue. Teh Suck.
359
368
   Memcheck:Param
360
369
   pwrite64(buf)
392
401
   fun:main
393
402
}
394
403
 
395
 
 
396
404
# https://bugs.launchpad.net/drizzle/+bug/582495
397
405
{
398
406
   Bug 582495 - Syscall param write(buf) points to uninitialised byte(s)
401
409
   ...
402
410
   fun:_ZN8drizzled8internal8my_writeEiPKhmi
403
411
   ...
404
 
   fun:_ZN8drizzled8filesortEPNS_7SessionEPNS_5TableEPNS_13st_sort_fieldEjPNS_9optimizer9SqlSelectEmbPm
 
412
   fun:_ZN8drizzled9SortParam10write_keysEPPhjPNS_8internal11st_io_cacheES5_
405
413
   ...
406
414
}
407
415
{
411
419
   ...
412
420
   fun:_ZN8drizzled8internal8my_writeEiPKhmi
413
421
   ...
414
 
   fun:_ZN8drizzled8filesortEPNS_7SessionEPNS_5TableEPNS_13st_sort_fieldEjPNS_9optimizer9SqlSelectEybPy
415
 
   ...
416
 
}
417
 
{
418
 
   Bug 582495 - Syscall param write(buf) points to uninitialised byte(s)
419
 
   Memcheck:Param
420
 
   ...
421
 
   fun:_ZN8drizzled8internal8my_writeEiPKhmi
422
 
   ...
423
 
   fun:_ZN8drizzled8filesortEPNS_7SessionEPNS_5TableEPNS_13st_sort_fieldEjPNS_9optimizer9SqlSelectEmbPm
424
 
   ...
425
 
}
426
 
{
427
 
   Bug 582495 - Syscall param write(buf) points to uninitialised byte(s)
428
 
   Memcheck:Param
429
 
   ...
430
 
   fun:_ZN8drizzled8internal8my_writeEiPKhmi
431
 
   ...
432
 
   fun:_ZN8drizzled8filesortEPNS_7SessionEPNS_5TableEPNS_13st_sort_fieldEjPNS_9optimizer9SqlSelectEybPy
433
 
   ...
434
 
}
435
 
 
436
 
# https://bugs.launchpad.net/drizzle/+bug/582498
437
 
{
438
 
   Bug 582498 - Invalid read of size 8
439
 
   Memcheck:Addr8
440
 
   fun:_Z8hp_panicN8drizzled17ha_panic_functionE
441
 
   fun:_ZN10HeapEngineD0Ev
442
 
   ...
443
 
}
444
 
{
445
 
   Bug 582498 - Invalid read of size 4
446
 
   Memcheck:Addr4
447
 
   fun:_Z8hp_panicN8drizzled17ha_panic_functionE
448
 
   fun:_ZN10HeapEngineD0Ev
 
422
   fun:_ZN8drizzled8FileSort3runEPNS_5TableEPNS_9SortFieldEjPNS_9optimizer9SqlSelectEmbRm
449
423
   ...
450
424
}
451
425
 
460
434
   ...
461
435
}
462
436
 
 
437
# https://bugs.launchpad.net/drizzle/+bug/710947
 
438
{
 
439
   Bug 710947 - bytes in 6 blocks are definitely lost in loss record
 
440
   Memcheck:Leak
 
441
   fun:_ZnwmRKSt9nothrow_t
 
442
   ...
 
443
   fun:_ZN8drizzled6plugin11HelloEvents14observeEventDoERNS0_9EventDataE
 
444
   ...
 
445
}
 
446
 
463
447
# Issues with boost::thread
464
448
{
465
449
  Boost::thread issues. Not a problem - static init issues.