emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Several problems


From: martin rudalics
Subject: Re: Several problems
Date: Fri, 01 Aug 2014 12:30:34 +0200

> I'm also experiencing this issue and would be happy to help you with
> testing.

Thank you.

> I'm also using gtk3 and --without-toolkit-scroll-bars. I can
> trigger the crash by running (sauron-start)[1] or
> (jabber-connect-all)[2], in xmonad sending any emacs frame to a
> different workspace, and then going to the workspace to which I sent the
> frame.
>
> I have applied your patch and the crash still occurs. Here is my
> backtrace after running it through addr2line[3]:
>
> emacs_backtrace at emacs-git/src/sysdep.c:2182
> terminate_due_to_signal at emacs-git/src/emacs.c:381
> emacs_open at emacs-git/src/sysdep.c:2211
> XTredeem_scroll_bar at emacs-git/src/xterm.c:5971
> redisplay_window at emacs-git/src/xdisp.c:16845

It's the same problem David encountered.  Apparently, when setting up
horizontal scrool bars I somewhere blindly use USE_GTK without checking
whether it also uses toolkit scroll bars.  So I have to go through the
code and find the culprit.  As soon as I've found it I'll tell you.

martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]