[Bug 287357] Deprecated MALLOC_OPTIONS is used in some tests
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 287357] Deprecated MALLOC_OPTIONS is used in some tests"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Jun 2025 15:55:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287357 --- Comment #3 from Ed Maste <emaste@freebsd.org> --- > usr.bin/bmake/unit-tests/Makefile This one is a false positive, it has both env vars: MAKE_TEST_ENV+= MALLOC_OPTIONS="JA" # for jemalloc 100 MAKE_TEST_ENV+= MALLOC_CONF="junk:true" # for jemalloc 510 We could remove the MALLOC_OPTIONS="JA" setting but it doesn't cause any harm. The MALLOC_CONF should be junk:true,abort:true for consistency between the two, though. -- You are receiving this mail because: You are the assignee for the bug.