Win64, merge-2.067, LLVM master, VS 2015 - current status
kinke via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Tue May 12 15:46:25 PDT 2015
On Sunday, 10 May 2015 at 22:25:14 UTC, Dan Olson wrote:
> Where does core.thread fail its test?
Apparently an access violation in fiber_switchContext().
asm:
push rbx
xor rax,rax
push qword ptr gs:[rax]
push qword ptr gs:[rax+8]
push qword ptr gs:[rax+10h]
mov qword ptr [rcx],rsp
mov rsp,rdx
pop qword ptr gs:[rax+10h] --> access violation with rax=0
pop qword ptr gs:[rax+8]
pop qword ptr gs:[rax]
pop rbx
More information about the digitalmars-d-ldc
mailing list