From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21875 invoked by alias); 23 Aug 2007 11:47:58 -0000 Received: (qmail 21824 invoked by uid 22791); 23 Aug 2007 11:47:57 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Aug 2007 11:47:55 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id F14CB9810B; Thu, 23 Aug 2007 11:47:55 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 479139810A; Thu, 23 Aug 2007 11:47:55 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IOBAG-0001NA-Lo; Thu, 23 Aug 2007 07:47:52 -0400 Date: Thu, 23 Aug 2007 11:47:00 -0000 From: Daniel Jacobowitz To: Stuart Hughes Cc: xchen , gdb@sourceware.org Subject: Re: Unknown error with gdb [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device] Message-ID: <20070823114752.GB27318@caradoc.them.org> Mail-Followup-To: Stuart Hughes , xchen , gdb@sourceware.org References: <20070823025630.E5EB6D7FBF@cm-ms5.globat.com> <1187855851.3805.37.camel@m20> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1187855851.3805.37.camel@m20> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-08/txt/msg00174.txt.bz2 On Thu, Aug 23, 2007 at 08:57:30AM +0100, Stuart Hughes wrote: > Hi Xi, > > I'm not sure if it's the same isse, but in LTIB we have this patch for > gdb: http://www.bitshrine.org/gpp/gdb-6.3-tcsetpgrp-1.patch Hmm, probably a reasonable patch. But if you're getting this error, it means your kernel didn't give you a proper console device - it's running raw on the serial port, and probably job control doesn't work right either. -- Daniel Jacobowitz CodeSourcery