From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10793 invoked by alias); 11 Sep 2005 21:19:52 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10757 invoked by uid 22791); 11 Sep 2005 21:19:45 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 11 Sep 2005 21:19:45 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id j8BLIvaC012174; Sun, 11 Sep 2005 23:18:57 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j8BLIvt0018713; Sun, 11 Sep 2005 23:18:57 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j8BLIu6J009512; Sun, 11 Sep 2005 23:18:56 +0200 (CEST) Date: Sun, 11 Sep 2005 21:19:00 -0000 Message-Id: <200509112118.j8BLIu6J009512@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: qpan@mvista.com CC: gdb-patches@sources.redhat.com, drow@false.org, qunyingpan@gmail.com In-reply-to: <432240C1.9000308@mvista.com> (message from Qunying Pan on Fri, 09 Sep 2005 19:11:13 -0700) Subject: Re: Patch: fix gdb_gcore.sh failure in ash/dash References: <432240C1.9000308@mvista.com> X-SW-Source: 2005-09/txt/msg00072.txt.bz2 > Date: Fri, 09 Sep 2005 19:11:13 -0700 > From: Qunying Pan > > Hi, > > Running gdb_gcore.sh in ash/dash fails with message "Hangup detected on > fd 0". The following patch fixes the problem. Acceptable? This seems like a bug in ash/dash (whatever that is). Why isn't your /bin/sh not a proper bourne shell? I'm not inclined to apply this patch just because people link /bin/sh to some random piece of crap. So I'd like to see somewhat more motivation. Mark