Description
Description
When i create dotnet new console,
I get
"The template "Console App" was created successfully.
Processing post-creation actions...
Running 'dotnet restore' on /home/ivanassenov/dev/dotnet-projects/dotnet-projects.csproj...
Determining projects to restore...
Restored /home/ivanassenov/dev/dotnet-projects/dotnet-projects.csproj (in 63 ms).
Restore succeeded.
"
then I run "dotnet restore"
"dotnet restore
Determining projects to restore...
All projects are up-to-date for restore.
"
Then I run "dotnet run"
I get this error
"tpp.c:82: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)' failed."
restarted a few times, and tried few things.
when I run with verbose I got
".....
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.72
tpp.c:82: __pthread_tpp_change_priority: Assertion `new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)' failed.
"
Any idea why hello world program wouldn't work??
Configuration
Regression?
No, first time installed