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 after "Generating autoload files" with php-5.6.0alpha3 #2774
Comments
|
Don't you have access to another php version you could run the initial install with? |
|
The test suite runs on alpha1 at least - if you can't figure it out I'll try to get me an alpha3 later. |
|
I wasn't able to run it on alpha1 too... so it must be something with my On Monday, March 3, 2014, Jordi Boggiano notifications@github.com wrote:
Sylvain Filteau |
|
I was able to pinpoint the exact line causing the Segmentation Fault. It is The following gist is the minimum to reproduce the problem: https://gist.github.com/sylvainfilteau/9359062 It's a PHP issue, you can see a bug report about that there: https://bugs.php.net/bug.php?id=66751 |
|
Yes it's definitely a php issue and please report it to bugs.php.net if |
|
hi, |
|
Thank you for this fix. I can confirm Composer now works OK with the latest 5.6 snapshot. Regards. |
|
Same problem (at least same symptom) with php-5.6.0beta1 (from Sury PPA) on Ubuntu 14.04. "Generating autoload files. Segmentation fault (core dumped)". |
|
@fgm Tyrael said above it'll be fixed in beta2 so I guess it's been applied after beta1 was tagged :) |
|
Indeed this no longer happens with a custom PHP build of todays 5.6 HEAD (with unsupported Bison 3.0.2 !), thanks. |
I just compiled php-5.6.0alpha3 and tried installing dependencies of composer using... composer ! Unfortunately, I get a "Segmentation fault" error after the "Generating autoload files" message.
Here are the step used to compile php-5.6.0alpha3 on Ubuntu 13.10:
The I git cloned composer and runned composer:
I tried debugging it but I cannot run unit tests on the repository because I cannot install it's dependencies (fuck me). I think it may be related to the extensions I installed or something like that...
Maybe someone can help me generate the autoloader manually so I can properly unit test ?
Thanks !
The text was updated successfully, but these errors were encountered: