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

UnixClient fails sporadically on Darwin #96

Open
headius opened this issue Sep 1, 2021 · 1 comment
Open

UnixClient fails sporadically on Darwin #96

headius opened this issue Sep 1, 2021 · 1 comment

Comments

@headius
Copy link
Member

headius commented Sep 1, 2021

The example UnixClient appears to fail sporadically on Darwin. This frequently happens during release builds, but exactly once followed by a success. It could be a simple filesystem cleanup issue.

UnixSocketChannel channel = UnixSocketChannel.open(address);

    [INFO] --- exec-maven-plugin:1.4.0:exec (execute) @ jnr-unixsocket ---
    Exception in thread "main" java.io.IOException: No such file or directory
    	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:130)
    	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:139)
    	at jnr.unixsocket.UnixSocketChannel.open(UnixSocketChannel.java:68)
    	at jnr.unixsocket.example.UnixClient.main(UnixClient.java:46)
@headius headius added this to the 0.39.10 milestone Sep 1, 2021
@headius
Copy link
Member Author

headius commented Sep 1, 2021

Note this is not to be confused with the example UnixClient in #93.

@headius headius modified the milestones: 0.38.10, 0.38.11 Sep 7, 2021
@headius headius modified the milestones: 0.38.11, 0.38.12 Sep 16, 2021
@headius headius modified the milestones: 0.38.12, 0.38.13 Oct 26, 2021
@headius headius removed this from the 0.38.13 milestone Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant