Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Gerrit P. Haase" Organization: Esse keine toten Tiere To: John Peacock , cygwin AT cygwin DOT com Date: Tue, 9 Oct 2001 09:12:56 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Perl 5.7.2 Reply-to: cygwin AT cygwin DOT com Message-ID: <3BC2BF98.31800.2C8995E3@localhost> In-reply-to: <3BC1FF9D.6BA1CEB@rowman.com> X-mailer: Pegasus Mail for Win32 (v3.12cDE) X-Hops: 1 X-Sender: 320081107336-0001 AT t-dialin DOT net John Peacock schrieb am 2001-10-08, 15:33: Hi John, >Now that I have calmed down, I am still willing to keep banging and >trying to work this through. I'll grab the latest snapshot and see >what that does. I am more focused on fixing Perl, but if I have to fix >CygWin to do it, so be it. Welcome in the Cygwin world:-) O.k., I followed your example first: http://www.cygwin.com/ml/cygwin/2001-10/msg00067.html I'm getting no core in gdb (with cygwin-1.3.3-2): $ gdb -nw ./miniperl GNU gdb 5.0 (20010428-1) Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin"... (gdb) break Perl_safesysfree Breakpoint 1 at 0x44a726: file util.c, line 142. (gdb) run -e "\$ENV{'TEST'} = 1;" Starting program: /src/buildperl/./miniperl.exe -e "\$ENV{'TEST'} = 1;" Can't modify single ref constructor in scalar assignment at -e line 1, near "1;" Execution of -e aborted due to compilation errors. Program exited with code 0377. (gdb) bt No stack. (gdb) How is it possible to set PERL_DESTRUCT_LEVEL=2 in gdb? And what to try next? Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/