Composer segfault on multiple configurations

Sky Diver skydivergm@gmail.com
Wed May 17 19:32:00 GMT 2017


Hi,

Running "composer install" with the following composer.json ends up in
a segmentation fault.

---------- START -----------
{
    "require": {
        "propel/propel": "~2.0@dev"
    },
    "config": {
        "optimize-autoloader": true
    }
}
---------- END -------------

(*) Note: when "optimize-autoloader" is set to false the error doesn't occur.

Attached are the segfault core dump file (I didn't edit the stack
trace, it's empty) + cygcheck.out (with sensitive data edited out).

I tested the following cases:
- PHP 7.0.18
- PHP 7.0.19
- PHP 5.6.10.
- After rebase all
- After a reinstall (setup -> category view -> all -> reinstall)
- After a fresh cygwin 32-bit install in an empty directory (this is
the version I run with for years)
- After a fresh cygwin 64-bit install in an empty directory

My reason for thinking this is a cygwin issue is that this behavior
doesn't repeat under Ubuntu distros, both running in a VirtualBox VM
and via Bash/WSL (a.k.a.: Bash on Ubuntu on Windows).

Would love to hear of a fix/workaround for this issue.

Thanks.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: php.exe.stackdump
Type: application/octet-stream
Size: 319 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20170517/6f3c758d/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 71934 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20170517/6f3c758d/attachment-0001.obj>
-------------- next part --------------

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


More information about the Cygwin mailing list