79543141

Date: 2025-03-29 11:08:41
Score: 2.5
Natty:
Report link

Having a similar problem in Fedora 41 with .NET 8 as I described here

I have resolved it by adding LC_MESSAGES=C to my /etc/locale.conf

LANG=en_US.UTF-8
LC_MESSAGES=C

As a preliminary test (before changing the locale.conf), I did

giulio@myhome:~$ .dotnet/dotnet --version
stack smashing detected ***: terminated
Aborted (core dumped)
giulio@myhome:~$ export LC_MESSAGES=C
giulio@myhome:~$ .dotnet/dotnet --version
8.0.407
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): Having a similar problem
  • Low reputation (0.5):
Posted by: Giulio