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

Segmentation fault using phpunit 5.5.4 on PHP 7.0.11 #6687

Closed
danielbachhuber opened this issue Oct 7, 2016 · 8 comments
Closed

Segmentation fault using phpunit 5.5.4 on PHP 7.0.11 #6687

danielbachhuber opened this issue Oct 7, 2016 · 8 comments

Comments

@danielbachhuber
Copy link

I'm seeing this seg fault on my Travis builds:

/home/travis/build.sh: line 48:  8453 Segmentation fault      (core dumped) phpunit

Here's the build: https://travis-ci.org/lcache/wp-lcache/jobs/165796240

From lcache/wp-lcache#88

The seg fault is new in the last two days.

@BanzaiMan
Copy link
Contributor

Does the problem persist if you restart the build?

@danielbachhuber
Copy link
Author

Does the problem persist if you restart the build?

Yes.

@BanzaiMan
Copy link
Contributor

Looks like apcu upgraded from 5.1.5 to 5.1.6. If possible, try pinning this dependency to see if it's an issue with that.

@danielbachhuber
Copy link
Author

Looks like apcu upgraded from 5.1.5 to 5.1.6. If possible, try pinning this dependency to see if it's an issue with that.

Good catch, that was it. Thanks for helping to diagnose.

I've submitted a bug report on PHP.net https://bugs.php.net/bug.php?id=73286

@ceeram
Copy link

ceeram commented Oct 10, 2016

good catch indeed, thanks for the find

@arcanedev-maroc
Copy link

Hi @BanzaiMan, i've the same issue but with 5.6.2 on PHP 7.0

Job: https://travis-ci.org/ARCANESOFT/Auth/jobs/173564144

Best regards

@BanzaiMan
Copy link
Contributor

@arcanedev-maroc If the segmentation fault is caused by some native extensions your app uses, I don't think I can help you much, I am afraid.

@arcanedev-maroc
Copy link

OK. Thanks a lot for your insight @BanzaiMan 👍

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

4 participants