NetBSD-Bugs archive

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

Re: port-mips/59064 (jemalloc switch to 5.3 broke userland)



The following reply was made to PR port-mips/59064; it has been noted by GNATS.

From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost, Martin Husemann <martin%duskware.de@localhost>
Cc: 
Subject: Re: port-mips/59064 (jemalloc switch to 5.3 broke userland)
Date: Sat, 12 Apr 2025 18:38:08 +0900

 Hi,
 
 I've carried out bisectioning for upstream repo to find out
 the first bad commit:
 
 https://github.com/jemalloc/jemalloc/commit/1aabab5f
 
 By reverting this commit from our in-tree jemalloc, both n64 and
 n32 userlands successfully boot up into multi-user mode on ERLite-3.
 
 However, now, statically-linked binaries crash via:
 abort() <-- __tls_get_addr() <-- malloc_init_hard() <-- _initarray()
 
 This can be a hint for what going on with and without the
 commit in problem.
 
 Just a quick report...
 
 Thanks,
 rin
 


Home | Main Index | Thread Index | Old Index