From owner-freebsd-hackers Mon Jan 16 03:26:58 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id DAA01658 for hackers-outgoing; Mon, 16 Jan 1995 03:26:58 -0800 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id DAA01633 for ; Mon, 16 Jan 1995 03:26:52 -0800 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.8/jtpda-5.0) with SMTP id UAA06049 for ; Sun, 15 Jan 1995 20:38:47 +0100 Received: by blaise.ibp.fr (4.1/SMI-4.1) id AA01929; Sun, 15 Jan 95 20:38:50 +0100 Received: (from roberto@localhost) by keltia.frmug.fr.net (8.6.9/keltia-uucp-1.21) id UAA07670 for freebsd-hackers@FreeBSD.ORG; Sun, 15 Jan 1995 20:30:23 +0100 From: Ollivier Robert Message-Id: <199501151930.UAA07670@keltia.frmug.fr.net> Subject: I'm afraid we broke something in emacs... To: freebsd-hackers@FreeBSD.org (FreeBSD Hackers' list) Date: Sun, 15 Jan 1995 20:30:23 +0100 (MET) Reply-To: roberto@blaise.ibp.fr (Ollivier Robert) X-Operating-System: FreeBSD 2.1.0-Development ctm#280 X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 3476 Sender: hackers-owner@FreeBSD.org Precedence: bulk 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 , 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 , handlers=18152752, hfun=0x39150 ) at eval.c:1096 #31 0x39655 in top_level_1 () at keyboard.c:896 #32 0x8bf31 in internal_catch (tag=18152732, func=0x39630 , 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