From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9624 invoked by alias); 13 Feb 2013 05:34:12 -0000 Received: (qmail 9473 invoked by uid 22791); 13 Feb 2013 05:34:11 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nm31-vm1.bullet.mail.ne1.yahoo.com (HELO nm31-vm1.bullet.mail.ne1.yahoo.com) (98.138.229.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Feb 2013 05:34:04 +0000 Received: from [98.138.90.51] by nm31.bullet.mail.ne1.yahoo.com with NNFMP; 13 Feb 2013 05:34:02 -0000 Received: from [98.138.89.170] by tm4.bullet.mail.ne1.yahoo.com with NNFMP; 13 Feb 2013 05:34:02 -0000 Received: from [127.0.0.1] by omp1026.mail.ne1.yahoo.com with NNFMP; 13 Feb 2013 05:34:02 -0000 Received: (qmail 92006 invoked by uid 60001); 13 Feb 2013 05:34:02 -0000 Received: from [213.233.169.148] by web163001.mail.bf1.yahoo.com via HTTP; Tue, 12 Feb 2013 21:34:02 PST References: <1360607267.4654.YahooMailNeo@web163001.mail.bf1.yahoo.com> <20130211191327.GC22497@adacore.com> <1360659215.2000.YahooMailNeo@web163001.mail.bf1.yahoo.com> <1360665527.83122.YahooMailNeo@web163003.mail.bf1.yahoo.com> Message-ID: <1360733642.49413.YahooMailNeo@web163001.mail.bf1.yahoo.com> Date: Wed, 13 Feb 2013 05:34:00 -0000 From: Mahmood Naderan Reply-To: Mahmood Naderan Subject: Re: pt-raise.c: No such file or directory To: Sergio Durigan Junior Cc: Andreas Schwab , Joel Brobecker , "gdb@sourceware.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00038.txt.bz2 OK thanks for clarifying that. I will debug more =A0 Regards, Mahmood ----- Original Message ----- From: Sergio Durigan Junior To: Mahmood Naderan Cc: Andreas Schwab ; Joel Brobecker = ; "gdb@sourceware.org" Sent: Wednesday, February 13, 2013 1:00 AM Subject: Re: pt-raise.c: No such file or directory On Tuesday, February 12 2013, Mahmood Naderan wrote: >>Isn't that the signal the program is raising? > Sorry I didn't understand. Do you mean the absence of pt-raise.c is causi= ng problem? > I think so but Joel says it is only a warning. No, he meant that your program is calling "raise", and that your program is stopping because it is receiving the signal raised by itself. --=20 Sergio