Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix domain sockets broken in macOS #682

Closed
DEADB17 opened this issue Apr 11, 2021 · 0 comments
Closed

Unix domain sockets broken in macOS #682

DEADB17 opened this issue Apr 11, 2021 · 0 comments
Labels
bug This is not expected behavior, and needs fixing

Comments

@DEADB17
Copy link
Contributor

DEADB17 commented Apr 11, 2021

Steps to reproduce

In a macOS shell:

./janet -e '(pp (net/listen :unix "a.socket"))'

Results in

  • bash 5.1 Illegal instruction: 4
  • fish 3.2.2 terminated by signal SIGILL (Illegal instruction)
  • No a.socket file created

System info


Works as expected in linux

In a linux shell:

./janet -e '(pp (net/listen :unix "a.socket"))'

Results in

  • <core/stream 0x00000XXXXXXX>
  • srwxr-xr-x 1 me me 0 Apr 10 19:44 a.socket= in the filesystem

System info

@bakpakin bakpakin added the bug This is not expected behavior, and needs fixing label Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is not expected behavior, and needs fixing
Projects
None yet
Development

No branches or pull requests

2 participants