Open
Description
When I try to debug after building from source, I get the following error:
Assertion failed: !read_lock, file C:\Users\user\Documents\netcoredbg\src\utils\ioredirect.cpp, line 404
When I use the latest release it works fine, but when building from source I get the error.
(I tried building from latest and release commit)
Running
C:\Users\user\Documents>./netcoredbg\bin\netcoredbg.exe --interpreter=cli
ncdb> file dotnet
ncdb> set args HelloCS1/bin/Debug/net8.0/HelloCS1.dll
ncdb> run
Assertion failed: !read_lock, file C:\Users\user\Documents\netcoredbg\src\utils\ioredirect.cpp, line 404
Building
git clone https://github.com/Samsung/netcoredbg.git
cd netcoredbg
md build
cd build
cmake .. -G "Visual Studio 17 2022" -DCMAKE_INSTALL_PREFIX="..\bin"
cmake --build . --target install
Logs & Files
- Build Scripts: build_latest.bat (txt), build_27606c3.bat (txt)
- Build Logs: build_latest.txt, build_276606c3.txt
- Run Logs: run_release.txt, run_latest.txt, run_27606c3.txt
- HelloCS1.zip
Metadata
Metadata
Assignees
Labels
No labels
Activity