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 Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.2.20020113112820.01a8dcb8@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 13 Jan 2002 11:34:12 -0800 To: "Timothy J. Wood" , cygwin AT cygwin DOT com From: Randall R Schulz Subject: Re: gdb crashes my machine In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Tim, If you're debugging a program written in a native language such as C or C++ (as opposed to a interpreted, protected language such as Java), then an "OS" without a strong memory protection model is hardly an advisable environment in which to do so. Your life will be full of pain if you try to develop non-trivial C/C++ code on a non-protected OS platform. Don't get me started on XP, though. I'll never voluntarily enter into a subscription relationship with Microsoft. Windows 2K is survivable, if not particularly palatable. For me, it was only because of my former employer's demands that I run Windows at all. Randall Schulz Mountain View, CA USA At 11:21 2002-01-13, Timothy J. Wood wrote: >gdb typically runs fairly well for me, but in some cases where my program >crashes, gdb prints out the fact that my program crashed and prints the >name of some random function I've never heard of (I can get the name if it >would help). gdb then appears to hang my machine. Killing it via >control-option-delete will just kill the whole machine. > >I'm currently using WinME (since that's what I had on my machine). Would >it be better to upgrade to Win2K or (groan) XP? Is this a known problem >in gdb? > >I'll try to track down the exact thing that my program is doing wrong, but >if I recall the last time this happened, it was that I had a function >pointer that as NULL and I was calling through it. > >Any suggestions appreciated. I did try searching the archives, but >searching for 'gdb crash' is an exercise in futility :) > >-tim -- 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/