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: Tue, 8 Apr 2003 01:17:51 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: frequent crashes with perl under win98 Message-ID: <20030408051751.GA17322@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3E913362 DOT 4020606 AT chello DOT at> <1001094815371 DOT 20030408070135 AT familiehaase DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1001094815371.20030408070135@familiehaase.de> User-Agent: Mutt/1.4.1i On Tue, Apr 08, 2003 at 07:01:35AM +0200, Gerrit P. Haase wrote: >Hallo Johann, > >Am Montag, 7. April 2003 um 10:14 schriebst du: > >> I am getting frequent crashes with perl under Windows 98: packages >> Pod::Usage and POSIX seem to cause all kinds of crashes in subsequent >> code only by using them. The same perl programs work flawlessly on >> a Windows NT system. > >> Crashes occur in CWD.dll and POSIX.dll > >> I have perl 5.8.0-2 installed on the Window 98 system. > >> Any ideas? > >Unfortunately not. We tried a perl version without increased stack, >because N. Wourms believed it may be the cause, but using perl without >the increased stack didn't change this behaviour. It also seems to be >no rebase issue. > >You could try to build Perl from source on this Win98 box and see if >it works better then. Just use the source provided at the Cygwin >mirrors, there is a buildscript 'build.sh' included for easy building. > >If you try it, please send the generated logs to my hands (not to the >list, please). Do you have a version of perl with debugging symbols that could be used? Then you could do something like: set CYGWIN=error_start=c:/cygwin/bin/gdb and when gdb pops up, type "bt" to get a stack trace. cgf -- 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/