Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Sun, 15 Feb 2004 22:23:25 +0000 (GMT) From: Ian Sealy X-X-Sender: bzims AT mail DOT ilrt DOT bris DOT ac DOT uk To: cygwin AT cygwin DOT com Subject: DBD::Pg - $dbh->quote() causes core dump Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, Is anyone using the DBD::Pg Perl module under Cygwin? I'm trying to use it on Windows XP with Perl 5.8.2-1 and DBI 1.40. The Cygwin DLL version is 1.5.7. The module seems to build OK, but lots of the tests fail. The most serious (from my point of view, because I tried to use the module anyway) is that $dbh->quote() causes a core dump: Exception: STATUS_ACCESS_VIOLATION at eip=610AB121 eax=4C554E27 ebx=4C557573 ecx=BDD4BB01 edx=0000274C esi=0A2A0930 edi=0A2A3074 ebp=0022EAF8 esp=0022EAE0 program=D:\cygwin\bin\perl.exe cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023 Stack trace: Frame Function Args 0022EAF8 610AB121 (00000000, 0A2EA954, 0022EB18, 6109E779) 0022EB28 61054C25 (0A2A0930, 0A2EA954, 00000003, 00000002) 0022EB58 61086391 (0A040268, 0A28CC50, 0A13CF90, 00000000) 0022ED38 0093E12E (0A040268, 0A180540, 0A040268, 00000000) 0022EDA8 6EC71086 (0A040268, 0A040268, 0022EDD8, 6EC04998) 0022EDB8 6EC69529 (0A040268, 61110400, 0022EDD8, 61087CB6) 0022EDD8 6EC04998 (0A040268, 00000001, 0022EED8, 00000001) 0022EF08 6EC04775 (0A040268, 00401220, 00000003, 61673F04) 0022EF40 004011E2 (00000003, 61673F04, 0A0400A8, 0022EF98) 0022EF80 61005DF0 (0022EF98, C0150008, 00000000, 536CD652) 0022FF90 61005EE8 (00000000, 00000000, 00000000, 00000000) End of stack trace Any idea what's wrong? Cheers, Ian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/