Bug#871446: jemalloc: FTBFS on hurd-i386: aligned_alloc test hangs

2023-01-06 Thread Faidon Liambotis
Hi there, On Sun, Apr 04, 2021 at 09:57:39PM +0300, Faidon Liambotis wrote: > On Sun, Apr 04, 2021 at 02:26:16AM +0200, Samuel Thibault wrote: > > So basically libpthread is trying to initialize itself, calls malloc, > > which initializes jemalloc, which calls pthread_self, which is not happy > >

Bug#871446: jemalloc: FTBFS on hurd-i386: aligned_alloc test hangs

2021-04-04 Thread Faidon Liambotis
On Sun, Apr 04, 2021 at 02:26:16AM +0200, Samuel Thibault wrote: > So basically libpthread is trying to initialize itself, calls malloc, > which initializes jemalloc, which calls pthread_self, which is not happy > that libpthread is not initialized yet, thus calls assert, which tries > to malloc

Bug#871446: jemalloc: FTBFS on hurd-i386: aligned_alloc test hangs

2021-04-03 Thread Samuel Thibault
Hello, Faidon Liambotis, le lun. 11 janv. 2021 01:33:34 +0200, a ecrit: > I'm still unsure why either test fail the way they do¹. Like the last > time I was debugging this bug... gdb'ing the aligned-alloc test doesn't > work (can't interrupt execution). What's worse is that even running "ps" > in

Bug#871446: jemalloc: FTBFS on hurd-i386: aligned_alloc test hangs

2021-01-10 Thread Faidon Liambotis
On Sun, Dec 06, 2020 at 06:14:04PM +0100, Samuel Thibault wrote: > Aaron M. Ucko, le ven. 11 août 2017 17:56:38 -0400, a ecrit: > > only about a dozen source packages build-depend on > > jemalloc. > > Just as additional updated information point: inkscape is now also using > jemalloc, so that

Bug#871446: jemalloc: FTBFS on hurd-i386: aligned_alloc test hangs

2020-12-06 Thread Samuel Thibault
Hello, Aaron M. Ucko, le ven. 11 août 2017 17:56:38 -0400, a ecrit: > only about a dozen source packages build-depend on > jemalloc. Just as additional updated information point: inkscape is now also using jemalloc, so that raises the number to a couple hundreds of reverse build dependencies.

Bug#871446: jemalloc: FTBFS on hurd-i386: aligned_alloc test hangs

2017-08-11 Thread Aaron M. Ucko
Faidon Liambotis writes: > In general, jemalloc is (copying from the package description): "a > library providing a malloc(3) implementation for multi-threaded > processes on multi-processor systems". Given that Hurd right now doesn't > even support SMP, I wonder if there is

Bug#871446: jemalloc: FTBFS on hurd-i386: aligned_alloc test hangs

2017-08-11 Thread Faidon Liambotis
severity 871446 wishlist thanks Hi Aaron, On Mon, Aug 07, 2017 at 10:25:13PM -0400, Aaron M. Ucko wrote: > Thanks for taking care of #828871! jemalloc now compiles on > hurd-i386, but the build still ultimately fails because the > aligned_alloc test hangs (hard): I spent a lot of time at

Bug#871446: jemalloc: FTBFS on hurd-i386: aligned_alloc test hangs

2017-08-07 Thread Aaron M. Ucko
Source: jemalloc Version: 3.6.0-10 Severity: important Justification: fails to build from source Thanks for taking care of #828871! jemalloc now compiles on hurd-i386, but the build still ultimately fails because the aligned_alloc test hangs (hard): === test/integration/aligned_alloc ===