From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5720 invoked by alias); 3 Jun 2005 00:47:38 -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 5693 invoked by uid 22791); 3 Jun 2005 00:47:32 -0000 Received: from pop.gmx.de (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Fri, 03 Jun 2005 00:47:32 +0000 Received: (qmail invoked by alias); 03 Jun 2005 00:47:30 -0000 Received: from CPE000625d77020-CM400049235905.cpe.net.cable.rogers.com (EHLO [127.0.0.1]) [24.112.22.14] by mail.gmx.net (mp024) with SMTP; 03 Jun 2005 02:47:30 +0200 X-Authenticated: #1323561 Message-ID: <429FA893.8030000@gmx.net> Date: Fri, 03 Jun 2005 00:47:00 -0000 From: Ivan Popivanov User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: ptrace error Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-SW-Source: 2005-06/txt/msg00018.txt.bz2 Hi, I created a program that just runs an infinite loop. Compile using xlC on AIX, run and attached with GDB. When I tried next, I got: ptrace: There is an input or output error.. Am I doing something wrong? Is that a known problem? TIA, Ivan