I just met a few crashes and took down one backtrace. See the
attached. The crash happens when I move mouse over a link in ERC.
[EMAIL PROTECTED] src]$ gdb ./emacs
GNU gdb Red Hat Linux (6.5-15.fc6rh)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db lib
rary "/lib/libthread_db.so.1".
DISPLAY = :0.0
TERM = xterm
Breakpoint 1 at 0x80faf56: file emacs.c, line 431.
Breakpoint 2 at 0x8113d56: file sysdep.c, line 1385.
(gdb) run
Starting program: /home/emacs/src/emacs -geometry 80x40+0+0
[Thread debugging using libthread_db enabled]
[New Thread -1208263856 (LWP 24332)]
[Switching to Thread -1208263856 (LWP 24332)]
Breakpoint 3 at 0x80d4016: file xterm.c, line 8079.
Program received signal SIGSEGV, Segmentation fault.
0x4409589a in XtWidgetToApplicationContext () from /usr/lib/libXt.so.6
(gdb) bt
#0 0x4409589a in XtWidgetToApplicationContext () from /usr/lib/libXt.so.6
#1 0x4409dc6f in XtGetValues () from /usr/lib/libXt.so.6
#2 0x080d1630 in x_wm_set_size_hint (f=0xad27e38, flags=0, user_position=0)
at xterm.c:9749
#3 0x080d47fc in x_set_window_size (f=0xad27e38, change_gravity=1, cols=80,
rows=40) at xterm.c:8969
#4 0x0805c6e5 in Fset_frame_size (frame=181567036, cols=640, rows=320)
at frame.c:2510
#5 0x0805f713 in x_set_frame_parameters (f=0xad27e38, alist=186547149)
at frame.c:2875
#6 0x0805fe29 in Fmodify_frame_parameters (frame=181567036, alist=186547149)
at frame.c:2290
#7 0x080e1f7e in Fx_show_tip (string=186743771, frame=146198612,
parms=180510405, timeout=80, dx=40, dy=160) at xfns.c:5156
#8 0x08164384 in Ffuncall (nargs=7, args=0xbfdc8450) at eval.c:3016
#9 0x0818f87a in Fbyte_code (bytestr=136809963, vector=136809988, maxdepth=56)
at bytecode.c:679
#10 0x08163825 in Feval (form=136809949) at eval.c:2334
#11 0x08165def in internal_lisp_condition_case (var=137634497,
bodyform=136809949, handlers=136810093) at eval.c:1426
#12 0x0818eb6f in Fbyte_code (bytestr=136809875, vector=136809892, maxdepth=24)
at bytecode.c:869
#13 0x08163d6a in funcall_lambda (fun=136809820, nargs=2,
arg_vector=0xbfdc8784) at eval.c:3184
#14 0x08164171 in Ffuncall (nargs=3, args=0xbfdc8780) at eval.c:3054
#15 0x0818f87a in Fbyte_code (bytestr=136811371, vector=136811388, maxdepth=24)
at bytecode.c:679
#16 0x08163d6a in funcall_lambda (fun=136811332, nargs=1,
arg_vector=0xbfdc8938) at eval.c:3184
#17 0x08164171 in Ffuncall (nargs=2, args=0xbfdc8934) at eval.c:3054
#18 0x08165751 in run_hook_with_args (nargs=2, args=0xbfdc8934,
cond=until_success) at eval.c:2656
#19 0x08164495 in Ffuncall (nargs=3, args=0xbfdc8930) at eval.c:2978
#20 0x0818f87a in Fbyte_code (bytestr=136809635, vector=136809652, maxdepth=24)
at bytecode.c:679
#21 0x08163d6a in funcall_lambda (fun=136809596, nargs=1,
arg_vector=0xbfdc8ae8) at eval.c:3184
#22 0x08164171 in Ffuncall (nargs=2, args=0xbfdc8ae4) at eval.c:3054
#23 0x08165ac9 in Fapply (nargs=2, args=0xbfdc8ae4) at eval.c:2430
#24 0x08164495 in Ffuncall (nargs=3, args=0xbfdc8ae0) at eval.c:2978
#25 0x0818f87a in Fbyte_code (bytestr=136657363, vector=136657388, maxdepth=32)
at bytecode.c:679
#26 0x08163825 in Feval (form=136657349) at eval.c:2334
#27 0x08165def in internal_lisp_condition_case (var=137595081,
bodyform=136657349, handlers=136657421) at eval.c:1426
#28 0x0818eb6f in Fbyte_code (bytestr=136657219, vector=136657236, maxdepth=40)
at bytecode.c:869
#29 0x08163d6a in funcall_lambda (fun=136657180, nargs=1,
arg_vector=0xbfdc8e14) at eval.c:3184
#30 0x08164171 in Ffuncall (nargs=2, args=0xbfdc8e10) at eval.c:3054
#31 0x081655d9 in call1 (fn=137624465, arg1=189106188) at eval.c:2782
#32 0x08103976 in timer_check (do_it_now=1) at keyboard.c:4575
#33 0x08103b47 in readable_events (flags=3) at keyboard.c:3600
#34 0x08103bb7 in get_input_pending (addr=0x8326514, flags=3)
at keyboard.c:6722
#35 0x08103c58 in Finput_pending_p () at keyboard.c:10289
#36 0x081642af in Ffuncall (nargs=1, args=0xbfdc8f20) at eval.c:2994
#37 0x0818f87a in Fbyte_code (bytestr=136214451, vector=136214468, maxdepth=40)
at bytecode.c:679
#38 0x08163d6a in funcall_lambda (fun=136214388, nargs=1,
arg_vector=0xbfdc9054) at eval.c:3184
#39 0x08164171 in Ffuncall (nargs=2, args=0xbfdc9050) at eval.c:3054
#40 0x0818f87a in Fbyte_code (bytestr=183961315, vector=185217540, maxdepth=32)
at bytecode.c:679
#41 0x08163d6a in funcall_lambda (fun=185217724, nargs=2,
arg_vector=0xbfdc91a0) at eval.c:3184
#42 0x08164171 in Ffuncall (nargs=3, args=0xbfdc919c) at eval.c:3054
#43 0x08165751 in run_hook_with_args (nargs=3, args=0xbfdc919c,
cond=to_completion) at eval.c:2656
#44 0x081658ab in run_hook_with_args_2 (hook=137824177, arg1=146331604, arg2=8)
at eval.c:2726
#45 0x08072f3b in run_window_scroll_functions (window=146331604, startp=
{charpos = 1, bytepos = 1}) at xdisp.c:12179
#46 0x080840ed in redisplay_window (window=146331604, just_this_one_p=1)
at xdisp.c:13149
#47 0x08086366 in redisplay_window_1 (window=146331604) at xdisp.c:11942
#48 0x08162b88 in internal_condition_case_1 (
bfun=0x8086340 <redisplay_window_1>, arg=146331604, handlers=137581701,
hfun=0x8063210 <redisplay_window_error>) at eval.c:1529
#49 0x08087126 in redisplay_internal (preserve_echo_area=<value optimized out>)
at xdisp.c:11552
#50 0x08087697 in redisplay_preserve_echo_area (from_where=8) at xdisp.c:11730
#51 0x08103cbb in detect_input_pending_run_timers (do_display=1)
at keyboard.c:10242
#52 0x081958e6 in wait_reading_process_output (time_limit=30, microsecs=0,
read_kbd=-1, do_display=1, wait_for_cell=137595081, wait_proc=0x0,
just_wait_proc=0) at process.c:4696
#53 0x08053c90 in sit_for (timeout=240, reading=1, do_display=1)
at dispnew.c:6579
#54 0x081079fb in read_char (commandflag=1, nmaps=7, maps=0xbfdcb350,
prev_event=137595081, used_mouse_menu=0xbfdcb408, end_time=0x0)
at keyboard.c:2904
#55 0x08109746 in read_key_sequence (keybuf=0xbfdcb4b4, bufsize=30,
prompt=137595081, dont_downcase_last=0, can_return_switch_frame=1,
fix_current_buffer=1) at keyboard.c:9135
#56 0x0810b263 in command_loop_1 () at keyboard.c:1618
#57 0x08162db2 in internal_condition_case (bfun=0x810b0d0 <command_loop_1>,
handlers=137634497, hfun=0x8105bf0 <cmd_error>) at eval.c:1481
#58 0x08105033 in command_loop_2 () at keyboard.c:1329
#59 0x08162e6a in internal_catch (tag=137627681,
func=0x8105010 <command_loop_2>, arg=137595081) at eval.c:1222
#60 0x08105a2c in command_loop () at keyboard.c:1308
#61 0x08105dcb in recursive_edit_1 () at keyboard.c:1006
#62 0x08105eb6 in Frecursive_edit () at keyboard.c:1067
#63 0x080fbd52 in main (argc=3, argv=0xbfdcbbb4) at emacs.c:1786
Lisp Backtrace:
"x-show-tip" (0xb217bdb)
"byte-code" (0x8278deb)
"tooltip-show" (0x87e14a3)
"tooltip-help-tips" (0x83388c9)
"run-hook-with-args-until-success" (0x8cd0a29)
"tooltip-timeout" (0x83388c9)
"apply" (0x8cbcd99)
"byte-code" (0x82539d3)
"timer-event-handler" (0xb45880c)
"input-pending-p" (0x0)
"sit-for" (0x0)
"erc-scroll-to-bottom" (0x8b8d7d4)
(gdb) xba
"x-show-tip" (0xb217bdb)
"byte-code" (0x8278deb)
"tooltip-show" (0x87e14a3)
"tooltip-help-tips" (0x83388c9)
"run-hook-with-args-until-success" (0x8cd0a29)
"tooltip-timeout" (0x83388c9)
"apply" (0x8cbcd99)
"byte-code" (0x82539d3)
"timer-event-handler" (0xb45880c)
"input-pending-p" (0x0)
"sit-for" (0x0)
"erc-scroll-to-bottom" (0x8b8d7d4)
(gdb) bt full
#0 0x4409589a in XtWidgetToApplicationContext () from /usr/lib/libXt.so.6
No symbol table info available.
#1 0x4409dc6f in XtGetValues () from /usr/lib/libXt.so.6
No symbol table info available.
#2 0x080d1630 in x_wm_set_size_hint (f=0xad27e38, flags=0, user_position=0)
at xterm.c:9749
size_hints = {
flags = 80,
x = 0,
y = 0,
width = -1076068008,
height = 1274242164,
min_width = 0,
min_height = 140362800,
max_width = 1275121652,
max_height = 0,
width_inc = 137595081,
height_inc = 0,
min_aspect = {
x = -1076067960,
y = 135201719
},
max_aspect = {
x = 137796481,
y = 186547165
},
base_width = 1275121652,
base_height = 25,
win_gravity = 2
}
al = {{
name = 0x82f14b8 "width",
value = -1076067974
}, {
name = 0x82f123a "height",
value = -1076067976
}}
widget_width = <value optimized out>
widget_height = <value optimized out>
window = 33555792
#3 0x080d47fc in x_set_window_size (f=0xad27e38, change_gravity=1, cols=80,
rows=40) at xterm.c:8969
No locals.
#4 0x0805c6e5 in Fset_frame_size (frame=181567036, cols=640, rows=320)
at frame.c:2510
No locals.
#5 0x0805f713 in x_set_frame_parameters (f=0xad27e38, alist=186547149)
at frame.c:2875
frame = 10
tail = <value optimized out>
width = 80
height = 40
left = 0
top = 0
icon_left = 0
icon_top = 0
parms = (Lisp_Object *) 0xbfdc8250
values = (Lisp_Object *) 0xbfdc8230
i = <value optimized out>
p = <value optimized out>
left_no_change = 1
top_no_change = 1
icon_left_no_change = 1
icon_top_no_change = 1
fullscreen_is_being_set = 0
#6 0x0805fe29 in Fmodify_frame_parameters (frame=181567036, alist=186547149)
at frame.c:2290
i = <value optimized out>
tail = <value optimized out>
prop = <value optimized out>
#7 0x080e1f7e in Fx_show_tip (string=186743771, frame=146198612,
parms=180510405, timeout=80, dx=40, dy=160) at xfns.c:5156
font = <value optimized out>
f = <value optimized out>
w = <value optimized out>
root_x = <value optimized out>
root_y = <value optimized out>
old_buffer = <value optimized out>
pos = {
charpos = 0,
bytepos = 0
}
i = <value optimized out>
width = <value optimized out>
height = <value optimized out>
old_windows_or_buffers_changed = 0
#8 0x08164384 in Ffuncall (nargs=7, args=0xbfdc8450) at eval.c:3016
fun = <value optimized out>
original_fun = 137863289
funcar = <value optimized out>
numargs = 6
val = <value optimized out>
backtrace = {
next = 0xbfdc8520,
function = 0xbfdc8450,
args = 0xbfdc8454,
nargs = 6,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc8454
i = <value optimized out>
#9 0x0818f87a in Fbyte_code (bytestr=136809963, vector=136809988, maxdepth=56)
at bytecode.c:679
v1 = <value optimized out>
v2 = <value optimized out>
op = 185473568
vectorp = (Lisp_Object *) 0x8278e08
stack = {
pc = 0x8288458 "+\207",
top = 0xbfdc8468,
bottom = 0xbfdc8450,
byte_string = 136809963,
byte_string_start = 0x828841e
"\306\b!\307\310\311\"\307\310\312\"\031\032\033\n;\203\037",
constants = 136809988,
next = 0xbfdc86a0
}
top = <value optimized out>
result = <value optimized out>
#10 0x08163825 in Feval (form=136809949) at eval.c:2334
numargs = <value optimized out>
argvals = {136809963, 136809988, 56, 0, 16, 5, 16, 5}
args_left = 137595081
i = 3
fun = <value optimized out>
val = <value optimized out>
original_fun = 137684057
original_args = 136809957
funcar = <value optimized out>
backtrace = {
next = 0xbfdc8748,
function = 0xbfdc8538,
args = 0xbfdc8500,
nargs = 3,
evalargs = 1 '\001',
debug_on_exit = 0 '\0'
}
#11 0x08165def in internal_lisp_condition_case (var=137634497,
bodyform=136809949, handlers=136810093) at eval.c:1426
val = <value optimized out>
c = {
tag = 137595081,
val = 137595081,
next = 0xbfdc8be8,
gcpro = 0x0,
jmp = {{
__jmpbuf = {137595081, -1076066720, 9, -1076066744, -1003672381,
1944581338},
__mask_was_saved = 0,
__saved_mask = {
__val = {0 <repeats 14 times>, 1412, 1412, 4294967295, 4294967295,
4294967295, 4294967295, 1412, 1412, 4294967295, 4294967295,
4294967295, 4294967295, 0, 0, 0, 0, 0, 0}
}
}},
backlist = 0xbfdc8748,
handlerlist = 0xbfdc8cb0,
lisp_eval_depth = 10,
pdlcount = 27,
poll_suppress_count = 1,
interrupt_input_blocked = 0,
byte_stack = 0xbfdc86a0
}
h = {
handler = 136810093,
var = 137634497,
chosen_clause = 0,
tag = 0xbfdc8568,
next = 0xbfdc8cb0
}
#12 0x0818eb6f in Fbyte_code (bytestr=136809875, vector=136809892, maxdepth=24)
at bytecode.c:869
handlers = <value optimized out>
body = 185473568
op = 10
vectorp = (Lisp_Object *) 0x8278da8
stack = {
pc = 0x8288468 "\207",
top = 0xbfdc8660,
bottom = 0xbfdc8660,
byte_string = 136809875,
byte_string_start = 0x828845b "\b\203\t",
constants = 136809892,
next = 0xbfdc87c0
}
top = (Lisp_Object *) 0xbfdc8660
result = <value optimized out>
#13 0x08163d6a in funcall_lambda (fun=136809820, nargs=2,
arg_vector=0xbfdc8784) at eval.c:3184
val = <value optimized out>
syms_left = <value optimized out>
next = <value optimized out>
i = 2
optional = 1
rest = 0
#14 0x08164171 in Ffuncall (nargs=3, args=0xbfdc8780) at eval.c:3054
fun = 136809820
original_fun = 147574217
funcar = <value optimized out>
numargs = 2
val = <value optimized out>
backtrace = {
next = 0xbfdc8868,
function = 0xbfdc8780,
args = 0xbfdc8784,
nargs = 2,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc8784
i = <value optimized out>
#15 0x0818f87a in Fbyte_code (bytestr=136811371, vector=136811388, maxdepth=24)
at bytecode.c:679
v1 = <value optimized out>
v2 = <value optimized out>
op = 185473568
vectorp = (Lisp_Object *) 0x8279380
stack = {
pc = 0x8288226 "\210\303\207",
top = 0xbfdc8788,
bottom = 0xbfdc8780,
byte_string = 136811371,
byte_string_start = 0x828821d "\b;\205\v",
constants = 136811388,
next = 0xbfdc8970
}
top = <value optimized out>
result = <value optimized out>
#16 0x08163d6a in funcall_lambda (fun=136811332, nargs=1,
arg_vector=0xbfdc8938) at eval.c:3184
val = <value optimized out>
syms_left = <value optimized out>
next = <value optimized out>
i = 1
optional = 0
rest = 0
#17 0x08164171 in Ffuncall (nargs=2, args=0xbfdc8934) at eval.c:3054
fun = 136811332
original_fun = 147655209
funcar = <value optimized out>
numargs = 1
val = <value optimized out>
backtrace = {
next = 0xbfdc88f8,
function = 0xbfdc8934,
args = 0xbfdc8938,
nargs = 1,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc8938
i = <value optimized out>
#18 0x08165751 in run_hook_with_args (nargs=2, args=0xbfdc8934,
cond=until_success) at eval.c:2656
sym = 147655185
val = 185473568
ret = 137595081
globals = <value optimized out>
#19 0x08164495 in Ffuncall (nargs=3, args=0xbfdc8930) at eval.c:2978
fun = 137291028
original_fun = 137660545
funcar = <value optimized out>
numargs = 2
val = <value optimized out>
backtrace = {
next = 0xbfdc8a18,
function = 0xbfdc8930,
args = 0xbfdc8934,
nargs = 2,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc8934
i = <value optimized out>
#20 0x0818f87a in Fbyte_code (bytestr=136809635, vector=136809652, maxdepth=24)
at bytecode.c:679
v1 = <value optimized out>
v2 = <value optimized out>
op = 185473568
vectorp = (Lisp_Object *) 0x8278cb8
stack = {
pc = 0x82d3259 "\207",
top = 0xbfdc8938,
bottom = 0xbfdc8930,
byte_string = 136809635,
byte_string_start = 0x82d3255 "\301\302\b\"\207",
constants = 136809652,
next = 0xbfdc8b20
}
top = <value optimized out>
result = <value optimized out>
#21 0x08163d6a in funcall_lambda (fun=136809596, nargs=1,
arg_vector=0xbfdc8ae8) at eval.c:3184
val = <value optimized out>
syms_left = <value optimized out>
next = <value optimized out>
i = 1
optional = 0
rest = 0
#22 0x08164171 in Ffuncall (nargs=2, args=0xbfdc8ae4) at eval.c:3054
fun = 136809596
original_fun = 147574169
funcar = <value optimized out>
numargs = 1
val = <value optimized out>
backtrace = {
next = 0xbfdc8aa8,
function = 0xbfdc8ae4,
args = 0xbfdc8ae8,
nargs = 1,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc8ae8
i = <value optimized out>
#23 0x08165ac9 in Fapply (nargs=2, args=0xbfdc8ae4) at eval.c:2430
i = <value optimized out>
numargs = <value optimized out>
spread_arg = 180512208
funcall_args = <value optimized out>
fun = 147574169
#24 0x08164495 in Ffuncall (nargs=3, args=0xbfdc8ae0) at eval.c:2978
fun = 137290956
original_fun = 137660473
funcar = <value optimized out>
numargs = 2
val = <value optimized out>
backtrace = {
next = 0xbfdc8ba0,
function = 0xbfdc8ae0,
args = 0xbfdc8ae4,
nargs = 2,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc8ae4
i = <value optimized out>
#25 0x0818f87a in Fbyte_code (bytestr=136657363, vector=136657388, maxdepth=32)
at bytecode.c:679
v1 = <value optimized out>
v2 = <value optimized out>
op = 185473568
vectorp = (Lisp_Object *) 0x82539f0
stack = {
pc = 0x829d338 "\207",
top = 0xbfdc8ae8,
bottom = 0xbfdc8ae0,
byte_string = 136657363,
byte_string_start = 0x829d330 "\301\b\302H\b\303H\"\207",
constants = 136657388,
next = 0xbfdc8d30
}
top = <value optimized out>
result = <value optimized out>
#26 0x08163825 in Feval (form=136657349) at eval.c:2334
numargs = <value optimized out>
argvals = {136657363, 136657388, 32, 187553640, 137595105, 2,
137595081, 136959148}
args_left = 137595081
i = 3
fun = <value optimized out>
val = <value optimized out>
original_fun = 137684057
original_args = 136657357
funcar = <value optimized out>
backtrace = {
next = 0xbfdc8dd8,
function = 0xbfdc8bb8,
args = 0xbfdc8b80,
nargs = 3,
evalargs = 1 '\001',
debug_on_exit = 0 '\0'
}
#27 0x08165def in internal_lisp_condition_case (var=137595081,
bodyform=136657349, handlers=136657421) at eval.c:1426
val = <value optimized out>
c = {
tag = 137595081,
val = 137595081,
next = 0xbfdca4bc,
gcpro = 0x0,
jmp = {{
__jmpbuf = {137595081, -1076065056, 106, -1076065080, -1003675069,
1944581338},
__mask_was_saved = 0,
__saved_mask = {
__val = {136656820, 137595081, 136656760, 136656792, 1, 3218902120,
135675267, 368, 180512269, 32, 3218902244, 136656764, 23, 138850784,
4, 1, 0, 0, 136656764, 147676081, 1, 3218902216, 135676273,
137595105, 2, 1, 137657232, 137657233, 137595129, 3218902216,
135678622, 1}
}
}},
backlist = 0xbfdc8dd8,
handlerlist = 0xbfdca584,
lisp_eval_depth = 4,
pdlcount = 23,
poll_suppress_count = 1,
interrupt_input_blocked = 0,
byte_stack = 0xbfdc8d30
}
h = {
handler = 136657421,
var = 137595081,
chosen_clause = -1076101120,
tag = 0xbfdc8be8,
next = 0xbfdca584
}
#28 0x0818eb6f in Fbyte_code (bytestr=136657219, vector=136657236, maxdepth=40)
at bytecode.c:869
handlers = <value optimized out>
body = 185473568
op = 10
vectorp = (Lisp_Object *) 0x8253958
stack = {
pc = 0x829d3a8 "\210\016\026\205x",
top = 0xbfdc8ce0,
bottom = 0xbfdc8ce0,
byte_string = 136657219,
byte_string_start = 0x829d33a "\b\021\n\020\v\022\306\034\307\v!\203|",
constants = 136657236,
next = 0xbfdc8f70
}
top = (Lisp_Object *) 0xbfdc8ce0
result = <value optimized out>
#29 0x08163d6a in funcall_lambda (fun=136657180, nargs=1,
arg_vector=0xbfdc8e14) at eval.c:3184
val = <value optimized out>
syms_left = <value optimized out>
next = <value optimized out>
i = 1
optional = 0
rest = 0
#30 0x08164171 in Ffuncall (nargs=2, args=0xbfdc8e10) at eval.c:3054
fun = 136657180
original_fun = 137624465
funcar = <value optimized out>
numargs = 1
val = <value optimized out>
backtrace = {
next = 0xbfdc8ee8,
function = 0xbfdc8e10,
args = 0xbfdc8e14,
nargs = 1,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc8e14
i = <value optimized out>
#31 0x081655d9 in call1 (fn=137624465, arg1=189106188) at eval.c:2782
ret_ungc_val = 0
#32 0x08103976 in timer_check (do_it_now=1) at keyboard.c:4575
was_locked = 0
old_deactivate_mark = 137595081
now = {
tv_sec = 1177814463,
tv_usec = 64704
}
timers = 191679213
idle_timers = 137595081
chosen_timer = 189106188
#33 0x08103b47 in readable_events (flags=3) at keyboard.c:3600
kb = <value optimized out>
#34 0x08103bb7 in get_input_pending (addr=0x8326514, flags=3)
at keyboard.c:6722
No locals.
#35 0x08103c58 in Finput_pending_p () at keyboard.c:10289
No locals.
#36 0x081642af in Ffuncall (nargs=1, args=0xbfdc8f20) at eval.c:2994
fun = <value optimized out>
original_fun = 137627369
funcar = <value optimized out>
numargs = 0
val = <value optimized out>
backtrace = {
next = 0xbfdc9018,
function = 0xbfdc8f20,
args = 0xbfdc8f24,
nargs = 0,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc8f24
i = <value optimized out>
#37 0x0818f87a in Fbyte_code (bytestr=136214451, vector=136214468, maxdepth=40)
at bytecode.c:679
v1 = <value optimized out>
v2 = <value optimized out>
op = 185473568
vectorp = (Lisp_Object *) 0x81e77c8
stack = {
pc = 0x82e0789 "\203\"",
top = 0xbfdc8f20,
bottom = 0xbfdc8f20,
byte_string = 136214451,
byte_string_start = 0x82e076c "\b\204\t",
constants = 136214468,
next = 0xbfdc9090
}
top = <value optimized out>
result = <value optimized out>
#38 0x08163d6a in funcall_lambda (fun=136214388, nargs=1,
arg_vector=0xbfdc9054) at eval.c:3184
val = <value optimized out>
syms_left = <value optimized out>
next = <value optimized out>
i = 1
optional = 1
rest = 0
#39 0x08164171 in Ffuncall (nargs=2, args=0xbfdc9050) at eval.c:3054
fun = 136214388
original_fun = 137958633
funcar = <value optimized out>
numargs = 1
val = <value optimized out>
backtrace = {
next = 0xbfdc9138,
function = 0xbfdc9050,
args = 0xbfdc9054,
nargs = 1,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc9054
i = <value optimized out>
#40 0x0818f87a in Fbyte_code (bytestr=183961315, vector=185217540, maxdepth=32)
at bytecode.c:679
v1 = <value optimized out>
v2 = <value optimized out>
op = 185473568
vectorp = (Lisp_Object *) 0xb0a3208
stack = {
pc = 0xb3806dc ").\006\207",
top = 0xbfdc9054,
bottom = 0xbfdc9050,
byte_string = 183961315,
byte_string_start = 0xb3806a4 "\b\205;",
constants = 185217540,
next = 0x0
}
top = <value optimized out>
result = <value optimized out>
#41 0x08163d6a in funcall_lambda (fun=185217724, nargs=2,
arg_vector=0xbfdc91a0) at eval.c:3184
val = <value optimized out>
syms_left = <value optimized out>
next = <value optimized out>
i = 2
optional = 0
rest = 0
#42 0x08164171 in Ffuncall (nargs=3, args=0xbfdc919c) at eval.c:3054
fun = 185217724
original_fun = 186957345
funcar = <value optimized out>
numargs = 2
val = <value optimized out>
backtrace = {
next = 0x0,
function = 0xbfdc919c,
args = 0xbfdc91a0,
nargs = 2,
evalargs = 0 '\0',
debug_on_exit = 0 '\0'
}
internal_args = (Lisp_Object *) 0xbfdc91a0
i = <value optimized out>
#43 0x08165751 in run_hook_with_args (nargs=3, args=0xbfdc919c,
cond=to_completion) at eval.c:2656
sym = 137824177
val = 185473568
ret = 137595081
globals = <value optimized out>
#44 0x081658ab in run_hook_with_args_2 (hook=137824177, arg1=146331604, arg2=8)
at eval.c:2726
temp = {186957345, 146331604, 8}
#45 0x08072f3b in run_window_scroll_functions (window=146331604, startp=
{charpos = 1, bytepos = 1}) at xdisp.c:12179
w = (struct window *) 0x8b8d7d0
#46 0x080840ed in redisplay_window (window=146331604, just_this_one_p=1)
at xdisp.c:13149
new_vpos = <value optimized out>
val = <value optimized out>
w = (struct window *) 0x8b8d7d0
f = (struct frame *) 0x8b6d050
buffer = <value optimized out>
old = (struct buffer *) 0xb2dd768
startp = {
charpos = 1,
bytepos = 1
}
update_mode_line = 0
tem = <value optimized out>
it = {
window = 146331604,
w = 0x8b8d7d0,
f = 0x8b6d050,
method = GET_FROM_BUFFER,
stop_charpos = 1412,
end_charpos = 1412,
s = 0x0,
string_nchars = 0,
region_beg_charpos = -1,
region_end_charpos = -1,
redisplay_end_trigger_charpos = 0,
multibyte_p = 1,
header_line_p = 1,
string_from_display_prop_p = 0,
ellipsis_p = 0,
dp = 0x0,
dpvec = 0x0,
dpend = 0x0,
dpvec_char_len = 0,
dpvec_face_id = 0,
saved_face_id = 14,
ctl_chars = {0 <repeats 16 times>},
start = {
pos = {
charpos = 1,
bytepos = 1
},
overlay_string_index = -1,
string_pos = {
charpos = -1,
bytepos = -1
},
dpvec_index = -1
},
current = {
pos = {
charpos = 1412,
bytepos = 1412
},
overlay_string_index = -1,
string_pos = {
charpos = -1,
bytepos = -1
},
dpvec_index = -1
},
overlay_strings = {0 <repeats 16 times>},
n_overlay_strings = 0,
string = 137595081,
stack = {{
string = 137595081,
string_nchars = 0,
end_charpos = 1412,
stop_charpos = 1346,
face_id = 0,
u = {
image = {
object = 0,
slice = {
x = 0,
y = 0,
width = 0,
height = 0
},
image_id = 0
},
comp = {
object = 0,
c = 0,
len = 0,
cmp_id = 0,
cmp_len = 0
},
stretch = {
object = 0
}
},
position = {
charpos = 1346,
bytepos = 1346
},
current = {
pos = {
charpos = 1346,
bytepos = 1346
},
overlay_string_index = -1,
string_pos = {
charpos = -1,
bytepos = -1
},
dpvec_index = -1
},
area = TEXT_AREA,
method = GET_FROM_BUFFER,
multibyte_p = 1,
string_from_display_prop_p = 0,
display_ellipsis_p = 0,
space_width = 137595081,
font_height = 137595081,
voffset = 0
}, {
string = 0,
string_nchars = 0,
end_charpos = 0,
stop_charpos = 0,
face_id = 0,
u = {
image = {
object = 0,
slice = {
x = 0,
y = 0,
width = 0,
height = 0
},
image_id = 0
},
comp = {
object = 0,
c = 0,
len = 0,
cmp_id = 0,
cmp_len = 0
},
stretch = {
object = 0
}
},
position = {
charpos = 0,
bytepos = 0
},
current = {
pos = {
charpos = 0,
bytepos = 0
},
overlay_string_index = 0,
string_pos = {
charpos = 0,
bytepos = 0
},
dpvec_index = 0
},
area = LEFT_MARGIN_AREA,
method = GET_FROM_BUFFER,
multibyte_p = 0,
string_from_display_prop_p = 0,
display_ellipsis_p = 0,
space_width = 0,
font_height = 0,
voffset = 0
}, {
string = 0,
string_nchars = 0,
end_charpos = 0,
stop_charpos = 0,
face_id = 0,
u = {
image = {
object = 0,
slice = {
x = 0,
y = 0,
width = 0,
height = 0
},
image_id = 0
},
comp = {
object = 0,
c = 0,
len = 0,
cmp_id = 0,
cmp_len = 0
},
stretch = {
object = 0
}
},
position = {
charpos = 0,
bytepos = 0
},
current = {
pos = {
charpos = 0,
bytepos = 0
},
overlay_string_index = 0,
string_pos = {
charpos = 0,
bytepos = 0
},
dpvec_index = 0
},
area = LEFT_MARGIN_AREA,
method = GET_FROM_BUFFER,
multibyte_p = 0,
string_from_display_prop_p = 0,
display_ellipsis_p = 0,
space_width = 0,
font_height = 0,
voffset = 0
}, {
string = 0,
string_nchars = 0,
end_charpos = 0,
stop_charpos = 0,
face_id = 0,
u = {
image = {
object = 0,
slice = {
x = 0,
y = 0,
width = 0,
height = 0
},
image_id = 0
},
comp = {
object = 0,
c = 0,
len = 0,
cmp_id = 0,
cmp_len = 0
},
stretch = {
object = 0
}
},
position = {
charpos = 0,
bytepos = 0
},
current = {
pos = {
charpos = 0,
bytepos = 0
},
overlay_string_index = 0,
string_pos = {
charpos = 0,
bytepos = 0
},
dpvec_index = 0
},
area = LEFT_MARGIN_AREA,
method = GET_FROM_BUFFER,
multibyte_p = 0,
string_from_display_prop_p = 0,
display_ellipsis_p = 0,
space_width = 0,
font_height = 0,
voffset = 0
}},
sp = 0,
selective_display_ellipsis_p = 1,
ctl_arrow_p = 1,
selective = 0,
what = IT_EOB,
face_id = 0,
face_box_p = 0,
start_of_box_run_p = 0,
end_of_box_run_p = 0,
overlay_strings_at_end_processed_p = 1,
ignore_overlay_strings_at_pos_p = 0,
glyph_not_available_p = 0,
starts_in_middle_of_char_p = 0,
face_before_selective_p = 0,
constrain_row_ascent_descent_p = 0,
base_face_id = 0,
c = 32,
len = 1,
cmp_id = 0,
cmp_len = 0,
char_to_display = 32,
image_id = 0,
slice = {
x = 137595081,
y = 137595081,
width = 137595081,
height = 137595081
},
space_width = 137595081,
voffset = 0,
font_height = 137595081,
object = 187553644,
position = {
charpos = 1412,
bytepos = 1412
},
truncate_lines_p = 0,
tab_width = 8,
truncation_pixel_width = 0,
continuation_pixel_width = 0,
first_visible_x = 0,
last_visible_x = 1240,
last_visible_y = 756,
extra_line_spacing = 0,
max_extra_line_spacing = 0,
override_ascent = -1,
override_descent = 0,
override_boff = 0,
glyph_row = 0xad24f5c,
area = TEXT_AREA,
nglyphs = 1,
pixel_width = 10,
ascent = 16,
descent = 5,
max_ascent = 16,
max_descent = 5,
phys_ascent = 0,
phys_descent = 0,
max_phys_ascent = 16,
max_phys_descent = 5,
current_x = 50,
continuation_lines_width = 0,
current_y = 567,
first_vpos = 1,
vpos = 26,
hpos = 5,
left_user_fringe_bitmap = 0,
right_user_fringe_bitmap = 0,
left_user_fringe_face_id = 0,
right_user_fringe_face_id = 0
}
current_matrix_up_to_date_p = 1
used_current_matrix_p = <value optimized out>
buffer_unchanged_p = 1
temp_scroll_step = <value optimized out>
rc = <value optimized out>
centering_position = <value optimized out>
last_line_misfit = <value optimized out>
save_beg_unchanged = 1406
save_end_unchanged = 5
#47 0x08086366 in redisplay_window_1 (window=146331604) at xdisp.c:11942
No locals.
#48 0x08162b88 in internal_condition_case_1 (
bfun=0x8086340 <redisplay_window_1>, arg=146331604, handlers=137581701,
hfun=0x8063210 <redisplay_window_error>) at eval.c:1529
val = <value optimized out>
c = {
tag = 137595081,
val = 137595081,
next = 0xbfdcb54c,
gcpro = 0x0,
jmp = {{
__jmpbuf = {1407, 0, 146331600, -1076058728, -1003680477, 1944552098},
__mask_was_saved = 0,
__saved_mask = {
__val = {3218908440, 137633690, 137633688, 137651160, 3218908456,
135612732, 137651161, 137633690, 80000000, 187553640, 137595105, 2,
3218908504, 137651161, 80000000, 137651160, 3218908504, 135668628,
137651161, 80000000, 187553640, 1, 1, 0, 137595081, 146480144,
137595081, 0, 3218908568, 134772742, 80, 137595081}
}
}},
backlist = 0x0,
handlerlist = 0xbfdcb614,
lisp_eval_depth = 0,
pdlcount = 5,
poll_suppress_count = 1,
interrupt_input_blocked = 0,
byte_stack = 0x0
}
h = {
handler = 137581701,
var = 137595081,
chosen_clause = 40,
tag = 0xbfdca4bc,
next = 0xbfdcb614
}
#49 0x08087126 in redisplay_internal (preserve_echo_area=<value optimized out>)
at xdisp.c:11552
mini_window = <value optimized out>
mini_frame = <value optimized out>
w = (struct window *) 0x8b8d7d0
pause = 187553644
must_finish = 1
tlbufpos = {
charpos = 0,
bytepos = 0
}
number_of_visible_frames = 1
polling_stopped_here = 0
consider_all_windows_p = 0
#50 0x08087697 in redisplay_preserve_echo_area (from_where=8) at xdisp.c:11730
No locals.
#51 0x08103cbb in detect_input_pending_run_timers (do_display=1)
at keyboard.c:10242
old_timers_run = 73
#52 0x081958e6 in wait_reading_process_output (time_limit=30, microsecs=0,
read_kbd=-1, do_display=1, wait_for_cell=137595081, wait_proc=0x0,
just_wait_proc=0) at process.c:4696
old_timers_run = 73
old_buffer = (struct buffer *) 0xb2dd768
leave = 0
timeout_reduced_for_timers = 1
channel = <value optimized out>
nfds = 0
Available = {
fds_bits = {0 <repeats 32 times>}
}
Connecting = {
fds_bits = {0 <repeats 32 times>}
}
check_connect = 0
check_delay = <value optimized out>
no_avail = 0
xerrno = 0
proc = <value optimized out>
timeout = {
tv_sec = 0,
tv_usec = 0
}
end_time = {
tv_sec = 1177814493,
tv_usec = 55099
}
wait_channel = -1
got_some_input = 0
#53 0x08053c90 in sit_for (timeout=240, reading=1, do_display=1)
at dispnew.c:6579
sec = 30
usec = 0
#54 0x081079fb in read_char (commandflag=1, nmaps=7, maps=0xbfdcb350,
prev_event=137595081, used_mouse_menu=0xbfdcb408, end_time=0x0)
at keyboard.c:2904
tem0 = <value optimized out>
delay_level = 30
buffer_size = <value optimized out>
c = 137595081
local_getcjmp = {{
__jmpbuf = {0, 1, 0, -1076055304, -1003677325, 1944175880},
__mask_was_saved = 0,
__saved_mask = {
__val = {187553644, 3218911800, 135950046, 137595081, 137809721,
187553644, 40, 10632, 0, 187553640, 10640, 3218911820, 187553644,
3218912040, 135649241, 137634017, 10640, 187553644, 0, 11296,
187553644, 3218911912, 135950440, 187553640, 0, 0, 0, 0, 0, 0, 1412,
137930033}
}
}}
save_jump = {{
__jmpbuf = {0, 0, 0, 0, 0, 0},
__mask_was_saved = 0,
__saved_mask = {
__val = {0 <repeats 32 times>}
}
}}
key_already_recorded = 0
tem = <value optimized out>
save = 137595081
previous_echo_area_message = 137595081
also_record = 137595081
reread = 0
polling_stopped_here = <value optimized out>
#55 0x08109746 in read_key_sequence (keybuf=0xbfdcb4b4, bufsize=30,
prompt=137595081, dont_downcase_last=0, can_return_switch_frame=1,
fix_current_buffer=1) at keyboard.c:9135
interrupted_kboard = (KBOARD *) 0x8c07070
key = 187553644
used_mouse_menu = 0
echo_local_start = 0
last_real_key_start = 0
keys_local_start = 0
local_first_binding = 0
from_string = 137595081
count = 2
t = 0
echo_start = 0
keys_start = 0
nmaps = 7
nmaps_allocated = 7
defs = (Lisp_Object * volatile) 0xbfdcb320
submaps = (Lisp_Object * volatile) 0xbfdcb350
orig_local_map = 184137565
orig_keymap = 137595081
localized_local_map = 0
first_binding = 0
first_unbound = 31
mock_input = 0
fkey = {
parent = 137582805,
map = 137582805,
start = 0,
end = 0
}
keytran = {
parent = 143099317,
map = 143099317,
start = 0,
end = 0
}
delayed_switch_frame = 137595081
original_uppercase = 0
original_uppercase_position = -1
starting_buffer = (struct buffer *) 0xb2dd768
fake_prefixed_keys = 137595081
#56 0x0810b263 in command_loop_1 () at keyboard.c:1618
cmd = <value optimized out>
lose = <value optimized out>
nonundocount = 0
keybuf = {137595129, -1076054790, 137595081, 1273850048, -1472036458,
-1076054800, 137595081, 137595081, -1076054790, -1076054728, 135290072,
191682381, -1076054790, 1273890916, 134517672, 1, 1273827264, 1258297472,
-1076054564, 0, -1076054760, -1076054912, 0, 1273823232, 137595081,
146329185, 0, 137961048, 137961032, -1076054728}
i = <value optimized out>
prev_modiff = 137961048
prev_buffer = (struct buffer *) 0x0
was_locked = 0
already_adjusted = -1076054790
#57 0x08162db2 in internal_condition_case (bfun=0x810b0d0 <command_loop_1>,
handlers=137634497, hfun=0x8105bf0 <cmd_error>) at eval.c:1481
val = <value optimized out>
c = {
tag = 137595081,
val = 137595081,
next = 0xbfdcb660,
gcpro = 0x0,
jmp = {{
__jmpbuf = {0, 137961048, 137961032, -1076054488, -1003676461,
1944552690},
__mask_was_saved = 0,
__saved_mask = {
__val = {3218912664, 135588743, 3218912900, 147530724, 17, 17,
135860480, 268435456, 3218912712, 0 <repeats 16 times>, 1273871124,
3086714856, 0, 4294967295, 1273827264, 1273829064, 134517672}
}
}},
backlist = 0x0,
handlerlist = 0x0,
lisp_eval_depth = 0,
pdlcount = 2,
poll_suppress_count = 1,
interrupt_input_blocked = 0,
byte_stack = 0x0
}
h = {
handler = 137634497,
var = 137595081,
chosen_clause = 137595129,
tag = 0xbfdcb54c,
next = 0x0
}
#58 0x08105033 in command_loop_2 () at keyboard.c:1329
val = 0
#59 0x08162e6a in internal_catch (tag=137627681,
func=0x8105010 <command_loop_2>, arg=137595081) at eval.c:1222
c = {
tag = 137627681,
val = 137595081,
next = 0x0,
gcpro = 0x0,
jmp = {{
__jmpbuf = {0, 137961048, 137961032, -1076054232, -1003675709,
1944553422},
__mask_was_saved = 0,
__saved_mask = {
__val = {135588474, 147634072, 17, 17, 17, 3218912900, 4294967295,
3218912632, 135588661, 147634072, 147634075, 3218912664, 135588743,
3218912900, 147530724, 17, 137820986, 137820984, 137824056,
3218913032, 135612732, 137824057, 137820986, 137595081, 137620928,
137595105, 2, 0, 137824056, 137824057, 137595081, 3218913096}
}
}},
backlist = 0x0,
handlerlist = 0x0,
lisp_eval_depth = 0,
pdlcount = 2,
poll_suppress_count = 1,
interrupt_input_blocked = 0,
byte_stack = 0x0
}
#60 0x08105a2c in command_loop () at keyboard.c:1308
No locals.
#61 0x08105dcb in recursive_edit_1 () at keyboard.c:1006
val = <value optimized out>
#62 0x08105eb6 in Frecursive_edit () at keyboard.c:1067
buffer = <value optimized out>
#63 0x080fbd52 in main (argc=3, argv=0xbfdcbbb4) at emacs.c:1786
tem = <value optimized out>
lib_src_exists = <value optimized out>
etc_exists = <value optimized out>
dummy = -1076053208
stack_bottom_variable = 8 '\b'
do_initial_setlocale = 1
skip_args = 0
rlim = {
rlim_cur = 10485760,
rlim_max = 18446744073709551615
}
no_loadup = 0
junk = 0x0
Lisp Backtrace:
"x-show-tip" (0xb217bdb)
"byte-code" (0x8278deb)
"tooltip-show" (0x87e14a3)
"tooltip-help-tips" (0x83388c9)
"run-hook-with-args-until-success" (0x8cd0a29)
"tooltip-timeout" (0x83388c9)
"apply" (0x8cbcd99)
"byte-code" (0x82539d3)
"timer-event-handler" (0xb45880c)
"input-pending-p" (0x0)
"sit-for" (0x0)
"erc-scroll-to-bottom" (0x8b8d7d4)
If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/local/packages/emacs23/share/emacs/23.0.0/etc/DEBUG for instructions.
In GNU Emacs 23.0.0.18 (i686-pc-linux-gnu, X toolkit)
of 2007-04-29 on Fedora6
Windowing system distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure '--prefix=/usr/local/packages/emacs23'
'--with-kerberos5' '--enable-locallisppath=/usr/local/share/emacs/site-lisp'
'--without-toolkit-scroll-bars' '--with-xft' '--enable-font-backend'
'--with-x-toolkit=yes''
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: en_GB.UTF-8
value of $XMODIFIERS: @im=none
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
Major mode: Group
Minor modes in effect:
gnus-topic-mode: t
gnus-undo-mode: t
dired-omit-mode: t
recentf-mode: t
icomplete-mode: t
show-paren-mode: t
delete-selection-mode: t
global-auto-revert-mode: t
display-time-mode: t
shell-dirtrack-mode: t
tooltip-mode: t
mouse-wheel-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-compression-mode: t
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> C-y C-y <up> <up> <up> <up> <up> <up>
<up> <up> <up> <up> <up> <up> <return> <up> C-y <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> C-y <up>
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up>
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y
C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y
C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y
C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y C-y
C-y C-y <up> <up> <up> <up> <up> <up> <up> <up> <up>
<up> <up> <up> <up> <up> <up> <up> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> C-x
C-s C-x C-j C-x k <return> C-x k <return> M-x g n u
s <return> <f7> v <return> C-x [ <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> C-x k <return> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> L <down>
<down> <down> <down> <down> <up> <up> <up> <up> <up>
<up> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <up>
<up> <up> <up> <up> <up> <up> M-x r e p o <tab> o <backspace>
r <tab> <return>
Recent messages:
Checking new news...
Opening nntp server on nntp-serv.cam.ac.uk...done
Checking new news...done
Loading gnus-topic...done
Open /home/leo/crash.log
widget-before-change: Text is read-only: "Attempt to change text outside
editable field"
Making completion list...
Loading eieio-opt...done
Loading emacsbug...done
Loading skeleton...done
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug