NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54062 CVS commit: src/external/bsd/jemalloc/dist/src



The following reply was made to PR kern/54062; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54062 CVS commit: src/external/bsd/jemalloc/dist/src
Date: Sat, 16 Mar 2019 17:32:05 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Sat Mar 16 21:32:04 UTC 2019
 
 Modified Files:
 	src/external/bsd/jemalloc/dist/src: extent.c
 
 Log Message:
 PR/54062: Fix the "snprintf_float" test failing after the jemalloc import
 issue: jemalloc uses a lot more memory (if it can find it) by default and
 this test limited the amount of memory it could get, causing it to get to
 an error path with a missing mutex_unlock...
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/external/bsd/jemalloc/dist/src/extent.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index