|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||
2005年09月18日(日) 旧暦 [n年日記]#1 [Emacs] Fatal error (11)Segmentation fault (core dumped)
(Today's anon cvs update)
ttyp2:makoto@st4200 22:34:29/050918(~)> gdb /usr/local/bin/emacs GNU gdb 5.3nb1 Copyright 2002 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 "powerpc--netbsd"... (gdb) run Starting program: /usr/local/bin/emacs Program received signal SIGSEGV, Segmentation fault. 0x419a5204 in ?? () from /usr/libexec/ld.elf_so (gdb) bt #0 0x419a5204 in ?? () from /usr/libexec/ld.elf_so #1 0x018ffc7c in emacs_blocked_free (ptr=0x0) at /export/local-src/emacs/src/alloc.c:1202 #2 0x41d63468 in ?? () from /usr/X11/lib/libX11.so.6 #3 0x41d43868 in ?? () from /usr/X11/lib/libX11.so.6 #4 0x01887570 in xim_initialize (dpyinfo=0x1c16c24, resource_name=0x41d948e4 <Error reading address 0x41d948e4: Invalid argument>) at /export/local-src/emacs/src/xterm.c:8088 #5 0x0188aca4 in x_term_init (display_name=25719608, xrm_option=0x0, resource_name=0x1de1a60 "\001 .... at /export/local-src/emacs/src/xterm.c:10498 #6 0x01891bc8 in Fx_open_connection (display=31210803, xrm_string=28246017, must_succeed=28246065) at /export/local-src/emacs/src/xfns.c:3997 #7 0x0191bfdc in Ffuncall (nargs=0, args=0x1ab0000) at /export/local-src/emacs/src/eval.c:2868 #8 0x01949bf8 in Fbyte_code (bytestr=3, vector=31238793, maxdepth=2147469024) at /export/local-src/emacs/src/bytecode.c:690 #9 0x0191b234 in Feval (form=3) at /export/local-src/emacs/src/eval.c:2210 #10 0x01933e40 in readevalloop (readcharfun=28347353, stream=0x41ed0ca0, sourcename=31620755, evalfun=0x191ae04 <Feval>, printflag=0, unibyte=12, readfun=28246017, start=28246017, end=28246017) at /export/local-src/emacs/src/lread.c:1399 #11 0x01932bdc in Fload (file=31620755, noerror=1106054304, nomessage=28246065, ) at /export/local-src/emacs/src/lread.c:914 #12 0x0191c028 in Ffuncall (nargs=0, args=0x7fffcad0) at /export/local-src/emacs/src/eval.c:2876 #13 0x01949bf8 in Fbyte_code (bytestr=3, vector=28389289, maxdepth=2147470032) at /export/local-src/emacs/src/bytecode.c:690 #14 0x0191b234 in Feval (form=3) at /export/local-src/emacs/src/eval.c:2210 #15 0x019198a4 in Fcondition_case (args=27983872) at /export/local-src/emacs/src/eval.c:1399 #16 0x0194ae18 in Fbyte_code (bytestr=143, vector=28359497, maxdepth=2147471136) at /export/local-src/emacs/src/bytecode.c:868 #17 0x0191c468 in funcall_lambda (fun=27754500, nargs=0, arg_vector=0x7fffd084) at /export/local-src/emacs/src/eval.c:3049 #18 0x0191be68 in Ffuncall (nargs=0, args=0x7fffd080) at /export/local-src/emacs/src/eval.c:2917 #19 0x01949bf8 in Fbyte_code (bytestr=0, vector=28371665, maxdepth=2147471488) at /export/local-src/emacs/src/bytecode.c:690 #20 0x0191c468 in funcall_lambda (fun=27749388, nargs=0, arg_vector=0x7fffd180) at /export/local-src/emacs/src/eval.c:3049 #21 0x0191c278 in apply_lambda (fun=27749388, args=27983872, eval_flag=1) at /export/local-src/emacs/src/eval.c:2971 #22 0x0191b04c in Feval (form=27749388) at /export/local-src/emacs/src/eval.c:2262 #23 0x018acd18 in top_level_2 () at /export/local-src/emacs/src/keyboard.c:1328 #24 0x01919b10 in internal_condition_case (bfun=0x41ec0dc8, handlers=0, hfun=0) at /export/local-src/emacs/src/eval.c:1452 #25 0x018acd6c in top_level_1 () at /export/local-src/emacs/src/keyboard.c:1336 #26 0x01919348 in internal_catch (tag=6, func=0x44002044, arg=-13) at /export/local-src/emacs/src/eval.c:1211 #27 0x018acc64 in command_loop () at /export/local-src/emacs/src/keyboard.c:1293 #28 0x018ac54c in recursive_edit_1 () at /export/local-src/emacs/src/keyboard.c:991 #29 0x018ac6ec in Frecursive_edit () at /export/local-src/emacs/src/keyboard.c:1052 #30 0x018aa9e8 in main (argc=0, argv=0x7fffd98c) at /export/local-src/emacs/src/emacs.c:1780 (gdb) @ looks strange resource_name == memory address ?:#4 0x01887570 in xim_initialize (dpyinfo=0x1c16c24, resource_name=0x41d948e4 <Error reading address 0x41d948e4: Invalid argument>) at /export/local-src/emacs/src/xterm.c:8088 8087 bcopy (resource_name, xim_inst->resource_name, len + 1);Is the parameter right ? @ by removing xim, it works now:110 22:47 ../emacs/configure --without-xim 111 22:48 time make bootstrap 112 23:10 src/emacs 113 23:10 sudo make install @ wanderlust:User-Agent: Wanderlust/2.15.2 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (Sanj ) APEL/10.6 Emacs/22.0.50 (powerpc-unknown-netbsd3.99.8) MULE/5.0 (賢木) ( つっこみ )
#2 [NetBSD][3.99.8] どうも世の中は 3.99.9 らしいが
やっと机上機を
3.99.8
に入替。(G4/400 AGP + 1.2GHz)
#1 に書いたように emacs-22.0.50 は --without-xim で動作。
( つっこみ )
|
最近の日記 2025年01月29日 ・ham/wsjtx 2025年01月27日 ・wip/wsjtx 5.4.2 2025年01月25日 ・ham/wsjtx 2025年01月15日 ・今更 advent calendar 2025年01月12日 ・金柑収穫 | ||