X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=BAYES_40,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <4BDD9A39.4050506@dunslane.net> References: <4BDD9A39 DOT 4050506 AT dunslane DOT net> Date: Sun, 2 May 2010 18:45:18 +0200 Message-ID: Subject: Re: PostgreSQL plperl crash on Cygwin 1.7.5 From: Reini Urban To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 2010/5/2 Andrew Dunstan : > On Cygwin version 1.7.5 I am trying to run set up a member of the PostgreSQL > Buildfarm . We have a > current Cygwin member (run by me) using Cygwin version 1.5.25, which for the > most part runs without major problems. > > The good news is that even on the latest code, both stable and development, > PostgreSQL builds and its core regression tests run with 100% success. > > The bad news is that I get a segfault when trying to run the regression > tests for the embedded PLPerl language. The test fails when it tries to load > Postgres' plperl.dll. Hi Andrew, This is because cygwin perl is compiled with gcc-4 and -fstack-protector and you are trying with gcc-3 without -fstack-protector. Installing gcc-4 and doing the configure with CC=gcc-4 should do the trick. -- Reini Urban perl and postgresql maintainer :) -- 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