-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 in ApplicationMvcTest::testApplicationSingleModule #2914
Comments
Could you please try again using the latest changes in 2.0.0? If you're compiling using Zephir you'll need to update it too |
Using 9f37d8d + zephir-lang/zephir@60848bd, but the same thing I'm afraid:
I'm not a big expert on Travis CI, but they do provide a worker with Mac environment, would you like me to have a look into setting up an additional build? |
I actually might be overestimating my capacity on this, it seems there's a lot of C stuff going on for configuring the runners, but here's a relevant blog post about the multi-OS feature. |
happens on linux for me as well, it's not Mac specific. |
@ianbytchek You probably have the xdebug extension on as well? Turned out that xdebug isn't liking the closures. I turned off the module for now, living dangerously ;) Can you test the above and close this issue if that was the problem? You will probably start failing at a test related to libmemcached now, which is unrelated to this. |
Indeed it is :) @phalcon elaborated on the problem related to xdebug after I reached out for some assistance debugging this. |
I'm on Mac, Php 5.6.1, using e5c6d2f and trying to run the test:
Let me know if I can provide any useful information to get this resolved.
The text was updated successfully, but these errors were encountered: