|
The patch solved some of the messages.
I'm still getting the following:
==21093== Conditional jump or move depends on uninitialised value(s) ==21093== at 0x58585E3: arena_run_split (arena.c:442) ==21093== by 0x5858E3F: arena_run_alloc_helper (arena.c:637) ==21093== by 0x585B85D: arena_malloc_large (arena.c:657) ==21093== by 0x5850122: je_calloc (arena.h:883) Furthermore, I did some more testing and valgrind is also still complaining about je_free() calls (with patch without --enable-munmap OR without the patch with --enable-munmap): ==21093== Invalid read of size 8 ==21093== at 0x5874A31: quarantine (quarantine.c:74) ==21093== by 0x585148F: je_free (jemalloc_internal.h:911) ==21093== Invalid read of size 8 ==21093== at 0x58744E3: quarantine (quarantine.c:100) ==21093== by 0x585148F: je_free (jemalloc_internal.h:911) ==16789== Invalid read of size 8 ==16789== at 0x5874691: quarantine (quarantine.c:103) ==16789== by 0x585148F: je_free (jemalloc_internal.h:911) ==16789== Invalid read of size 8 ==16789== at 0x4C2C40F: memcpy (mc_replace_strmem.c:878) ==16789== by 0x5874C3B: quarantine (string3.h:52) ==16789== by 0x585148F: je_free (jemalloc_internal.h:911) The above error messages are present in the full report I sent you earlier. best regards, Daniel Mezzatto On 12/12/2012 04:17 PM, Jason Evans wrote:
|
_______________________________________________ jemalloc-discuss mailing list [email protected] http://www.canonware.com/mailman/listinfo/jemalloc-discuss
