You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing pyaff4 with an M1 Mac attached to another Mac using Mac Sharing mode, but it stalled after a short while. The last few lines of console output are:
I was testing pyaff4 with an M1 Mac attached to another Mac using Mac Sharing mode, but it stalled after a short while. The last few lines of console output are:
/Volumes/Untitled
is where the M1 Mac is mounted (using sharing mode) on the second Mac./Volumes/Untitled/Volumes/Untitled
is a symlink to/
./Volumes/Untitled/Volumes/Untitled/dev/console
is therefore/dev/console
on the second Mac.pyaff4 should not follow symlinks and it should not try to read /dev/console.
The text was updated successfully, but these errors were encountered: