From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Several problems Date: Fri, 01 Aug 2014 12:30:34 +0200 Message-ID: <53DB6C4A.2010601@gmx.at> References: <87d2cpbua7.fsf@fencepost.gnu.org> <53D642D8.4050502@gmx.at> <87fvhg1pxi.fsf@gateway.local.navru.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406889075 12510 80.91.229.3 (1 Aug 2014 10:31:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Aug 2014 10:31:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Nicolas Avrutin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 01 12:31:08 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XDA76-0002dF-Vk for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2014 12:31:05 +0200 Original-Received: from localhost ([::1]:38363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDA76-0003UY-DB for ged-emacs-devel@m.gmane.org; Fri, 01 Aug 2014 06:31:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDA6w-0003Tq-Fd for emacs-devel@gnu.org; Fri, 01 Aug 2014 06:31:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDA6p-0005t7-0i for emacs-devel@gnu.org; Fri, 01 Aug 2014 06:30:54 -0400 Original-Received: from mout.gmx.net ([212.227.15.19]:63291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDA6o-0005sb-DB for emacs-devel@gnu.org; Fri, 01 Aug 2014 06:30:46 -0400 Original-Received: from [194.118.142.230] ([194.118.142.230]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MFcg9-1XIMm93Pan-00EbM8; Fri, 01 Aug 2014 12:30:44 +0200 In-Reply-To: <87fvhg1pxi.fsf@gateway.local.navru.net> X-Provags-ID: V03:K0:OI7M1vuRmGy45csQrYG3DznMl+T9U5viC9mrZUFeEf6O2OBcoEi b57J06Cp1eFJmxnMGIqss8UIAOJC4Jd3TLoJ6tAq+ByKcX4g6u9JL3LY1VLxRAMtbsYXyTa ZnzEl0AZFAG/ybfBmMP6hULR9aUmSCgHiVAYPirbP0iiExWckw1lAZl5oY46tlcmupR0jhF 724n+MDG2zpC8zC2kbyLw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.19 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173350 Archived-At: > 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