From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabian Ezequiel Gallina Newsgroups: gmane.emacs.devel Subject: emacsclient hangs Date: Sat, 3 Nov 2012 12:10:48 -0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1351955456 32056 80.91.229.3 (3 Nov 2012 15:10:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 Nov 2012 15:10:56 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 03 16:11:06 2012 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 1TUfNH-00069T-9y for ged-emacs-devel@m.gmane.org; Sat, 03 Nov 2012 16:11:03 +0100 Original-Received: from localhost ([::1]:41157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUfN8-0001Te-9h for ged-emacs-devel@m.gmane.org; Sat, 03 Nov 2012 11:10:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUfN5-0001SX-IX for emacs-devel@gnu.org; Sat, 03 Nov 2012 11:10:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUfN4-0008V3-Gd for emacs-devel@gnu.org; Sat, 03 Nov 2012 11:10:51 -0400 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:55621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUfN4-0008Uu-6g for emacs-devel@gnu.org; Sat, 03 Nov 2012 11:10:50 -0400 Original-Received: by mail-we0-f169.google.com with SMTP id u3so2369129wey.0 for ; Sat, 03 Nov 2012 08:10:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=IVhsjEFadcP927Jxwzfj29Vn7xsQQXlYjhSLbf9QL1E=; b=F+IO8aC4Qh4aY0KAenlT6FOU/+ZrophtC2IuYxT6qonN1SaW5uC3agxdJqEeuazj2r yY1f+Kqt/kIpeN1fVvr/FdcBPwhmZqgYR+1To4kT2/m10Moxlqpmo5hrQSmdLUnKy4Xc EKOzwEw2prhXG6V9JJZMP0kpi5r/POpSNO9IqSIwLQWVajQ0fHqEVR0hCQqdlzd4BCu9 JXiCP67R3bp6MfbcVGf20NZa1Vnmukcn2qjK0GHMDBDbaNKcCQjJgGqAjCHmnbJcXYmy iJj0z6Snlc3DMXTaC5+HggoXqgWfTRJa5zRX/2H+nSfvXhQzZs3YqsomyPYptWsjClbv 5XyQ== Original-Received: by 10.180.79.103 with SMTP id i7mr6621759wix.13.1351955448788; Sat, 03 Nov 2012 08:10:48 -0700 (PDT) Original-Received: by 10.227.61.16 with HTTP; Sat, 3 Nov 2012 08:10:48 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.169 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:154648 Archived-At: Hi all, Since I upgraded glib from 2.32.1 to 2.34.1 on my system, I find closing an emacsclient frame will first close all clients and then make emacs hang. This happens to me with Emacs 24.2.1 and the latest emacs-24 branch. I can confirm that latest emacs-24 branch --with-x-toolkit=lucid works fine, but since most gnu/linux users and distros compile emacs with gtk, I think it's worth trying to fix whatever glib broke. BTW I was trying to get a backtrace, but for some reason I can't source the src/.gdbinit file, I get this all the time: .gdbinit:21: Error in sourced command file: No symbol table is loaded. Use the "file" command. gdb is version 7.5. Any help is appreciated.