[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
Jan D. |
Subject: |
Re: (no subject) |
Date: |
Mon, 17 Nov 2003 07:12:33 +0100 (CET) |
> The changes in:
>
> 2003-11-16 Jan Djarv <address@hidden>
>
> do not seem to take the native scrollbar into account. Configuring
> without options works fine, but after:
>
> ./configure --without-toolkit-scroll-bars
>
> bootstrapping still works fine, but when trying to start Emacs, I get
> an immediate segfault:
>
> [bash2.05b.0 ~ 3 1] gdb emacs-21.3.50
> (gdb) run
> Starting program: /usr/local/bin/emacs-21.3.50
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x080bc5ff in x_window_to_scroll_bar (display=0x85f5ab8,
> window_id=60817438)
> at xterm.c:3880
> 3880 if (FRAME_X_DISPLAY (XFRAME (frame)) != display)
> (gdb)
>
This was trying to fix the very rare case where you get
identical window id from two X displays.
I have checked in a better fix. There are too many configurations to
test. :-(
Thanks,
Jan D.
- (no subject), Luc Teirlinck, 2003/11/16
- Re: (no subject),
Jan D. <=