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

Creating an ActorSystem freezes in Alpine 3.8 #13

Open
1ma opened this issue Jul 9, 2018 · 0 comments
Open

Creating an ActorSystem freezes in Alpine 3.8 #13

1ma opened this issue Jul 9, 2018 · 0 comments

Comments

@1ma
Copy link

1ma commented Jul 9, 2018

Hi, I messaged you a few days ago on Reddit about this bug. I've pinned down the freezing to the moment an ActorSystem is instantiated:

<?php

echo "123\n";
$as = new phactor\ActorSystem();
echo "456\n";

outputs:

123

I've put together a Dockerfile with an environment that reproduces the issue, if that helps (I've also recorded its build log, the logs relevant to phactor start at L903, though I see nothing wrong).

@1ma 1ma changed the title Creating an ActorSystem freezes in Alpine 3.8. Creating an ActorSystem freezes in Alpine 3.8 Jul 9, 2018
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