From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: SIGPIPE Date: Thu, 4 Jul 2002 12:24:34 -0600 (MDT) Sender: emacs-devel-admin@gnu.org Message-ID: <200207041824.g64IOYZ06483@aztec.santafe.edu> References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1025808986 19963 127.0.0.1 (4 Jul 2002 18:56:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 4 Jul 2002 18:56:26 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17QBmE-0005Bs-00 for ; Thu, 04 Jul 2002 20:56:26 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17QBsL-0008AP-00 for ; Thu, 04 Jul 2002 21:02:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QBPh-0006bR-00; Thu, 04 Jul 2002 14:33:09 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QBHP-0005Xn-00; Thu, 04 Jul 2002 14:24:35 -0400 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g64IObV00649; Thu, 4 Jul 2002 12:24:37 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g64IOYZ06483; Thu, 4 Jul 2002 12:24:34 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: pot@gnu.org In-Reply-To: (message from Francesco Potorti` on Wed, 03 Jul 2002 15:07:20 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5471 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5471 0x403a83e4 in write () from /lib/libc.so.6 (gdb) bt #0 0x403a83e4 in write () from /lib/libc.so.6 #1 0x00000000 in ?? () (gdb) >From the backtrace it seemed to me that the stack was smashed, so I continued the process, expecting to see it abort. It looks to me like GDB has got confused by some legitimate stack contents. Perhaps the `write' function does not set up a normal stack frame. It would be good to change GDB to handle what `write' actually does on the stack. What platform is this? What GDB version?