Files
Alex Rønne Petersen ae3ab88153 std.os.linux.x32: fix read of stack slot containing ctid in clone()
It's a 32-bit pointer and passed on the stack; the upper 32 bits of the stack
slot are garbage. This means that we ask the kernel to write to some random
64-bit location, which it will just silently fail to do (the process is in x32
mode; nothing can be mapped up there), and consequently, the thread's child_tid
field will never be populated, causing a later join() to hang.
2026-06-19 08:25:49 +02:00
..
2026-05-30 20:55:08 +02:00
2026-06-04 17:04:58 +02:00
2026-05-26 08:11:04 +02:00