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: Mon, 1 Dec 2003 21:05:55 +0100 From: Kurt Roeckx To: cygwin AT cygwin DOT com Subject: ecpg in postgresql 7.4 generates: cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap Message-ID: <20031201200555.GA15214@ping.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i I recently upgraded to postgresql 7.4-1. Now when I try to run my program linked with ecpg.dll I get: 12 [unknown (0x2A4)] ? 456 cygheap_fixup_in_child: Couldn't reserve space for cygwin's heap (0x61600000 <0x470000>) in child, Win32 error 487 C:\cygwin\home\kurt\tst.exe: *** m.AllocationBase 0x0, m.BaseAddress 0x61600000, m.RegionSize 0x80000, m.State 0x10000 Simple test program tst.pgc: int main() { EXEC SQL CONNECT TO test; return 0; } ecpg tst.pgc gcc tst.c -o tst -lecpg ./tst All packages used are the most recent. Kurt -- 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/