https://issues.dlang.org/show_bug.cgi?id=12800
Sönke Ludwig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #4 from Sönke Ludwig <[email protected]> --- A simple vibe.d application also crashes here because RAX is null: --- 00007FF7F0FA2E07 call fiber_switchContext (07FF7F0FC6790h) 00007FF7F0FA2E0C add rsp,20h 00007FF7F0FA2E10 mov rax,qword ptr [rsi+80h] 00007FF7F0FA2E17 mov rbx,qword ptr [rax+10h] <- RAX==0 --- This was the first `Fiber.call()` call of the program. --
