[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
abort in wait_reading_process_input
From: |
Alex Schroeder |
Subject: |
abort in wait_reading_process_input |
Date: |
Mon, 24 May 2004 00:47:11 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
When running ERC, the Emacs IRC Client that is not (yet) part of
Emacs, I'm getting an abort in wait_reading_process_input.
Backing out the following change did not help:
revision 1.428
date: 2004/05/13 23:07:07; author: kfstorm; state: Exp; lines: +4 -3
(wait_reading_process_input): Make reentrant.
Make Available and Connecting non-static. Save and restore value
of waiting_for_user_input_p.
Alex.
(gdb) run
Starting program: /mnt/src/emacs/src/emacs -geometry 80x40+0+0
Detaching after fork from child process 15927.
Detaching after fork from child process 15928.
Detaching after fork from child process 15929.
Detaching after fork from child process 15931.
Detaching after fork from child process 15932.
Detaching after fork from child process 15933.
Breakpoint 1, abort () at emacs.c:434
434 kill (getpid (), SIGABRT);
(gdb) l
429 #endif
430
431 ABORT_RETURN_TYPE
432 abort ()
433 {
434 kill (getpid (), SIGABRT);
435 /* This shouldn't be executed, but it prevents a warning. */
436 exit (1);
437 }
438 #endif
(gdb) bt
#0 abort () at emacs.c:434
#1 0x081881e8 in wait_reading_process_input (time_limit=30, microsecs=0,
read_kbd=-8, do_display=1) at process.c:4590
#2 0x080588e6 in sit_for (sec=30, usec=0, reading=1, display=1,
initial_display=0) at dispnew.c:6407
#3 0x080f207a in read_char (commandflag=1, nmaps=5, maps=0xbffff34c,
prev_event=138321937, used_mouse_menu=0xbffff398) at keyboard.c:2710
#4 0x080f8ec3 in read_key_sequence (keybuf=0xbffff4c0, bufsize=30,
prompt=138321937, dont_downcase_last=0, can_return_switch_frame=1,
fix_current_buffer=1) at keyboard.c:8781
#5 0x080eef73 in command_loop_1 () at keyboard.c:1489
#6 0x08151c1e in internal_condition_case (bfun=0x80eedb0 <command_loop_1>,
handlers=138382865, hfun=0x80ee890 <cmd_error>) at eval.c:1333
#7 0x080eebee in command_loop_2 () at keyboard.c:1271
#8 0x0815174b in internal_catch (tag=-1, func=0x80eebc0 <command_loop_2>,
arg=138321937) at eval.c:1094
#9 0x080eeb8e in command_loop () at keyboard.c:1250
#10 0x080ee614 in recursive_edit_1 () at keyboard.c:961
#11 0x080ee751 in Frecursive_edit () at keyboard.c:1022
#12 0x080ece50 in main (argc=3, argv=0xbffffb74) at emacs.c:1693
--
.O. http://www.emacswiki.org/alex/
..O Schroeder's fourth law:
OOO None of your friends and coworkers share your taste in music.
- abort in wait_reading_process_input,
Alex Schroeder <=