jemalloc 3.5.0 regressions on i586
İsmail Dönmez
ismail at donmez.ws
Tue Jan 28 00:57:08 PST 2014
Hi,
With jemalloc 3.5.0 we have a testsuite regression on openSUSE 13.1/i586
with gcc 4.8.1,
configured with ./configure --enable-cc-silence
make check fails:
test_stats_chunks:test/unit/stats.c:41: Failed assertion:
(jet_mallctl("stats.chunks.total", &total, &sz, ((void *)0), 0)) ==
(expected) --> 22 != 0: test_stats_chunks
test_stats_arenas_bins:test/unit/stats.c:291: Failed assertion:
(jet_mallctl("stats.arenas.0.bins.0.curruns", &curruns, &sz, ((void *)0),
0)) == (expected) --> 22 != 0: test_stats_arenas_bins
test_stats_arenas_lruns:test/unit/stats.c:343: Failed assertion:
(jet_mallctl("stats.arenas.0.lruns.0.curruns", &curruns, &sz, ((void *)0),
0)) == (expected) --> 22 != 0: test_stats_arenas_lruns
test_oom_errors:test/integration/aligned_alloc.c:59: Failed assertion: (p
!= ((void *)0) || je_get_errno() != 12) == (false) --> true != false:
test_oom_errors
test_alignment_errors:test/integration/mallocx.c:53: Failed assertion: (p)
== (NULL) --> 0x40000000 != 0x0: test_alignment_errors
test_oom_errors:test/integration/posix_memalign.c:53: Failed assertion:
(posix_memalign(&p, alignment, size)) != (0) --> 0 == 0: test_oom_errors
64bit builds are fine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jemalloc.net/mailman/jemalloc-discuss/attachments/20140128/da6d38db/attachment.html>
More information about the jemalloc-discuss
mailing list