bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs 22.0.50 and suspending while logged into another system


From: Quanah Gibson-Mount
Subject: Re: Emacs 22.0.50 and suspending while logged into another system
Date: Mon, 16 Oct 2006 15:33:11 -0700



--On Monday, October 16, 2006 3:30 PM -0700 Quanah Gibson-Mount <quanah@stanford.edu> 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 <command_loop_1>, handlers=3203745, hfun=0xc4dc0 <cmd_error>) at eval.c:1477
#8  0x000bea34 in command_loop_2 () at keyboard.c:1326
#9 0x00126168 in internal_catch (tag=3197977, func=0xbea10 <command_loop_2>, 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 <command_loop_1>, handlers=3203745, hfun=0xc4dc0 <cmd_error>) at eval.c:1477
#7  0x000bea34 in command_loop_2 () at keyboard.c:1326
#8 0x00126168 in internal_catch (tag=3197977, func=0xbea10 <command_loop_2>, 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]