Rachel

Results 9 comments of Rachel

We made some progress by changing the baud rate of the firmware to 9600. The esp32 is now discovered by our device (computer, in this case) as a USB device....

Include the following in pyproject.toml: [tool.setuptools.packages] find = { include = ["xlstm*", "experiments*"] }

I am not able to reproduce this issue. What is the output of dotnet-dump --version?

I am still unable to reproduce the issue. I have your version of Debian, .NET, and dotnet-dump. When I run dotnet-dump in a directory where the running process has rwx...

The createdump messages are on the to-be-dumped process's side. Does your PID that you are attempting to dump appear in dotnet-dump ps?

That is not what I see on my end, if you look at the images you will see two images for the failure, one on the dotnet-dump side and one...

Could you try again with a dummy program that runs an infinite loop, with no debugger connected and running solely through dotnet run? ``` class Program { static void Main(string[]...

I am still unable to reproduce the issue. Could you please share your entire .csproj file?

Hello, This is an issue with how the runtime handles singlefile createdump requests. A fix has been initiated in the runtime repository.