* (no subject)
@ 2003-11-17 2:05 Luc Teirlinck
2003-11-17 6:12 ` Jan D.
0 siblings, 1 reply; 3+ messages in thread
From: Luc Teirlinck @ 2003-11-17 2:05 UTC (permalink / raw)
Cc: emacs-devel
The changes in:
2003-11-16 Jan Djarv <jan.h.d@swipnet.se>
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)
I do not know the code in question well enough to fix this myself.
Sincerely,
Luc.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: (no subject)
2003-11-17 2:05 (no subject) Luc Teirlinck
@ 2003-11-17 6:12 ` Jan D.
2003-11-17 12:17 ` segfault when using native scrollbar Luc Teirlinck
0 siblings, 1 reply; 3+ messages in thread
From: Jan D. @ 2003-11-17 6:12 UTC (permalink / raw)
Cc: emacs-devel
> The changes in:
>
> 2003-11-16 Jan Djarv <jan.h.d@swipnet.se>
>
> 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-11-17 12:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-17 2:05 (no subject) Luc Teirlinck
2003-11-17 6:12 ` Jan D.
2003-11-17 12:17 ` segfault when using native scrollbar Luc Teirlinck
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).