[4138] in testers
Re: emacs core dump
daemon@ATHENA.MIT.EDU (John Hawkinson)
Thu May 27 13:29:08 1999
Date: Thu, 27 May 1999 13:28:14 -0400 (EDT)
Message-Id: <199905271728.NAA24920@x15-cruise-basselope.mit.edu>
To: testers@MIT.EDU
In-Reply-To: "[4078] in testers"
From: John Hawkinson <jhawk@MIT.EDU>
This happened again, with appreciably about the same bug:
(gdb) where
#0 abort () at emacs.c:274
#1 0x118ebc in buf_charpos_to_bytepos (b=0x39c800, charpos=18409)
at marker.c:139
#2 0x14aa20 in compute_motion (from=18194, fromvpos=0, fromhpos=0,
did_motion=0, to=18408, tovpos=32768, tohpos=32768, width=79, hscroll=0,
tab_offset=0, win=0x4324d8) at indent.c:1418
#3 0x14c1cc in vmotion (from=18408, vtarget=-35, w=0x4324d8) at indent.c:1697
#4 0x7c414 in Frecenter (arg=35) at window.c:3183
#5 0x1953ec in Ffuncall (nargs=2, args=0xefffd558) at eval.c:2453
#6 0x1eb998 in Fbyte_code (bytestr=807738144, vector=1076173692, maxdepth=4)
at bytecode.c:432
#7 0x195eac in funcall_lambda (fun=1076173552, nargs=1, arg_vector=0xefffd94c)
at eval.c:2640
#8 0x195608 in Ffuncall (nargs=2, args=0xefffd948) at eval.c:2501
#9 0x18f25c in Fcall_interactively (function=271514724,
record_flag=271513884, keys=1076925768) at callint.c:788
#10 0xf222c in Fcommand_execute (cmd=271514724, record_flag=271513884,
keys=271513884, special=271513884) at keyboard.c:7887
#11 0xe2c38 in command_loop_1 () at keyboard.c:1495
#12 0x191d40 in internal_condition_case (bfun=0xe11a8 <command_loop_1>,
handlers=271514364, hfun=0xe0bc8 <cmd_error>) at eval.c:1157
#13 0xe0fa8 in command_loop_2 () at keyboard.c:1091
#14 0x1916ac in internal_catch (tag=271578228, func=0xe0f84 <command_loop_2>,
---Type <return> to continue, or q <return> to quit---
arg=271513884) at eval.c:932
#15 0xe0ec4 in command_loop () at keyboard.c:1062
#16 0xe08c0 in recursive_edit_1 () at keyboard.c:820
#17 0xe0a68 in Frecursive_edit () at keyboard.c:868
#18 0x1953c0 in Ffuncall (nargs=1, args=0xefffe1c0) at eval.c:2450
#19 0x1eb998 in Fbyte_code (bytestr=810445948, vector=1077305632, maxdepth=3)
at bytecode.c:432
#20 0x1939bc in Feval (form=1347385628) at eval.c:1819
#21 0x18fe7c in Fprogn (args=1347385284) at eval.c:365
#22 0x7da84 in Fsave_window_excursion (args=1347385284) at window.c:3722
#23 0x1ec874 in Fbyte_code (bytestr=810445584, vector=1077297664, maxdepth=24)
at bytecode.c:585
#24 0x195eac in funcall_lambda (fun=1078124800, nargs=0, arg_vector=0xefffe850)
at eval.c:2640
#25 0x195608 in Ffuncall (nargs=1, args=0xefffe84c) at eval.c:2501
#26 0x1949d4 in apply1 (fn=271790828, arg=271513884) at eval.c:2206
#27 0x18d444 in Fcall_interactively (function=271790828,
record_flag=271513932, keys=1076925768) at callint.c:360
#28 0xf222c in Fcommand_execute (cmd=271790828, record_flag=271513932,
keys=271513884, special=271513884) at keyboard.c:7887
#29 0xf27a4 in Fexecute_extended_command (prefixarg=271513884)
at keyboard.c:7991
#30 0x1953ec in Ffuncall (nargs=2, args=0xefffeda8) at eval.c:2453
---Type <return> to continue, or q <return> to quit---
#31 0x18f25c in Fcall_interactively (function=271618732,
record_flag=271513884, keys=1076925768) at callint.c:788
#32 0xf222c in Fcommand_execute (cmd=271618732, record_flag=271513884,
keys=271513884, special=271513884) at keyboard.c:7887
#33 0xe2c38 in command_loop_1 () at keyboard.c:1495
#34 0x191d40 in internal_condition_case (bfun=0xe11a8 <command_loop_1>,
handlers=271514364, hfun=0xe0bc8 <cmd_error>) at eval.c:1157
#35 0xe0fa8 in command_loop_2 () at keyboard.c:1091
#36 0x1916ac in internal_catch (tag=271514340, func=0xe0f84 <command_loop_2>,
arg=271513884) at eval.c:932
#37 0xe0f40 in command_loop () at keyboard.c:1070
#38 0xe08c0 in recursive_edit_1 () at keyboard.c:820
#39 0xe0a68 in Frecursive_edit () at keyboard.c:868
#40 0xdede8 in main (argc=3, argv=0xeffff5fc, envp=0xeffff60c) at emacs.c:1309
I'm not really sure what to do about it. I think it happened right
after an M->.
If anyone has any good suggestions on how I should be debugging this
(other than learning to read usenet again after a 4-year hiatus), I'd
appreciate it.
--jhawk