From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Quanah Gibson-Mount Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 22.0.50 and suspending while logged into another system Date: Mon, 16 Oct 2006 15:33:11 -0700 Message-ID: <8A7BA1647F1E21641A1C48FE@deus-ex.stanford.edu> References: <8280DD5F2B999CA0254744A3@SW-90-717-287-3.stanford.edu> <4F415D926268CBCF51A50DCF@deus-ex.stanford.edu> <1E5FB7317D3446621F967468@SW-90-717-287-3.stanford.edu> <3243FAAFCFB33E8C91939813@deus-ex.stanford.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1161038004 15191 80.91.229.2 (16 Oct 2006 22:33:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Oct 2006 22:33:24 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 17 00:33:23 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GZb1J-0000kV-Qe for geb-bug-gnu-emacs@m.gmane.org; Tue, 17 Oct 2006 00:33:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZb1J-0000Gr-2o for geb-bug-gnu-emacs@m.gmane.org; Mon, 16 Oct 2006 18:33:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZb1G-0000Fv-Tb for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2006 18:33:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZb1F-0000F2-OO for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2006 18:33:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZb1F-0000Ez-Hg for bug-gnu-emacs@gnu.org; Mon, 16 Oct 2006 18:33:13 -0400 Original-Received: from [171.67.22.28] (helo=smtp1.stanford.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GZbAR-0007kA-IX; Mon, 16 Oct 2006 18:42:43 -0400 Original-Received: from smtp1.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 98EAD4C25E; Mon, 16 Oct 2006 15:33:11 -0700 (PDT) Original-Received: from deus-ex.stanford.edu (tribes2.Stanford.EDU [171.64.19.81]) by smtp1.stanford.edu (Postfix) with ESMTP id 50D104C1FF; Mon, 16 Oct 2006 15:33:11 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: <3243FAAFCFB33E8C91939813@deus-ex.stanford.edu> X-Mailer: Mulberry/4.0.5 (Win32) Content-Disposition: inline X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15377 Archived-At: --On Monday, October 16, 2006 3:30 PM -0700 Quanah Gibson-Mount wrote: Oh, here are the back traces of the different behaviors: > The usual path I get is: > (control-Z): > Breakpoint 1, init_sys_modes () at sysdep.c:1642 > 1642 if (!flow_control) ioctl (input_fd, TCXONC, 1); (gdb) bt #0 init_sys_modes () at sysdep.c:1642 #1 0x00126a98 in unbind_to (count=Variable "count" is not available. ) at eval.c:3348 #2 0x000c515c in Fsuspend_emacs (stuffstring=3139585) at keyboard.c:10333 #3 0x00128340 in Ffuncall (nargs=Variable "nargs" is not available. ) at eval.c:2993 #4 0x0012555c in Fcall_interactively (function=3188649, record_flag=3139585, keys=3198980) at callint.c:880 #5 0x000c4264 in Fcommand_execute (cmd=3188649, record_flag=3139585, keys=3139585, special=Variable "special" is not available. ) at keyboard.c:9854 #6 0x000cc4e8 in command_loop_1 () at keyboard.c:1856 #7 0x00126548 in internal_condition_case (bfun=0xcc0e4 , handlers=3203745, hfun=0xc4dc0 ) at eval.c:1477 #8 0x000bea34 in command_loop_2 () at keyboard.c:1326 #9 0x00126168 in internal_catch (tag=3197977, func=0xbea10 , arg=3139585) at eval.c:1218 #10 0x000be814 in command_loop () at keyboard.c:1305 #11 0x000be8ac in recursive_edit_1 () at keyboard.c:1003 #12 0x000bea00 in Frecursive_edit () at keyboard.c:1064 #13 0x000bd850 in main (argc=Variable "argc" is not available. ) at emacs.c:1794 > On the other path: > > (control-Z): > Program received signal SIGTSTP, Stopped (user). > 0xfe69b638 in _libc_kill () from /usr/lib/libc.so.1 (gdb) bt #0 0xfe69b638 in _libc_kill () from /usr/lib/libc.so.1 #1 0x000c5150 in Fsuspend_emacs (stuffstring=3139585) at keyboard.c:10332 #2 0x00128340 in Ffuncall (nargs=Variable "nargs" is not available. ) at eval.c:2993 #3 0x0012555c in Fcall_interactively (function=3188649, record_flag=3139585, keys=3198980) at callint.c:880 #4 0x000c4264 in Fcommand_execute (cmd=3188649, record_flag=3139585, keys=3139585, special=Variable "special" is not available. ) at keyboard.c:9854 #5 0x000cc4e8 in command_loop_1 () at keyboard.c:1856 #6 0x00126548 in internal_condition_case (bfun=0xcc0e4 , handlers=3203745, hfun=0xc4dc0 ) at eval.c:1477 #7 0x000bea34 in command_loop_2 () at keyboard.c:1326 #8 0x00126168 in internal_catch (tag=3197977, func=0xbea10 , arg=3139585) at eval.c:1218 #9 0x000be814 in command_loop () at keyboard.c:1305 #10 0x000be8ac in recursive_edit_1 () at keyboard.c:1003 #11 0x000bea00 in Frecursive_edit () at keyboard.c:1064 #12 0x000bd850 in main (argc=Variable "argc" is not available. ) at emacs.c:1794 -- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html