-
Notifications
You must be signed in to change notification settings - Fork 21
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
Segfault while spawning a new process with uv_spawn on PHP 5.5.9 #56
Comments
Anyway you can see if this is fixed with #59 ? I was able to reproduce and fix a uv_spawn related issue with PHP 5.6. |
Can confirm this still segfaults with #59. |
@gplanchat I have updated the code to throw warnings when a pipe handle is not passed to uv_stdio_new. It appears the correct usage should be:
Am i missing something here? |
…ainfiles or php related streams resolving a SIGABRT as epoll doesn't support those stream types
It would say yes, it is the logical path. It seems that you are trying to spawn a new process, but for the use of |
Hello,
The following code produces a segmentation fault on Ubuntu 14.04 LTS with kernel version 3.13.0 and PHP 5.5.9 :
The text was updated successfully, but these errors were encountered: