X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=DMd94w0zdoa2uDp1 UMGP3xw61h/l6gkxAZQHhPs0AOlDuWPZrhCet7nACdMr+b1gORO/yFeLx3Ls48vx QQbYb+Ay2/FSse5+iDZ3sNWi0aYL05qdA7tZq2bcii9qaPUNXlx8vyG3OPtBo2sd hN1sW3b0Xsj7619WFHqfXiBiNgc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=XfdxCkC+057pMBiFT1mrcH uoRZk=; b=FHXxaqCJZ/s8uWsD992T1LXkLEQnY2Q251nhtFN7uthf/sHY4h4/OT QOpxKEW2ZwcAc2leO6MN3FDf9BCX7OdQKmf2K2RCfmAuPoB5cxZpMx6BwdSa+Bcy llMnIlpITuMisoBWrKcjfCm1t1fR8Sbr41sTp8FSRRHUSLdLCVQpQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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) Subject: Re: Composer segfault on multiple configurations To: cygwin AT cygwin DOT com References: From: Richard H Lee Message-ID: Date: Wed, 17 May 2017 21:24:15 +0100 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 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 DOT 0 AT 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