dapr / quickstarts

Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
Apache License 2.0
1.02k stars 516 forks source link

Running actor service app on a MacOS M1 crashes #1025

Open chrisdrobison opened 1 month ago

chrisdrobison commented 1 month ago

Expected Behavior

The actor service app runs without issue.

Actual Behavior

I'm on a Mac M1. Running:

dapr run --app-id actorservice --app-port 5001 --dapr-http-port 3500 --resources-path ../../../resources -- dotnet run --urls=http://localhost:5001/

from the actor quickstart crashes with an exit code of 137.

Here is my Dapr version info:

CLI version: 1.13.0 
Runtime version: 1.13.2

Steps to Reproduce the Problem

  1. Follow the instructions for the actor quickstart app
  2. Run the line to start the actor service app