~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/valgrind.supp

  • Committer: Brian Aker
  • Date: 2011-02-08 02:06:04 UTC
  • mto: (2152.2.1 alter-table)
  • mto: This revision was merged to the branch mainline in revision 2154.
  • Revision ID: brian@tangent.org-20110208020604-p23mwd9yvamuwbwu
Merge in column varchar build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
   fun:azwrite_row
335
335
   ...
336
336
}
337
 
 
338
337
{
339
338
   azwrite_row issue in libazio
340
339
   Memcheck:Value4
365
364
}
366
365
 
367
366
{
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
 
}
388
 
 
389
 
{
390
367
   MyISAM pwrite issue. Teh Suck.
391
368
   Memcheck:Param
392
369
   pwrite64(buf)
435
412
   fun:_ZN8drizzled9SortParam10write_keysEPPhjPNS_8internal11st_io_cacheES5_
436
413
   ...
437
414
}
438
 
 
439
415
{
440
416
   Bug 582495 - Syscall param write(buf) points to uninitialised byte(s)
441
417
   Memcheck:Param
447
423
   ...
448
424
}
449
425
 
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
 
426
# https://bugs.launchpad.net/drizzle/+bug/582526
 
427
{
 
428
   Possibly lack of deallocation of a thread
 
429
   Memcheck:Leak
 
430
   fun:calloc
 
431
   ...
 
432
   fun:pthread_create*
 
433
   fun:_Z34initTransactionLogBackgroundWorkerv
 
434
   ...
469
435
}
470
436
 
471
437
# Issues with boost::thread