From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18177 invoked by alias); 5 Jun 2005 14:56:49 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18159 invoked by uid 22791); 5 Jun 2005 14:56:45 -0000 Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.203) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 05 Jun 2005 14:56:45 +0000 Received: by wproxy.gmail.com with SMTP id 69so1519154wri for ; Sun, 05 Jun 2005 07:56:44 -0700 (PDT) Received: by 10.54.108.13 with SMTP id g13mr2651638wrc; Sun, 05 Jun 2005 07:56:43 -0700 (PDT) Received: by 10.54.45.13 with HTTP; Sun, 5 Jun 2005 07:56:43 -0700 (PDT) Message-ID: <2be97658050605075650ee2704@mail.gmail.com> Date: Sun, 05 Jun 2005 14:56:00 -0000 From: Renzhong Xiao Reply-To: Renzhong Xiao To: gdb@sources.redhat.com Subject: How GDB handle this case while program works well in GDB but crash in mormal mode In-Reply-To: <2be9765805060507424526b153@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2be9765805060507424526b153@mail.gmail.com> X-SW-Source: 2005-06/txt/msg00031.txt.bz2 Hi, I have some trouble in using GDB 6.3.50_2004-12-28-cvs in Cygwin to debug the mencoder (which is a program in MPlayer).When I run mencoder in normal mode,it will pop up an error message saying mencoder.exe has error and will be closed. But I run mencoder in gdb,it works well. I don't know how to find this bug in GDB,Does GDB has the some feature to handle this case? Any information will be very appreciate! Renzhong Xiao