Date: Sun, 15 Jan 1995 20:30:23 +0100 (MET) From: Ollivier Robert <roberto@blaise.ibp.fr> To: freebsd-hackers@FreeBSD.org (FreeBSD Hackers' list) Subject: I'm afraid we broke something in emacs... Message-ID: <199501151930.UAA07670@keltia.frmug.fr.net>
next in thread | raw e-mail | index | archive | help
With a ctm#280 level kernel (date below), we broke something in
emacs 19.28.
Before rebooting on 15th jan, at 2 AM in the morning emacs worked fine.
It now dies with a bus error and the following stack frame :
It happens when you're under X and launch emacs in its own window. When
running with -nw it runs fine.
(it is not a off_t problem :-))
Anyone encountered this behaviour ? After a complete recompilation, it
keeps dying. With -O or with -g.
#0 0xefbfe14e in end ()
#1 0xefbfca04 in end ()
#2 0x16bc in Fredraw_frame (frame=236602880) at dispnew.c:171
#3 0x186c in redraw_garbaged_frames () at dispnew.c:239
#4 0xb86e in echo_area_display () at xdisp.c:357
#5 0xb5fe in message2 (m=0x19b100 "Loading my-init...", len=18) at xdisp.c:241
#6 0xb7f8 in message (m=0x99ed9 "Loading %s...", a1=1706548, a2=-272643108, a3=4)
at xdisp.c:328
#7 0x9a217 in Fload (str=52038188, noerror=18152452, nomessage=18152452,
nosuffix=18152452) at lread.c:429
#8 0x8e79b in Ffuncall (nargs=2, args=0xefbfcc30) at eval.c:2067
#9 0xa920b in Fbyte_code (bytestr=51351864, vector=68129096, maxdepth=2)
at bytecode.c:422
#10 0x8ef19 in funcall_lambda (fun=101683472, nargs=1, arg_vector=0xefbfcd00)
at eval.c:2231
#11 0x8eb8d in apply_lambda (fun=101683472, args=85736412, eval_flag=1) at eval.c:2160
#12 0x8d95a in Feval (form=85736404) at eval.c:1685
#13 0x9ad31 in readevalloop (readcharfun=18187144, stream=0x82a3c08,
sourcename=52038048, evalfun=0x8d2b0 <Feval>, printflag=0) at lread.c:741
#14 0x9a2c5 in Fload (str=52038048, noerror=18152492, nomessage=18152492,
nosuffix=18152492) at lread.c:443
#15 0x8e79b in Ffuncall (nargs=5, args=0xefbfcf78) at eval.c:2067
#16 0xa920b in Fbyte_code (bytestr=51430892, vector=68208176, maxdepth=5)
at bytecode.c:422
#17 0x8ef19 in funcall_lambda (fun=101762516, nargs=0, arg_vector=0xefbfd09c)
at eval.c:2231
#18 0x8e87f in Ffuncall (nargs=1, args=0xefbfd098) at eval.c:2097
#19 0xa920b in Fbyte_code (bytestr=51432412, vector=68209652, maxdepth=1)
at bytecode.c:422
#20 0x8d838 in Feval (form=84986828) at eval.c:1655
#21 0x8c394 in Fcondition_case (args=85735948) at eval.c:1060
#22 0xa9bcf in Fbyte_code (bytestr=51431212, vector=68208992, maxdepth=5)
at bytecode.c:575
#23 0x8ef19 in funcall_lambda (fun=101762836, nargs=0, arg_vector=0xefbfd35c)
at eval.c:2231
#24 0x8e87f in Ffuncall (nargs=1, args=0xefbfd358) at eval.c:2097
#25 0xa920b in Fbyte_code (bytestr=51430072, vector=68207380, maxdepth=5)
at bytecode.c:422
#26 0x8ef19 in funcall_lambda (fun=101761696, nargs=0, arg_vector=0xefbfd434)
at eval.c:2231
#27 0x8eb8d in apply_lambda (fun=101761696, args=18152452, eval_flag=1) at eval.c:2160
#28 0x8d95a in Feval (form=85370788) at eval.c:1685
#29 0x395ae in top_level_2 () at keyboard.c:888
#30 0x8c48b in internal_condition_case (bfun=0x395a0 <top_level_2>, handlers=18152752,
hfun=0x39150 <cmd_error>) at eval.c:1096
#31 0x39655 in top_level_1 () at keyboard.c:896
#32 0x8bf31 in internal_catch (tag=18152732, func=0x39630 <top_level_1>, arg=18152452)
at eval.c:886
#33 0x394f6 in command_loop () at keyboard.c:858
#34 0x38fb1 in recursive_edit_1 () at keyboard.c:694
#35 0x390c8 in Frecursive_edit () at keyboard.c:736
#36 0x384c1 in main (argc=1, argv=0xefbfd660, envp=0xefbfd668) at emacs.c:762
--
Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net
FreeBSD keltia 2.1.0-Development #6: Sun Jan 15 01:32:17 MET 1995
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199501151930.UAA07670>
