svn commit: r296221 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemalloc

Adrian Chadd adrian.chadd at gmail.com
Wed Mar 2 20:08:20 UTC 2016


Hi,

So apparently it's comparing a very large value (#define
NSTIME_SEC_MAX  18446744072) against a 32 bit ssize_t on mips32. i386
also has a 32 bit ssize_t.

I'd like this resolved and tested on 32 bit platforms or I'm going to
revert the commit in 24 hours. Sorry, but that's kinda broken on all
32 bit platforms.

Sorry, but this is above even my "wtf" threshold. :(


-a


More information about the svn-src-all mailing list