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

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

emacs hang


From: Robert Mecklenburg
Subject: emacs hang
Date: 30 Apr 2004 09:18:15 -0600

I'm running the lastest cvs sources (updated and compiled 2004-04-30
8:00MDT).  I had debug-on-error set and a two frame stack trace for
some simple error and emacs hung.  I would not respond to C-g
although the text cursor was still blinking occassionally. 

I was running emacs under gdb, so I sent it a C-c and got this stack
trace:

0xffffe410 in ?? ()
(gdb) where
#0  0xffffe410 in ?? ()
#1  0xbfffd3f8 in ?? ()
#2  0x00000001 in ?? ()
#3  0x0000001d in ?? ()
#4  0x40680a76 in kill () from /lib/tls/libc.so.6
#5  0x081b57ab in wait_reading_process_input (time_limit=0, microsecs=0, 
read_kbd=536870911,
    do_display=1) at process.c:4469
#6  0x08125b94 in kbd_buffer_get_event (kbp=0xbfffd50c, 
used_mouse_menu=0xbfffd728)
    at keyboard.c:3846
#7  0x08124194 in read_char (commandflag=1, nmaps=3, maps=0xbfffd6f0, 
prev_event=675340304,
    used_mouse_menu=0xbfffd728) at keyboard.c:2787
#8  0x0812b5e5 in read_key_sequence (keybuf=0xbfffd850, bufsize=30, 
prompt=675340304,
    dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at 
keyboard.c:8770
#9  0x08121997 in command_loop_1 () at keyboard.c:1476
#10 0x0818111d in internal_condition_case (bfun=0x8121800 <command_loop_1>, 
handlers=675401216,
    hfun=0x81213c0 <cmd_error>) at eval.c:1333
#11 0x081216ab in command_loop_2 () at keyboard.c:1264
#12 0x08180c7a in internal_catch (tag=675423616, func=0x8121690 
<command_loop_2>, arg=675340304)
    at eval.c:1094
#13 0x08121617 in command_loop () at keyboard.c:1235
#14 0x08121122 in recursive_edit_1 () at keyboard.c:959
#15 0x0812125f in Frecursive_edit () at keyboard.c:1015
#16 0x08182e3e in Ffuncall (nargs=1, args=0xbfffdbe0) at eval.c:2723
#17 0x081af0b2 in Fbyte_code (bytestr=1773480736, vector=-1987105024, 
maxdepth=3)
    at bytecode.c:689
#18 0x081823dc in Feval (form=-1450156200) at eval.c:2088
#19 0x0817fca4 in Fprogn (args=-1450156448) at eval.c:408
#20 0x080c80e9 in Fsave_window_excursion (args=-1450156448) at window.c:5895
#21 0x081ae110 in Fbyte_code (bytestr=1773480832, vector=-1981923096, 
maxdepth=26)
    at bytecode.c:838
#22 0x081831bb in funcall_lambda (fun=-1984614128, nargs=2, 
arg_vector=0xbfffded4) at eval.c:2913
#23 0x08182c75 in Ffuncall (nargs=3, args=0xbfffded0) at eval.c:2783
#24 0x081825ca in Fapply (nargs=2, args=0xbfffdf50) at eval.c:2179
#25 0x081829d4 in apply1 (fn=675569680, arg=-1447902576) at eval.c:2487
#26 0x0817fa39 in call_debugger (arg=-1447902576) at eval.c:265
#27 0x08181960 in find_handler_clause (handlers=675401216, 
conditions=-1472113528,
    sig=675401312, data=-1447902552, debugger_value_ptr=0xbfffdff8) at 
eval.c:1676
#28 0x081814e7 in Fsignal (error_symbol=675401312, data=-1447902552) at 
eval.c:1507
#29 0x0817290c in Findirect_function (object=675340304) at data.c:1923
#30 0x08182107 in Feval (form=-1458752464) at eval.c:2006
#31 0x08181224 in internal_condition_case_1 (bfun=0x8181fb0 <Feval>, 
arg=-1458752464,
    handlers=675401216, hfun=0x8129660 <menu_item_eval_property_1>) at 
eval.c:1374
#32 0x081296f1 in menu_item_eval_property (sexpr=-1458752464) at keyboard.c:7104
#33 0x0812a4d7 in parse_tool_bar_item (key=675591248, item=-1458424368) at 
keyboard.c:7790
#34 0x0812a2b9 in process_tool_bar_item (key=675591248, def=-1458424368) at 
keyboard.c:7615
#35 0x0812a165 in tool_bar_items (reuse=-1991832264, nitems=0x9432d98) at 
keyboard.c:7571
#36 0x0809e104 in update_tool_bar (f=0x9432d18, save_match_data=0) at 
xdisp.c:8416
#37 0x0809dc07 in prepare_menu_bars () at xdisp.c:8121
#38 0x0809ff9d in redisplay_internal (preserve_echo_area=0) at xdisp.c:9785
#39 0x0809f55d in redisplay () at xdisp.c:9389
#40 0x08123c4b in read_char (commandflag=1, nmaps=3, maps=0xbfffeb30, 
prev_event=675340304,
    used_mouse_menu=0xbfffeb68) at keyboard.c:2472
#41 0x0812b5e5 in read_key_sequence (keybuf=0xbfffec90, bufsize=30, 
prompt=675340304,
    dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at 
keyboard.c:8770
#42 0x08121997 in command_loop_1 () at keyboard.c:1476
#43 0x0818111d in internal_condition_case (bfun=0x8121800 <command_loop_1>, 
handlers=675401216,
    hfun=0x81213c0 <cmd_error>) at eval.c:1333
#44 0x081216ab in command_loop_2 () at keyboard.c:1264
#45 0x08180c7a in internal_catch (tag=675395232, func=0x8121690 
<command_loop_2>, arg=675340304)
    at eval.c:1094
#46 0x08121661 in command_loop () at keyboard.c:1243
#47 0x08121122 in recursive_edit_1 () at keyboard.c:959
#48 0x0812125f in Frecursive_edit () at keyboard.c:1015
#49 0x0811f9ef in main (argc=1, argv=0xbffff2a4) at emacs.c:1692
(gdb)


If this info is not useful, please let me know and I'll stop sending
reports.

Thanks!



I'm running Mandrake 10.0.

In GNU Emacs 21.3.50.4 (i686-pc-linux-gnu, GTK+ Version 2.2.4)
 of 2004-04-30 on oops.realmsys.com
configured using `configure '--with-x11' '--with-x-toolkit=gtk''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: en_US
  value of $LC_CTYPE: en_US
  value of $LC_MESSAGES: en_US
  value of $LC_MONETARY: en_US
  value of $LC_NUMERIC: en_US
  value of $LC_TIME: en_US
  value of $LANG: en_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Major mode: WorkLog

Minor modes in effect:
  show-paren-mode: t
  auto-image-file-mode: t
  recentf-mode: t
  auto-compression-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<menu-bar> <help-menu> <report-emacs-bug>

Recent messages:
Loading java-utils (source)...done
Loading junit (source)...done
Loading code-conversion (source)...done
Loading core-utils (source)...done
Loading /usr/local/share/emacs/site-lisp/local/local.el (source)...done
Loading ~/bin/emacs-helpers (source)...done
Loading semantic-el...done
Loading jit-lock...done
Mark set [2 times]
Loading emacsbug...done


-- 
Robert




reply via email to

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