search for: 0x6582d

Displaying 2 results from an estimated 2 matches for "0x6582d".

Did you mean: 0x502d
2017 Nov 01
2
llvm.gcroot trouble with non-i8* allocas
...\llvm\tools\llc\llc.cpp:534:0 #15 0x010059ca main c:\users\nikod\src\llvm\tools\llc\llc.cpp:289:0 #16 0x01be99e9 _scrt_common_main_seh f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:253:0 #17 0x77178744 (C:\WINDOWS\System32\KERNEL32.DLL+0x18744) #18 0x7737582d (C:\WINDOWS\SYSTEM32\ntdll.dll+0x6582d) #19 0x773757fd (C:\WINDOWS\SYSTEM32\ntdll.dll+0x657fd) (This is the same assertion failure that my full code produces, and which lead me to trying out things with minimal case and llc.) What I can see in the debugger isn't immediately illuminating. Any clues? Am I missing the obvious here?...
2017 Nov 01
0
llvm.gcroot trouble with non-i8* allocas
...4:0 > #15 0x010059ca main c:\users\nikod\src\llvm\tools\llc\llc.cpp:289:0 > #16 0x01be99e9 _scrt_common_main_seh f:\dd\vctools\crt\vcstartup\ > src\startup\exe_common.inl:253:0 > #17 0x77178744 (C:\WINDOWS\System32\KERNEL32.DLL+0x18744) > #18 0x7737582d (C:\WINDOWS\SYSTEM32\ntdll.dll+0x6582d) > #19 0x773757fd (C:\WINDOWS\SYSTEM32\ntdll.dll+0x657fd) > > (This is the same assertion failure that my full code produces, and which > lead me to trying out things with minimal case and llc.) > > What I can see in the debugger isn't immediately illuminating. Any clues? >...