From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85588 invoked by alias); 17 May 2017 20:24:43 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 85530 invoked by uid 89); 17 May 2017 20:24:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Diver, Sky, diver, UD:php X-HELO: mail-wm0-f53.google.com Received: from mail-wm0-f53.google.com (HELO mail-wm0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 May 2017 20:24:36 +0000 Received: by mail-wm0-f53.google.com with SMTP id 70so23514847wmq.1 for ; Wed, 17 May 2017 13:24:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=E3m31to2ms162t6W4vAVdJSowrHl6wAgq2ir8zLkMJI=; b=QLgBEjvkf6JvSItlkpN/jFy5Fo1w38hdML/SDVkFySl5QMg3rHA2KiEE2bb3jMw5IS BIU5vAFG4wZi5qX9rfjn1QnByminvCp8JG0BofGk38HbilTVHAWdEItL3O4LnnctVfux q0cTyDFxfLx4ND6kE3zFYva9q1UwN1r0Pv04iGRz/XICxpHVHTwo5A+Sf9CwGJH/soCI qDsNW2jRmbTDDmIVCbn9ZIzMGFtAoyA65wnqYm/mJcoIidxeW8vhJBegh7os70cUHwkU GbgjkeCWtngHdQJH0uyR+pvwTbCGSpjIX5WftfzQZqXLely33pRVgveHkwXXI/EiZmqz EGaw== X-Gm-Message-State: AODbwcAZJ/E+plCZyJ19VbMMAOXn7rJW8Z/UbZbyQetKETYZVfi+/UvH gPZmbpmkEAlrixV/APQ= X-Received: by 10.28.210.13 with SMTP id j13mr445638wmg.110.1495052664638; Wed, 17 May 2017 13:24:24 -0700 (PDT) Received: from [192.168.1.6] (79-67-178-202.dynamic.dsl.as9105.com. [79.67.178.202]) by smtp.gmail.com with ESMTPSA id u200sm17995787wmd.16.2017.05.17.13.24.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 May 2017 13:24:23 -0700 (PDT) Subject: Re: Composer segfault on multiple configurations To: cygwin@cygwin.com References: From: Richard H Lee Message-ID: Date: Wed, 17 May 2017 20:47:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00286.txt.bz2 On 17/05/2017 20:17, Sky Diver wrote: > 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. I think this may be to do with the 4096 error bug. Composer will pull in the files and run them. One of them is: vendor/propel/propel/src/Propel/Runtime/DataFetcher/PDODataFetcher.php From you project directory, try running: php vendor/propel/propel/src/Propel/Runtime/DataFetcher/PDODataFetcher.php That probably will give you a segfault. I'm not sure if changing the filesize will help, because composer probably will fetch a fresh copy of the file. I did provide a small patch a few weeks ago. That might help. You'd need to recompile and install php though cygports to use it. -- 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