Stephen R. van den Berg wrote:
Stephen R. van den Berg wrote:
The most likely cause of this issue might be related to MutexKeys being lost in the heap, which then get released (a while later) by the garbage collection. I fixed this problem in a newer commit; if I run with that fix, the problem does not seem to happen anymore.
--with-rtldebug gives:
And another: page: 0x56420b0fde40 used: 750/1024 last: 0x56420b111e00 p+offset: 0x56420b111e00 page: 0x56420ae239f0 used: 427/512 last: 0x56420ae2d9b0 p+offset: 0x56420ae2d9b0 page: 0x56420aba7b30 used: 46/256 last: 0x56420abacaf0 p+offset: 0x56420abacaf0 page: 0x56420a9e2d70 used: 115/128 last: 0x56420a9e5530 p+offset: 0x56420a9e5530 In block 0x56420b10a240: /var/src/roxen/81pike/src/block_allocator.c:282: Fatal error: Free-List corruption. List pointer 0x56420b10c3ff is inside block [0x56420b10c3b0 , 0x56420b10c400) page: 0x56420b0fde40 used: 751/1024 last: 0x56420b111e00 p+offset: 0x56420b111e00 page: 0x56420ae239f0 used: 427/512 last: 0x56420ae2d9b0 p+offset: 0x56420ae2d9b0 page: 0x56420aba7b30 used: 46/256 last: 0x56420abacaf0 p+offset: 0x56420abacaf0 page: 0x56420a9e2d70 used: 115/128 last: 0x56420a9e5530 p+offset: 0x56420a9e5530 In block 0x56420b10a240: /var/src/roxen/81pike/src/block_allocator.c:282: Fatal error: Free-List corruption. List pointer 0x56420b10c3ff is inside block [0x56420b10c3b0 , 0x56420b10c400) Aborted
Any ideas how to tackle this?