* bug#285: 23.0.60; segv on recompile in lisp directory on build
@ 2008-05-20 11:50 robert marshall
0 siblings, 0 replies; 3+ messages in thread
From: robert marshall @ 2008-05-20 11:50 UTC (permalink / raw)
To: emacs-pretest-bug
Updated from cvs this morning and I get the following
make recompile EMACS=../src/emacs
EMACSLOADPATH=/home/rajm/emacs/lisp LC_ALL=C ../src/emacs -batch --no-site-file --multibyte --eval "(batch-byte-recompile-directory 0)" /home/rajm/emacs/lisp
Checking /home/rajm/emacs/lisp...
Compiling /home/rajm/emacs/lisp/cus-load.el...
Compiling /home/rajm/emacs/lisp/finder-inf.el...
Compiling /home/rajm/emacs/lisp/forms-d2.el...
Compiling /home/rajm/emacs/lisp/forms-pass.el...
Compiling /home/rajm/emacs/lisp/ldefs-boot.el...
Compiling /home/rajm/emacs/lisp/loaddefs.el...
Compiling /home/rajm/emacs/lisp/loadup.el...
Compiling /home/rajm/emacs/lisp/patcomp.el...
Compiling /home/rajm/emacs/lisp/paths.el...
Compiling /home/rajm/emacs/lisp/subdirs.el...
Compiling /home/rajm/emacs/lisp/vc-rcs.el...
Source file `/home/rajm/emacs/lisp/vc.el' newer than byte-compiled file
Wrote /home/rajm/emacs/lisp/vc-rcs.elc
Compiling /home/rajm/emacs/lisp/vc-sccs.el...
Wrote /home/rajm/emacs/lisp/vc-sccs.elc
Compiling /home/rajm/emacs/lisp/vc-svn.el...
Wrote /home/rajm/emacs/lisp/vc-svn.elc
Compiling /home/rajm/emacs/lisp/vc.el...
Fatal error (11)Segmentation fault
make: *** [recompile] Error 139
in gdb, I get
EMACSLOADPATH=/home/rajm/emacs/lisp LC_ALL=C gdb ../src/emacs
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run -batch --no-site-file --multibyte --eval "(batch-byte-recompile-directory 0)" /home/rajm/emacs/lisp
Starting program: /home/rajm/emacs/src/emacs -batch --no-site-file --multibyte --eval "(batch-byte-recompile-directory 0)" /home/rajm/emacs/lisp
[Thread debugging using libthread_db enabled]
[New Thread 0xb7337940 (LWP 24830)]
Checking /home/rajm/emacs/lisp...
Compiling /home/rajm/emacs/lisp/cus-load.el...
Compiling /home/rajm/emacs/lisp/finder-inf.el...
Compiling /home/rajm/emacs/lisp/forms-d2.el...
Compiling /home/rajm/emacs/lisp/forms-pass.el...
Compiling /home/rajm/emacs/lisp/ldefs-boot.el...
Compiling /home/rajm/emacs/lisp/loaddefs.el...
Compiling /home/rajm/emacs/lisp/loadup.el...
Compiling /home/rajm/emacs/lisp/patcomp.el...
Compiling /home/rajm/emacs/lisp/paths.el...
Compiling /home/rajm/emacs/lisp/subdirs.el...
Compiling /home/rajm/emacs/lisp/vc.el...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7337940 (LWP 24830)]
indirect_variable (symbol=0x88456c1) at data.c:827
827 if (!hare->indirect_variable)
(gdb) where
#0 indirect_variable (symbol=0x88456c1) at data.c:827
#1 0x081aea0e in Fbyte_code (bytestr=143701195, vector=146732164,
maxdepth=<value optimized out>) at bytecode.c:506
#2 0x0817b5c4 in funcall_lambda (fun=146738820, nargs=2,
arg_vector=0xbf882614) at eval.c:3224
#3 0x0817ba0b in Ffuncall (nargs=3, args=0xbf882610) at eval.c:3094
#4 0x081adbfc in Fbyte_code (bytestr=143700155, vector=142262396,
maxdepth=<value optimized out>) at bytecode.c:678
#5 0x0817b5c4 in funcall_lambda (fun=145308828, nargs=3,
arg_vector=0xbf88274c) at eval.c:3224
#6 0x0817ba0b in Ffuncall (nargs=4, args=0xbf882748) at eval.c:3094
#7 0x081adbfc in Fbyte_code (bytestr=143701675, vector=145251252,
maxdepth=<value optimized out>) at bytecode.c:678
#8 0x0817b5c4 in funcall_lambda (fun=145324348, nargs=6,
arg_vector=0xbf882884) at eval.c:3224
#9 0x0817ba0b in Ffuncall (nargs=7, args=0xbf882880) at eval.c:3094
#10 0x081adbfc in Fbyte_code (bytestr=143143483, vector=143433772,
maxdepth=<value optimized out>) at bytecode.c:678
#11 0x0817b5c4 in funcall_lambda (fun=145784356, nargs=2,
arg_vector=0xbf882a7c) at eval.c:3224
#12 0x0817ba0b in Ffuncall (nargs=3, args=0xbf882a78) at eval.c:3094
#13 0x0817d3a9 in Fapply (nargs=3, args=0xbf882a78) at eval.c:2470
#14 0x0817bd25 in Ffuncall (nargs=4, args=0xbf882a74) at eval.c:3018
#15 0x081adbfc in Fbyte_code (bytestr=143701995, vector=145741268,
maxdepth=<value optimized out>) at bytecode.c:678
#16 0x0817b5c4 in funcall_lambda (fun=145733028, nargs=1,
arg_vector=0xbf882bb8) at eval.c:3224
#17 0x0817ba0b in Ffuncall (nargs=2, args=0xbf882bb4) at eval.c:3094
#18 0x081adbfc in Fbyte_code (bytestr=142101723, vector=146866724,
maxdepth=<value optimized out>) at bytecode.c:678
#19 0x0817b5c4 in funcall_lambda (fun=145961036, nargs=2,
arg_vector=0xbf882cf4) at eval.c:3224
#20 0x0817ba0b in Ffuncall (nargs=3, args=0xbf882cf0) at eval.c:3094
#21 0x081adbfc in Fbyte_code (bytestr=142203387, vector=144280244,
maxdepth=<value optimized out>) at bytecode.c:678
#22 0x0817b5c4 in funcall_lambda (fun=145121580, nargs=2,
arg_vector=0xbf882e38) at eval.c:3224
#23 0x0817ba0b in Ffuncall (nargs=3, args=0xbf882e34) at eval.c:3094
#24 0x081adbfc in Fbyte_code (bytestr=142101387, vector=138097484,
maxdepth=<value optimized out>) at bytecode.c:678
#25 0x0817b5c4 in funcall_lambda (fun=141455900, nargs=1,
arg_vector=0xbf882f64) at eval.c:3224
#26 0x0817ba0b in Ffuncall (nargs=2, args=0xbf882f60) at eval.c:3094
#27 0x0817cea9 in call1 (fn=141455900, arg1=147814485) at eval.c:2822
#28 0x08183d23 in mapcar1 (leni=4, vals=0xbf882fc0, fn=141455900,
seq=147814549) at fns.c:2473
#29 0x08184083 in Fmapcar (function=141455900, sequence=147814549)
at fns.c:2545
#30 0x0817bc7d in Ffuncall (nargs=3, args=0xbf883084) at eval.c:3040
#31 0x081adbfc in Fbyte_code (bytestr=142101723, vector=146866724,
maxdepth=<value optimized out>) at bytecode.c:678
#32 0x0817b5c4 in funcall_lambda (fun=145961036, nargs=2,
arg_vector=0xbf8831c4) at eval.c:3224
#33 0x0817ba0b in Ffuncall (nargs=3, args=0xbf8831c0) at eval.c:3094
#34 0x081adbfc in Fbyte_code (bytestr=142203387, vector=144280244,
maxdepth=<value optimized out>) at bytecode.c:678
#35 0x0817b5c4 in funcall_lambda (fun=145121580, nargs=2,
arg_vector=0xbf883304) at eval.c:3224
#36 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883300) at eval.c:3094
#37 0x081adbfc in Fbyte_code (bytestr=142101723, vector=146866724,
maxdepth=<value optimized out>) at bytecode.c:678
#38 0x0817b5c4 in funcall_lambda (fun=145961036, nargs=2,
arg_vector=0xbf883444) at eval.c:3224
#39 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883440) at eval.c:3094
#40 0x081adbfc in Fbyte_code (bytestr=142203387, vector=144280244,
maxdepth=<value optimized out>) at bytecode.c:678
#41 0x0817b5c4 in funcall_lambda (fun=145121580, nargs=2,
arg_vector=0xbf883584) at eval.c:3224
#42 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883580) at eval.c:3094
#43 0x081adbfc in Fbyte_code (bytestr=143465835, vector=146999652,
maxdepth=<value optimized out>) at bytecode.c:678
#44 0x0817b5c4 in funcall_lambda (fun=143723404, nargs=3,
arg_vector=0xbf8836c4) at eval.c:3224
#45 0x0817ba0b in Ffuncall (nargs=4, args=0xbf8836c0) at eval.c:3094
#46 0x081adbfc in Fbyte_code (bytestr=143462051, vector=137831556,
maxdepth=<value optimized out>) at bytecode.c:678
#47 0x0817b5c4 in funcall_lambda (fun=143455172, nargs=2,
arg_vector=0xbf883804) at eval.c:3224
#48 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883800) at eval.c:3094
#49 0x081adbfc in Fbyte_code (bytestr=142926715, vector=147862124,
maxdepth=<value optimized out>) at bytecode.c:678
#50 0x0817b5c4 in funcall_lambda (fun=144189060, nargs=2,
arg_vector=0xbf883954) at eval.c:3224
#51 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883950) at eval.c:3094
#52 0x081adbfc in Fbyte_code (bytestr=142927291, vector=139081356,
maxdepth=<value optimized out>) at bytecode.c:678
#53 0x0817b5c4 in funcall_lambda (fun=143184972, nargs=1,
arg_vector=0xbf883a84) at eval.c:3224
#54 0x0817ba0b in Ffuncall (nargs=2, args=0xbf883a80) at eval.c:3094
#55 0x081adbfc in Fbyte_code (bytestr=138193763, vector=144128132,
maxdepth=<value optimized out>) at bytecode.c:678
#56 0x0817b5c4 in funcall_lambda (fun=144204484, nargs=1,
arg_vector=0xbf883bb4) at eval.c:3224
#57 0x0817ba0b in Ffuncall (nargs=2, args=0xbf883bb0) at eval.c:3094
#58 0x081adbfc in Fbyte_code (bytestr=138090179, vector=144296756,
maxdepth=<value optimized out>) at bytecode.c:678
#59 0x0817b5c4 in funcall_lambda (fun=144213284, nargs=0,
arg_vector=0xbf883d04) at eval.c:3224
#60 0x0817ba0b in Ffuncall (nargs=1, args=0xbf883d00) at eval.c:3094
#61 0x0817b207 in Feval (form=147616661) at eval.c:2341
#62 0x0817d6ff in internal_lisp_condition_case (var=139056641,
bodyform=147616661, handlers=147616837) at eval.c:1451
#63 0x081ae550 in Fbyte_code (bytestr=138090627, vector=146804276,
maxdepth=<value optimized out>) at bytecode.c:868
#64 0x0817b5c4 in funcall_lambda (fun=143433580, nargs=2,
arg_vector=0xbf883ff4) at eval.c:3224
#65 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883ff0) at eval.c:3094
#66 0x081adbfc in Fbyte_code (bytestr=138019739, vector=143705300,
maxdepth=<value optimized out>) at bytecode.c:678
#67 0x0817b5c4 in funcall_lambda (fun=145354812, nargs=1,
arg_vector=0xbf884134) at eval.c:3224
#68 0x0817ba0b in Ffuncall (nargs=2, args=0xbf884130) at eval.c:3094
#69 0x081adbfc in Fbyte_code (bytestr=138003315, vector=148246708,
maxdepth=<value optimized out>) at bytecode.c:678
#70 0x0817b5c4 in funcall_lambda (fun=145119564, nargs=0,
arg_vector=0xbf884284) at eval.c:3224
#71 0x0817ba0b in Ffuncall (nargs=1, args=0xbf884280) at eval.c:3094
#72 0x0817b207 in Feval (form=147618221) at eval.c:2341
#73 0x0817d6ff in internal_lisp_condition_case (var=139056641,
bodyform=147618221, handlers=147618277) at eval.c:1451
#74 0x081ae550 in Fbyte_code (bytestr=137974755, vector=143648548,
maxdepth=<value optimized out>) at bytecode.c:868
#75 0x0817b5c4 in funcall_lambda (fun=143135228, nargs=2,
arg_vector=0xbf884564) at eval.c:3224
#76 0x0817ba0b in Ffuncall (nargs=3, args=0xbf884560) at eval.c:3094
#77 0x081adbfc in Fbyte_code (bytestr=143514195, vector=145805108,
maxdepth=<value optimized out>) at bytecode.c:678
#78 0x0817b5c4 in funcall_lambda (fun=144197508, nargs=1,
arg_vector=0xbf884620) at eval.c:3224
#79 0x0817b7d0 in apply_lambda (fun=144197508, args=143280093, eval_flag=1)
at eval.c:3148
#80 0x0817ae67 in Feval (form=143280101) at eval.c:2428
#81 0x0817bc8f in Ffuncall (nargs=2, args=0xbf884770) at eval.c:3037
#82 0x081adbfc in Fbyte_code (bytestr=136507587, vector=136507604,
maxdepth=<value optimized out>) at bytecode.c:678
#83 0x0817b5c4 in funcall_lambda (fun=136507556, nargs=1,
arg_vector=0xbf8848c4) at eval.c:3224
#84 0x0817ba0b in Ffuncall (nargs=2, args=0xbf8848c0) at eval.c:3094
#85 0x081adbfc in Fbyte_code (bytestr=136494035, vector=136494052,
maxdepth=<value optimized out>) at bytecode.c:678
#86 0x0817b5c4 in funcall_lambda (fun=136494012, nargs=0,
arg_vector=0xbf884a04) at eval.c:3224
#87 0x0817ba0b in Ffuncall (nargs=1, args=0xbf884a00) at eval.c:3094
#88 0x081adbfc in Fbyte_code (bytestr=136490747, vector=136490764,
maxdepth=<value optimized out>) at bytecode.c:678
#89 0x0817b5c4 in funcall_lambda (fun=136490724, nargs=0,
arg_vector=0xbf884ad0) at eval.c:3224
#90 0x0817b7d0 in apply_lambda (fun=136490724, args=137772313, eval_flag=1)
at eval.c:3148
#91 0x0817ae67 in Feval (form=138315933) at eval.c:2428
#92 0x08118ea3 in top_level_2 () at keyboard.c:1376
#93 0x0817a4e0 in internal_condition_case (bfun=0x8118e90 <top_level_2>,
handlers=137815457, hfun=0x811d4f0 <cmd_error>) at eval.c:1506
#94 0x0811d290 in top_level_1 () at keyboard.c:1384
#95 0x0817a5ba in internal_catch (tag=137811433,
func=0x811d260 <top_level_1>, arg=137772313) at eval.c:1242
#96 0x0811d339 in command_loop () at keyboard.c:1339
#97 0x0811d6cb in recursive_edit_1 () at keyboard.c:955
#98 0x0811d801 in Frecursive_edit () at keyboard.c:1017
#99 0x0811245c in main (argc=7, argv=0xbf885194) at emacs.c:1771
(gdb) p hare
$1 = (struct Lisp_Symbol *) 0x31088450
In GNU Emacs 23.0.60.3 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
of 2008-05-16 on rajm-laptop
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
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: nil
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
^ permalink raw reply [flat|nested] 3+ messages in thread
* 23.0.60; segv on recompile in lisp directory on build
@ 2008-05-20 11:50 robert marshall
2011-09-11 17:04 ` bug#285: " Lars Magne Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: robert marshall @ 2008-05-20 11:50 UTC (permalink / raw)
To: emacs-pretest-bug
Updated from cvs this morning and I get the following
make recompile EMACS=../src/emacs
EMACSLOADPATH=/home/rajm/emacs/lisp LC_ALL=C ../src/emacs -batch --no-site-file --multibyte --eval "(batch-byte-recompile-directory 0)" /home/rajm/emacs/lisp
Checking /home/rajm/emacs/lisp...
Compiling /home/rajm/emacs/lisp/cus-load.el...
Compiling /home/rajm/emacs/lisp/finder-inf.el...
Compiling /home/rajm/emacs/lisp/forms-d2.el...
Compiling /home/rajm/emacs/lisp/forms-pass.el...
Compiling /home/rajm/emacs/lisp/ldefs-boot.el...
Compiling /home/rajm/emacs/lisp/loaddefs.el...
Compiling /home/rajm/emacs/lisp/loadup.el...
Compiling /home/rajm/emacs/lisp/patcomp.el...
Compiling /home/rajm/emacs/lisp/paths.el...
Compiling /home/rajm/emacs/lisp/subdirs.el...
Compiling /home/rajm/emacs/lisp/vc-rcs.el...
Source file `/home/rajm/emacs/lisp/vc.el' newer than byte-compiled file
Wrote /home/rajm/emacs/lisp/vc-rcs.elc
Compiling /home/rajm/emacs/lisp/vc-sccs.el...
Wrote /home/rajm/emacs/lisp/vc-sccs.elc
Compiling /home/rajm/emacs/lisp/vc-svn.el...
Wrote /home/rajm/emacs/lisp/vc-svn.elc
Compiling /home/rajm/emacs/lisp/vc.el...
Fatal error (11)Segmentation fault
make: *** [recompile] Error 139
in gdb, I get
EMACSLOADPATH=/home/rajm/emacs/lisp LC_ALL=C gdb ../src/emacs
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) run -batch --no-site-file --multibyte --eval "(batch-byte-recompile-directory 0)" /home/rajm/emacs/lisp
Starting program: /home/rajm/emacs/src/emacs -batch --no-site-file --multibyte --eval "(batch-byte-recompile-directory 0)" /home/rajm/emacs/lisp
[Thread debugging using libthread_db enabled]
[New Thread 0xb7337940 (LWP 24830)]
Checking /home/rajm/emacs/lisp...
Compiling /home/rajm/emacs/lisp/cus-load.el...
Compiling /home/rajm/emacs/lisp/finder-inf.el...
Compiling /home/rajm/emacs/lisp/forms-d2.el...
Compiling /home/rajm/emacs/lisp/forms-pass.el...
Compiling /home/rajm/emacs/lisp/ldefs-boot.el...
Compiling /home/rajm/emacs/lisp/loaddefs.el...
Compiling /home/rajm/emacs/lisp/loadup.el...
Compiling /home/rajm/emacs/lisp/patcomp.el...
Compiling /home/rajm/emacs/lisp/paths.el...
Compiling /home/rajm/emacs/lisp/subdirs.el...
Compiling /home/rajm/emacs/lisp/vc.el...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7337940 (LWP 24830)]
indirect_variable (symbol=0x88456c1) at data.c:827
827 if (!hare->indirect_variable)
(gdb) where
#0 indirect_variable (symbol=0x88456c1) at data.c:827
#1 0x081aea0e in Fbyte_code (bytestr=143701195, vector=146732164,
maxdepth=<value optimized out>) at bytecode.c:506
#2 0x0817b5c4 in funcall_lambda (fun=146738820, nargs=2,
arg_vector=0xbf882614) at eval.c:3224
#3 0x0817ba0b in Ffuncall (nargs=3, args=0xbf882610) at eval.c:3094
#4 0x081adbfc in Fbyte_code (bytestr=143700155, vector=142262396,
maxdepth=<value optimized out>) at bytecode.c:678
#5 0x0817b5c4 in funcall_lambda (fun=145308828, nargs=3,
arg_vector=0xbf88274c) at eval.c:3224
#6 0x0817ba0b in Ffuncall (nargs=4, args=0xbf882748) at eval.c:3094
#7 0x081adbfc in Fbyte_code (bytestr=143701675, vector=145251252,
maxdepth=<value optimized out>) at bytecode.c:678
#8 0x0817b5c4 in funcall_lambda (fun=145324348, nargs=6,
arg_vector=0xbf882884) at eval.c:3224
#9 0x0817ba0b in Ffuncall (nargs=7, args=0xbf882880) at eval.c:3094
#10 0x081adbfc in Fbyte_code (bytestr=143143483, vector=143433772,
maxdepth=<value optimized out>) at bytecode.c:678
#11 0x0817b5c4 in funcall_lambda (fun=145784356, nargs=2,
arg_vector=0xbf882a7c) at eval.c:3224
#12 0x0817ba0b in Ffuncall (nargs=3, args=0xbf882a78) at eval.c:3094
#13 0x0817d3a9 in Fapply (nargs=3, args=0xbf882a78) at eval.c:2470
#14 0x0817bd25 in Ffuncall (nargs=4, args=0xbf882a74) at eval.c:3018
#15 0x081adbfc in Fbyte_code (bytestr=143701995, vector=145741268,
maxdepth=<value optimized out>) at bytecode.c:678
#16 0x0817b5c4 in funcall_lambda (fun=145733028, nargs=1,
arg_vector=0xbf882bb8) at eval.c:3224
#17 0x0817ba0b in Ffuncall (nargs=2, args=0xbf882bb4) at eval.c:3094
#18 0x081adbfc in Fbyte_code (bytestr=142101723, vector=146866724,
maxdepth=<value optimized out>) at bytecode.c:678
#19 0x0817b5c4 in funcall_lambda (fun=145961036, nargs=2,
arg_vector=0xbf882cf4) at eval.c:3224
#20 0x0817ba0b in Ffuncall (nargs=3, args=0xbf882cf0) at eval.c:3094
#21 0x081adbfc in Fbyte_code (bytestr=142203387, vector=144280244,
maxdepth=<value optimized out>) at bytecode.c:678
#22 0x0817b5c4 in funcall_lambda (fun=145121580, nargs=2,
arg_vector=0xbf882e38) at eval.c:3224
#23 0x0817ba0b in Ffuncall (nargs=3, args=0xbf882e34) at eval.c:3094
#24 0x081adbfc in Fbyte_code (bytestr=142101387, vector=138097484,
maxdepth=<value optimized out>) at bytecode.c:678
#25 0x0817b5c4 in funcall_lambda (fun=141455900, nargs=1,
arg_vector=0xbf882f64) at eval.c:3224
#26 0x0817ba0b in Ffuncall (nargs=2, args=0xbf882f60) at eval.c:3094
#27 0x0817cea9 in call1 (fn=141455900, arg1=147814485) at eval.c:2822
#28 0x08183d23 in mapcar1 (leni=4, vals=0xbf882fc0, fn=141455900,
seq=147814549) at fns.c:2473
#29 0x08184083 in Fmapcar (function=141455900, sequence=147814549)
at fns.c:2545
#30 0x0817bc7d in Ffuncall (nargs=3, args=0xbf883084) at eval.c:3040
#31 0x081adbfc in Fbyte_code (bytestr=142101723, vector=146866724,
maxdepth=<value optimized out>) at bytecode.c:678
#32 0x0817b5c4 in funcall_lambda (fun=145961036, nargs=2,
arg_vector=0xbf8831c4) at eval.c:3224
#33 0x0817ba0b in Ffuncall (nargs=3, args=0xbf8831c0) at eval.c:3094
#34 0x081adbfc in Fbyte_code (bytestr=142203387, vector=144280244,
maxdepth=<value optimized out>) at bytecode.c:678
#35 0x0817b5c4 in funcall_lambda (fun=145121580, nargs=2,
arg_vector=0xbf883304) at eval.c:3224
#36 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883300) at eval.c:3094
#37 0x081adbfc in Fbyte_code (bytestr=142101723, vector=146866724,
maxdepth=<value optimized out>) at bytecode.c:678
#38 0x0817b5c4 in funcall_lambda (fun=145961036, nargs=2,
arg_vector=0xbf883444) at eval.c:3224
#39 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883440) at eval.c:3094
#40 0x081adbfc in Fbyte_code (bytestr=142203387, vector=144280244,
maxdepth=<value optimized out>) at bytecode.c:678
#41 0x0817b5c4 in funcall_lambda (fun=145121580, nargs=2,
arg_vector=0xbf883584) at eval.c:3224
#42 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883580) at eval.c:3094
#43 0x081adbfc in Fbyte_code (bytestr=143465835, vector=146999652,
maxdepth=<value optimized out>) at bytecode.c:678
#44 0x0817b5c4 in funcall_lambda (fun=143723404, nargs=3,
arg_vector=0xbf8836c4) at eval.c:3224
#45 0x0817ba0b in Ffuncall (nargs=4, args=0xbf8836c0) at eval.c:3094
#46 0x081adbfc in Fbyte_code (bytestr=143462051, vector=137831556,
maxdepth=<value optimized out>) at bytecode.c:678
#47 0x0817b5c4 in funcall_lambda (fun=143455172, nargs=2,
arg_vector=0xbf883804) at eval.c:3224
#48 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883800) at eval.c:3094
#49 0x081adbfc in Fbyte_code (bytestr=142926715, vector=147862124,
maxdepth=<value optimized out>) at bytecode.c:678
#50 0x0817b5c4 in funcall_lambda (fun=144189060, nargs=2,
arg_vector=0xbf883954) at eval.c:3224
#51 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883950) at eval.c:3094
#52 0x081adbfc in Fbyte_code (bytestr=142927291, vector=139081356,
maxdepth=<value optimized out>) at bytecode.c:678
#53 0x0817b5c4 in funcall_lambda (fun=143184972, nargs=1,
arg_vector=0xbf883a84) at eval.c:3224
#54 0x0817ba0b in Ffuncall (nargs=2, args=0xbf883a80) at eval.c:3094
#55 0x081adbfc in Fbyte_code (bytestr=138193763, vector=144128132,
maxdepth=<value optimized out>) at bytecode.c:678
#56 0x0817b5c4 in funcall_lambda (fun=144204484, nargs=1,
arg_vector=0xbf883bb4) at eval.c:3224
#57 0x0817ba0b in Ffuncall (nargs=2, args=0xbf883bb0) at eval.c:3094
#58 0x081adbfc in Fbyte_code (bytestr=138090179, vector=144296756,
maxdepth=<value optimized out>) at bytecode.c:678
#59 0x0817b5c4 in funcall_lambda (fun=144213284, nargs=0,
arg_vector=0xbf883d04) at eval.c:3224
#60 0x0817ba0b in Ffuncall (nargs=1, args=0xbf883d00) at eval.c:3094
#61 0x0817b207 in Feval (form=147616661) at eval.c:2341
#62 0x0817d6ff in internal_lisp_condition_case (var=139056641,
bodyform=147616661, handlers=147616837) at eval.c:1451
#63 0x081ae550 in Fbyte_code (bytestr=138090627, vector=146804276,
maxdepth=<value optimized out>) at bytecode.c:868
#64 0x0817b5c4 in funcall_lambda (fun=143433580, nargs=2,
arg_vector=0xbf883ff4) at eval.c:3224
#65 0x0817ba0b in Ffuncall (nargs=3, args=0xbf883ff0) at eval.c:3094
#66 0x081adbfc in Fbyte_code (bytestr=138019739, vector=143705300,
maxdepth=<value optimized out>) at bytecode.c:678
#67 0x0817b5c4 in funcall_lambda (fun=145354812, nargs=1,
arg_vector=0xbf884134) at eval.c:3224
#68 0x0817ba0b in Ffuncall (nargs=2, args=0xbf884130) at eval.c:3094
#69 0x081adbfc in Fbyte_code (bytestr=138003315, vector=148246708,
maxdepth=<value optimized out>) at bytecode.c:678
#70 0x0817b5c4 in funcall_lambda (fun=145119564, nargs=0,
arg_vector=0xbf884284) at eval.c:3224
#71 0x0817ba0b in Ffuncall (nargs=1, args=0xbf884280) at eval.c:3094
#72 0x0817b207 in Feval (form=147618221) at eval.c:2341
#73 0x0817d6ff in internal_lisp_condition_case (var=139056641,
bodyform=147618221, handlers=147618277) at eval.c:1451
#74 0x081ae550 in Fbyte_code (bytestr=137974755, vector=143648548,
maxdepth=<value optimized out>) at bytecode.c:868
#75 0x0817b5c4 in funcall_lambda (fun=143135228, nargs=2,
arg_vector=0xbf884564) at eval.c:3224
#76 0x0817ba0b in Ffuncall (nargs=3, args=0xbf884560) at eval.c:3094
#77 0x081adbfc in Fbyte_code (bytestr=143514195, vector=145805108,
maxdepth=<value optimized out>) at bytecode.c:678
#78 0x0817b5c4 in funcall_lambda (fun=144197508, nargs=1,
arg_vector=0xbf884620) at eval.c:3224
#79 0x0817b7d0 in apply_lambda (fun=144197508, args=143280093, eval_flag=1)
at eval.c:3148
#80 0x0817ae67 in Feval (form=143280101) at eval.c:2428
#81 0x0817bc8f in Ffuncall (nargs=2, args=0xbf884770) at eval.c:3037
#82 0x081adbfc in Fbyte_code (bytestr=136507587, vector=136507604,
maxdepth=<value optimized out>) at bytecode.c:678
#83 0x0817b5c4 in funcall_lambda (fun=136507556, nargs=1,
arg_vector=0xbf8848c4) at eval.c:3224
#84 0x0817ba0b in Ffuncall (nargs=2, args=0xbf8848c0) at eval.c:3094
#85 0x081adbfc in Fbyte_code (bytestr=136494035, vector=136494052,
maxdepth=<value optimized out>) at bytecode.c:678
#86 0x0817b5c4 in funcall_lambda (fun=136494012, nargs=0,
arg_vector=0xbf884a04) at eval.c:3224
#87 0x0817ba0b in Ffuncall (nargs=1, args=0xbf884a00) at eval.c:3094
#88 0x081adbfc in Fbyte_code (bytestr=136490747, vector=136490764,
maxdepth=<value optimized out>) at bytecode.c:678
#89 0x0817b5c4 in funcall_lambda (fun=136490724, nargs=0,
arg_vector=0xbf884ad0) at eval.c:3224
#90 0x0817b7d0 in apply_lambda (fun=136490724, args=137772313, eval_flag=1)
at eval.c:3148
#91 0x0817ae67 in Feval (form=138315933) at eval.c:2428
#92 0x08118ea3 in top_level_2 () at keyboard.c:1376
#93 0x0817a4e0 in internal_condition_case (bfun=0x8118e90 <top_level_2>,
handlers=137815457, hfun=0x811d4f0 <cmd_error>) at eval.c:1506
#94 0x0811d290 in top_level_1 () at keyboard.c:1384
#95 0x0817a5ba in internal_catch (tag=137811433,
func=0x811d260 <top_level_1>, arg=137772313) at eval.c:1242
#96 0x0811d339 in command_loop () at keyboard.c:1339
#97 0x0811d6cb in recursive_edit_1 () at keyboard.c:955
#98 0x0811d801 in Frecursive_edit () at keyboard.c:1017
#99 0x0811245c in main (argc=7, argv=0xbf885194) at emacs.c:1771
(gdb) p hare
$1 = (struct Lisp_Symbol *) 0x31088450
In GNU Emacs 23.0.60.3 (i686-pc-linux-gnu, GTK+ Version 2.12.9)
of 2008-05-16 on rajm-laptop
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
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: nil
locale-coding-system: utf-8-unix
default-enable-multibyte-characters: t
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#285: 23.0.60; segv on recompile in lisp directory on build
2008-05-20 11:50 robert marshall
@ 2011-09-11 17:04 ` Lars Magne Ingebrigtsen
2011-09-11 17:32 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-11 17:04 UTC (permalink / raw)
To: robert marshall; +Cc: 285
robert marshall <robert.marshall@tnei.co.uk> writes:
> Source file `/home/rajm/emacs/lisp/vc.el' newer than byte-compiled file
> Wrote /home/rajm/emacs/lisp/vc-rcs.elc
> Compiling /home/rajm/emacs/lisp/vc-sccs.el...
> Wrote /home/rajm/emacs/lisp/vc-sccs.elc
> Compiling /home/rajm/emacs/lisp/vc-svn.el...
> Wrote /home/rajm/emacs/lisp/vc-svn.elc
> Compiling /home/rajm/emacs/lisp/vc.el...
> Fatal error (11)Segmentation fault
> make: *** [recompile] Error 139
Is this still a problem?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-11 17:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 11:50 bug#285: 23.0.60; segv on recompile in lisp directory on build robert marshall
-- strict thread matches above, loose matches on Subject: below --
2008-05-20 11:50 robert marshall
2011-09-11 17:04 ` bug#285: " Lars Magne Ingebrigtsen
2011-09-11 17:32 ` Lars Magne Ingebrigtsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.