flow/flow-bin

Flow crashes on macOS

hugoduraes opened this issue · 1 comments

When trying to run Flow on a Mac with Apple M1 chip, it loops with the following error on the logs:

Apr 21 15:38:02.557 [error] Flow server (pid 72762) exited with code Out_of_shared_memory (15)
Apr 21 15:38:02.557 [info] Creating a new Flow server
Apr 21 15:38:02.561 [info] Spawned server #22 (pid=72776)
Apr 21 15:38:02.607 [error] Connection 'server #22' was closed from the other side
Unable to obtain kernel buffer: Operation not permitted
usage: sudo dmesg

System info:

node --version
v10.24.0

npm --version
6.14.11

flow --version
0.149.0

OS
macOS 11.2.3

CPU (maybe relevant)
Apple M1 (arm64)

Closing as the issue is already being addressed here: facebook/flow#8538