https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237577
--- Comment #2 from Alexandre martins <[email protected]> --- In fact, it's a side effect. We are using MALLOC_DEBUG for the jemalloc allocator in the libc. Unfortunately, that flags (put in DEBUG_FLAGS) apply to the librtld too. We use the flag to trap double free or heap corruption more easily in our very old code base. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
