You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application starts running. Then waits for 4 to 6 seconds and then application ends.
Visual studio debug output:
'dotnet.exe' (CoreCLR: DefaultDomain): 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.5\System.Private.CoreLib.dll' yüklendi. Sembollerin yüklemesi atlandı. Modül iyileştirildi ve hata ayıklayıcının 'Yalnızca Kendi Kodum' seçeneği etkin hale getirildi.
'dotnet.exe' (CoreCLR: clrhost): 'C:\Users\Yahya Gedik\source\repos\Teal\Teal\bin\Debug\netcoreapp2.1\Teal.dll' yüklendi. Semboller yüklendi.
'dotnet.exe' (CoreCLR: clrhost): 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.5\System.Runtime.dll' yüklendi. Sembollerin yüklemesi atlandı. Modül iyileştirildi ve hata ayıklayıcının 'Yalnızca Kendi Kodum' seçeneği etkin hale getirildi.
'dotnet.exe' (CoreCLR: clrhost): 'C:\Users\Yahya Gedik\.nuget\packages\llvmsharp\5.0.0\lib\netstandard1.1\LLVMSharp.dll' yüklendi. Sembollerin yüklemesi atlandı. Modül iyileştirildi ve hata ayıklayıcının 'Yalnızca Kendi Kodum' seçeneği etkin hale getirildi.
'dotnet.exe' (CoreCLR: clrhost): 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.5\System.Console.dll' yüklendi. Sembollerin yüklemesi atlandı. Modül iyileştirildi ve hata ayıklayıcının 'Yalnızca Kendi Kodum' seçeneği etkin hale getirildi.
'dotnet.exe' (CoreCLR: clrhost): 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.1.5\System.Runtime.InteropServices.dll' yüklendi. Sembollerin yüklemesi atlandı. Modül iyileştirildi ve hata ayıklayıcının 'Yalnızca Kendi Kodum' seçeneği etkin hale getirildi.
'[11756] dotnet.exe' programı -1073740940 (0xc0000374) koduyla çıktı.
Every line except second line says module is loaded, but symbols are not (sice Just My Code is active). And exit code seems to be -1073740940.
The text was updated successfully, but these errors were encountered:
LLVMSharp 5.0.0
LibLLVM 5.0.1
.Net Core 2.1 Project
LLVM.GetBasicBlockName(...)
seems to be crashing wherever I use it at. No segfaulting or error messages. Just plain old crashing.Example code:
Small gif showing what is happening
Application starts running. Then waits for 4 to 6 seconds and then application ends.
Visual studio debug output:
Every line except second line says module is loaded, but symbols are not (sice Just My Code is active). And exit code seems to be
-1073740940
.The text was updated successfully, but these errors were encountered: