Sage Weil
|
4455f75d17
|
valgrind: give up and ignore all leveldb leaks
Hopefully if it is our fault we will have our own struct wrapping the
leveldb resource that we leak.
|
2013-06-19 09:08:17 -07:00 |
|
Sage Weil
|
ebd003bc82
|
valgrind: another leveldb leak
|
2013-06-17 13:53:10 -07:00 |
|
Sage Weil
|
d396096703
|
valgrind: make leveldb thread suppression more general
The thread can get created from a range of callers; ignore them all.
|
2013-06-11 19:34:33 -07:00 |
|
Sage Weil
|
c41e6ff5ba
|
valgrind: glibc/boost_thread leak suppressions
|
2013-06-08 22:26:31 -07:00 |
|
Sage Weil
|
028f1c709b
|
valgrind: more leveldb whitelisting
|
2013-06-07 21:20:08 -07:00 |
|
Sage Weil
|
64eb6df9fe
|
valgrind: add another leveldb suppression
|
2013-05-30 22:07:30 -07:00 |
|
Sage Weil
|
d029abfa5a
|
valgrind: update suppressions for leveldb, libc leaks from mon
These result in clean valgrind leak checks on the mon (at least with my
limited vstart testing).
|
2013-05-30 11:25:32 -07:00 |
|
Sage Weil
|
f9b4efeab1
|
valgrind.supp: deliverate onexit leak
|
2012-11-11 07:13:09 -08:00 |
|
Sage Weil
|
02d62d731d
|
valgrind.supp: ceph-fuse leak from libfuse
Signed-off-by: Sage Weil <sage@inktank.com>
|
2012-11-11 07:13:09 -08:00 |
|
tamil
|
39efbbcc2d
|
Suppress valgrind error "Invalid write 8"
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
|
2012-09-10 15:02:47 -07:00 |
|
Sage Weil
|
82cefa2477
|
suppress this valgrind error
<error>
<unique>0x4</unique>
<tid>1</tid>
<kind>InvalidWrite</kind>
<what>Invalid write of size 8</what>
<stack>
<frame>
<ip>0x400A299</ip>
<obj>/lib/x86_64-linux-gnu/ld-2.15.so</obj>
<fn>do_lookup_x</fn>
<dir>/build/buildd/eglibc-2.15/elf</dir>
<file>dl-lookup.c</file>
<line>250</line>
</frame>
<frame>
<ip>0x403122F</ip>
</frame>
<frame>
<ip>0x400A522</ip>
<obj>/lib/x86_64-linux-gnu/ld-2.15.so</obj>
<fn>_dl_lookup_symbol_x</fn>
<dir>/build/buildd/eglibc-2.15/elf</dir>
<file>dl-lookup.c</file>
<line>739</line>
</frame>
</stack>
<auxwhat>Address 0x7feffeec8 is on thread 1's stack</auxwhat>
</error>
pops up recently
|
2012-08-23 11:00:39 -07:00 |
|
Sage Weil
|
45fcca1fea
|
valgrind: add strptime suppressions
Precise's strptime triggers valgrind false positives.
Use ship_utilities to push the valgrind.supp file over, which is a bit
slippy.
|
2012-07-04 14:29:55 -07:00 |
|