Mark A. Hershberger
Wed, 27 Jun 2001 07:35:39 -0700
I have the following backtrace, which I pass along on the off
chance that it will be helpful. I kind of doubt it since I
haven't been able to reliably reproduce this yet. (I am /the/
"Test User"!)
Breakpoint 1, abort () at emacs.c:385
385 kill (getpid (), SIGABRT);
(gdb) backtrace
#0 abort () at emacs.c:385
#1 0x8111225 in mark_object (argptr=0x87a5dec) at alloc.c:4703
#2 0x8111259 in mark_object (argptr=0xbffe9fd4) at alloc.c:4719
#3 0x811019e in mark_memory (start=0xbffea000, end=0xbffff8a8) at alloc.c:3500
#4 0x8110208 in mark_stack () at alloc.c:3761
#5 0x81106e4 in Fgarbage_collect () at alloc.c:4094
#6 0x8148c85 in Fbyte_code (bytestr=946106532, vector=1214544280, maxdepth=7)
at bytecode.c:751
#7 0x8122a07 in funcall_lambda (fun=1214544496, nargs=5,
arg_vector=0xbffea228) at eval.c:2836
#8 0x8122561 in Ffuncall (nargs=6, args=0xbffea224) at eval.c:2701
#9 0x8148bec in Fbyte_code (bytestr=946106484, vector=1212560088, maxdepth=7)
at bytecode.c:716
#10 0x8122a07 in funcall_lambda (fun=1214543160, nargs=5,
arg_vector=0xbffea348) at eval.c:2836
#11 0x8122561 in Ffuncall (nargs=6, args=0xbffea344) at eval.c:2701
#12 0x8148bec in Fbyte_code (bytestr=945735668, vector=1214263512, maxdepth=10)
at bytecode.c:716
#13 0x8122a07 in funcall_lambda (fun=1214247712, nargs=2,
arg_vector=0xbffea478) at eval.c:2836
#14 0x8122561 in Ffuncall (nargs=3, args=0xbffea474) at eval.c:2701
#15 0x8121e36 in Fapply (nargs=2, args=0xbffea528) at eval.c:2158
#16 0x81223a6 in Ffuncall (nargs=3, args=0xbffea524) at eval.c:2625
#17 0x8148bec in Fbyte_code (bytestr=945948100, vector=1214406408, maxdepth=4)
at bytecode.c:716
#18 0x8122a07 in funcall_lambda (fun=1214215600, nargs=3,
arg_vector=0xbffea658) at eval.c:2836
#19 0x8122561 in Ffuncall (nargs=4, args=0xbffea654) at eval.c:2701
#20 0x81221cb in call3 (fn=407252228, arg1=405338756, arg2=946905228,
arg3=405181500) at eval.c:2486
#21 0x80f2181 in Fexpand_file_name (name=946905228,
default_directory=405181500) at fileio.c:1030
#22 0x80f47b8 in Finsert_file_contents (filename=946905228, visit=405181548,
beg=405181500, end=405181500, replace=405181500) at fileio.c:3480
#23 0x8121a9d in Feval (form=1478180152) at eval.c:2016
#24 0x81208b1 in Fcondition_case (args=1484120428) at eval.c:1200
#25 0x814909a in Fbyte_code (bytestr=941308656, vector=1209744308, maxdepth=4)
at bytecode.c:898
#26 0x8122a07 in funcall_lambda (fun=1209744040, nargs=6,
arg_vector=0xbffff028) at eval.c:2836
#27 0x8122561 in Ffuncall (nargs=7, args=0xbffff024) at eval.c:2701
#28 0x8148bec in Fbyte_code (bytestr=941306636, vector=1209742624, maxdepth=8)
at bytecode.c:716
#29 0x8122a07 in funcall_lambda (fun=1209742024, nargs=4,
arg_vector=0xbffff148) at eval.c:2836
#30 0x8122561 in Ffuncall (nargs=5, args=0xbffff144) at eval.c:2701
#31 0x8148bec in Fbyte_code (bytestr=941302296, vector=1209737796, maxdepth=6)
at bytecode.c:716
#32 0x8122a07 in funcall_lambda (fun=1209737696, nargs=1,
arg_vector=0xbffff268) at eval.c:2836
#33 0x8122561 in Ffuncall (nargs=2, args=0xbffff264) at eval.c:2701
#34 0x8148bec in Fbyte_code (bytestr=945372164, vector=1213809216, maxdepth=5)
at bytecode.c:716
#35 0x8122a07 in funcall_lambda (fun=1213809432, nargs=0,
arg_vector=0xbffff3a8) at eval.c:2836
#36 0x8122561 in Ffuncall (nargs=1, args=0xbffff3a4) at eval.c:2701
#37 0x8122155 in apply1 (fn=405735324, arg=405181500) at eval.c:2397
#38 0x811e337 in Fcall_interactively (function=405735324,
record_flag=405181500, keys=1210546616) at callint.c:367
#39 0x80d94bc in Fcommand_execute (cmd=405735324, record_flag=405181500,
keys=405181500, special=405181500) at keyboard.c:9141
#40 0x80d0740 in command_loop_1 () at keyboard.c:1621
#41 0x8120999 in internal_condition_case (bfun=0x80cfc00 <command_loop_1>,
handlers=405277796, hfun=0x80cf844 <cmd_error>) at eval.c:1256
#42 0x80cfad8 in command_loop_2 () at keyboard.c:1222
#43 0x812052d in internal_catch (tag=405239428,
func=0x80cfab4 <command_loop_2>, arg=405181500) at eval.c:1019
#44 0x80cfa87 in command_loop () at keyboard.c:1201
#45 0x80cf675 in recursive_edit_1 () at keyboard.c:942
#46 0x80cf775 in Frecursive_edit () at keyboard.c:989
#47 0x80ce6df in main (argc=3, argv=0xbffffb2c, envp=0xbffffb3c)
at emacs.c:1546
#48 0x403412db in __libc_start_main () from /lib/libc.so.6
(gdb) xbacktrace
0x863bd18 "tramp-make-tramp-multi-file-name"
0x8601454 "tramp-make-tramp-file-name"
0x8600968 "tramp-handle-expand-file-name"
0x8181900 "apply"
0x8611a50 "tramp-file-name-handler"
0x81860dc "insert-file-contents"
0x81b328c "find-file-noselect-1"
0x81b21cc "find-file-noselect"
0x819eb30 "find-file"
0x81c59c4 "find-file-at-point"
0x8183c40 "call-interactively"
(gdb)
--
ommnes exeunt in mysterium
All Things Lead into Mystery