lew@gsg.UUCP (Paul Lew) (03/04/86)
We just got the latest GNU emacs version 17.49.1. We are running Pyramid 2.5. When I ran it, it gave me fatal error and existed when I typed C-X 2 to enter two window mode. Anyone out there have this experience? The following is a log of dbx information: % dbx /usr/local/bin/emacs dbx version 18 of 4/9/85 12:09 (pyrps5). Type 'help' for help. reading symbolic information ... (dbx) where mark_window_display_accurate(window = 0, flag = 1), line 428 in "xdisp.c" mark_window_display_accurate(window = 519200, flag = 1), line 434 in "xdisp.c" mark_window_display_accurate(window = 336065556, flag = 1), line 436 in "xdisp.c" $b1, line 392 in "xdisp.c" DoDsp(SaveMiniBuf = 0), line 392 in "xdisp.c" get_char(commandflag = 1), line 651 in "keyboard.c" read_key_sequence(keybuf = "^X2", bufsize = 30, prompt = (nil)), line 1055 in "keyboard.c" command_loop_1, line 466 in "keyboard.c" internal_catch(tag = 17309904, func = 0xea18, arg = 17309704), line 750 in "eval.c" command_loop, line 374 in "keyboard.c" internal_condition_case(bfun = 0xe8b0, handlers = 17309924, hfun = 0xe564), line 894 in "eval.c" Frecursive_edit, line 252 in "keyboard.c" main(argc = 1, argv = 0xc00cbab8, envp = 0xc00cbac0), line 302 in "emacs.c" _start(argc = 1, argv = 0xc00cbab8, envp = 0xc00cbac0), line 106 in "crt0.c" (dbx) file src/xdisp.c (dbx) list 416,440 416 mark_window_display_accurate (window, flag) 417 Lisp_Object window; 418 int flag; 419 { 420 register struct window *w; 421 422 for (;!NULL (window); window = w->next) 423 { 424 w = XWINDOW (window); 425 426 XFASTINT (w->last_modified) 427 = !flag ? 0 428 : XBUFFER (w->buffer) == bf_cur 429 ? bf_modified : XBUFFER (w->buffer)->text.modified; 430 if (XFASTINT (w->window_end_pos) < 0) 431 XFASTINT (w->window_end_pos) = -1 - XFASTINT (w->window_end_pos); 432 w->redo_mode_line = Qnil; 433 434 if (!NULL (w->vchild)) 435 mark_window_display_accurate (w->vchild, flag); 436 if (!NULL (w->hchild)) 437 mark_window_display_accurate (w->hchild, flag); 438 } 439 } 440 ^L (dbx) quit -- ---------------------------------------------------------------------- Paul S. Lew decvax!gsg!lew (UUCP) General Systems Group 51 Main Street, Salem, NH 03079 (603) 893-1000 ----------------------------------------------------------------------