From unknown Sun Sep 07 17:04:54 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1708: 23.0.60; g_main_context_prepare() called recursively Reply-To: Markus Triska , 1708@debbugs.gnu.org Resent-From: Markus Triska Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 26 Dec 2008 12:10:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 1708 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12302928337315 (code B ref -1); Fri, 26 Dec 2008 12:10:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 26 Dec 2008 12:00:33 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBQC0PRV007309 for ; Fri, 26 Dec 2008 04:00:26 -0800 Received: from mx10.gnu.org ([199.232.76.166]:43245) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LGBLj-0003cK-CJ for emacs-pretest-bug@gnu.org; Fri, 26 Dec 2008 06:59:27 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LGBMd-0003xh-Ck for emacs-pretest-bug@gnu.org; Fri, 26 Dec 2008 07:00:23 -0500 Received: from mail.gmx.net ([213.165.64.20]:33292) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LGBMc-0003xX-TC for emacs-pretest-bug@gnu.org; Fri, 26 Dec 2008 07:00:23 -0500 Received: (qmail invoked by alias); 26 Dec 2008 12:00:21 -0000 Received: from chello062178240212.3.14.tuwien.teleweb.at (EHLO mt-computer.local) [62.178.240.212] by mail.gmx.net (mp064) with SMTP; 26 Dec 2008 13:00:21 +0100 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX1/YUiVp+ILYltZH4snqbRdlb40Gs3EumE/BlCZLlJ z1ZlvZI6432UhJ Received: by mt-computer.local (Postfix, from userid 502) id 8977DC17597; Fri, 26 Dec 2008 13:00:17 +0100 (CET) From: Markus Triska To: emacs-pretest-bug@gnu.org Message-Id: <20081226120017.8977DC17597@mt-computer.local> Date: Fri, 26 Dec 2008 13:00:17 +0100 (CET) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.51 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. >From OSX 10.4, I log in via ssh to a remote machine R running Ubuntu jaunty, and there do: $ emacs -nw -Q -f server-start In another terminal in OSX, I again ssh to R, and there do: $ emacsclient -c As expected, I get an X frame on the local machine (OSX). Now I close the terminal in which I started the remote emacsclient, thus killing the client. The remote server at this point shows the message: server: Connection lost to X server `localhost:11.0' Now I again ssh to R, and again do there: $ emacsclient -c Now, only a blank frame shows up, and the remote server repeatedly shows the following message: (emacs:11624): GLib-WARNING **: g_main_context_prepare() called recursively from within a source's check() or prepare() member. Information about Emacs on the remote machine R: In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.14.5) of 2008-12-24 on R Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t This also works when I ssh from R to R itself, i.e., I can reproduce the problem in Ubuntu jaunty alone as well. In GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, GTK+ Version 2.12.9) of 2008-12-25 on mt-computer.local Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_GB.UTF-8 value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t From unknown Sun Sep 07 17:04:54 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1708: 23.0.60; g_main_context_prepare() called recursively Reply-To: Dan Nicolaescu , 1708@debbugs.gnu.org Resent-From: Dan Nicolaescu Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 27 Dec 2008 17:25:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1708 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1708-submit@emacsbugs.donarmstrong.com id=B1708.12303983046101 (code B ref 1708); Sat, 27 Dec 2008 17:25:04 +0000 Received: (at 1708) by emacsbugs.donarmstrong.com; 27 Dec 2008 17:18:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from sallyv2.ics.uci.edu (sallyv2.ics.uci.edu [128.195.1.120]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBRHIKrR006095 for <1708@emacsbugs.donarmstrong.com>; Sat, 27 Dec 2008 09:18:22 -0800 Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mBRHIAmM012956; Sat, 27 Dec 2008 09:18:10 -0800 (PST) Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mBRHI9ju019208; Sat, 27 Dec 2008 09:18:09 -0800 (PST) Date: Sat, 27 Dec 2008 09:18:09 -0800 (PST) Message-Id: <200812271718.mBRHI9ju019208@mothra.ics.uci.edu> From: Dan Nicolaescu To: Markus Triska Cc: 1708@debbugs.gnu.org References: <20081226120017.8977DC17597@mt-computer.local> In-Reply-To: <20081226120017.8977DC17597@mt-computer.local> (Markus Triska's message of "Fri, 26 Dec 2008 13:00:17 +0100 (CET)") Lines: 36 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mBRHIAmM012956 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu Markus Triska writes: > From OSX 10.4, I log in via ssh to a remote machine R running Ubuntu > jaunty, and there do: > > $ emacs -nw -Q -f server-start > > In another terminal in OSX, I again ssh to R, and there do: > > $ emacsclient -c > > As expected, I get an X frame on the local machine (OSX). Now I close > the terminal in which I started the remote emacsclient, thus killing > the client. The remote server at this point shows the message: > > server: Connection lost to X server `localhost:11.0' > > Now I again ssh to R, and again do there: > > $ emacsclient -c > > Now, only a blank frame shows up, and the remote server repeatedly > shows the following message: > > (emacs:11624): GLib-WARNING **: g_main_context_prepare() called > recursively from within a source's check() or prepare() member. > > Information about Emacs on the remote machine R: > > In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.14.5) > of 2008-12-24 on R Can you reproduce this when configuring without GTK+? If not, this and your other disconnect bug are probably just instances of the same very old Gtk+ bug: http://bugzilla.gnome.org/show_bug.cgi?id=85715. Gtk+ does deal well with disconnecting... From unknown Sun Sep 07 17:04:54 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1708: 23.0.60; g_main_context_prepare() called recursively Reply-To: Markus Triska , 1708@debbugs.gnu.org Resent-From: Markus Triska Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 31 Dec 2008 16:35:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1708 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1708-submit@emacsbugs.donarmstrong.com id=B1708.123074080218195 (code B ref 1708); Wed, 31 Dec 2008 16:35:03 +0000 Received: (at 1708) by emacsbugs.donarmstrong.com; 31 Dec 2008 16:26:42 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.8 required=4.0 tests=HAS_BUG_NUMBER, IMPRONONCABLE_1,IMPRONONCABLE_2,MURPHY_WRONG_WORD2 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id mBVGQbYv018189 for <1708@emacsbugs.donarmstrong.com>; Wed, 31 Dec 2008 08:26:39 -0800 Received: (qmail invoked by alias); 31 Dec 2008 16:26:31 -0000 Received: from chello062178240212.3.14.tuwien.teleweb.at (EHLO mt-computer.local) [62.178.240.212] by mail.gmx.net (mp043) with SMTP; 31 Dec 2008 17:26:31 +0100 X-Authenticated: #4064391 X-Provags-ID: V01U2FsdGVkX18ZQCdXwrMZEEXWqWtR65PrlAziNNSBnghC8Q90J1 FAXvvL6ykO7Y81 Received: by mt-computer.local (Postfix, from userid 502) id 66BE2C2008F; Wed, 31 Dec 2008 17:26:26 +0100 (CET) From: Markus Triska To: Dan Nicolaescu Cc: 1708@debbugs.gnu.org References: <20081226120017.8977DC17597@mt-computer.local> <200812271718.mBRHI9ju019208@mothra.ics.uci.edu> Date: Wed, 31 Dec 2008 17:26:26 +0100 In-Reply-To: <200812271718.mBRHI9ju019208@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Sat, 27 Dec 2008 09:18:09 -0800 (PST)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 Dan Nicolaescu writes: > Can you reproduce this when configuring without GTK+? With --with-x-toolkit=lucid, the second "emacsclient -c" shows: Waiting for Emacs... *ERROR*: X protocol error: BadLength (poly request too large or internal Xlib length error) on protocol request 19 After a few further $ emacsclient -c, the server always crashes with: #0 0x0003392d in redisplay_internal (preserve_echo_area=0) at xdisp.c:11800#1 0x000342f6 in redisplay_preserve_echo_area (from_where=12) at xdisp.c:12040#2 0x001920a7 in wait_reading_process_output (time_limit=30, microsecs=0, read_kbd=-1, do_display=1, wait_for_cell=50332681, wait_proc=0x0, just_wait_proc=0) at process.c:4997#3 0x0000c01e in sit_for (timeout=240, reading=1, do_display=1) at dispnew.c:6637#4 0x000e8c9a in read_char (commandflag=1, nmaps=2, maps=0xbffff3d0, prev_event=50332681, used_mouse_menu=0xbffff4c8, end_time=0x0) at keyboard.c:2903#5 0x000eaa0a in read_key_sequence (keybuf=0xbffff588, bufsize=30, prompt=50332681, dont_downcase_last=0, can_return_switch_frame=1, fix_current_buffer=1) at keyboard.c:9354#6 0x000ece2b in command_loop_1 () at keyboard.c:1632#7 0x0014c94c in internal_condition_case (bfun=0xecc0d , handlers=50372345, hfun=0xe59a8 ) at eval.c:1511#8 0x000ded84 in command_loop_2 () at keyboard.c:1349#9 0x0014c59e in internal_catch (tag=50368417, func=0xded40 , arg=50332681) at eval.c:1247#10 0x000deb26 in command_loop () at keyboard.c:1328#11 0x000debdf in recursive_edit_1 () at keyboard.c:942#12 0x000ded27 in Frecursive_edit () at keyboard.c:1004#13 0x000ddb3c in main (argc=5, argv=0xbffff9c0) at emacs.c:1786 From unknown Sun Sep 07 17:04:54 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1708: 23.0.60; g_main_context_prepare() called recursively Reply-To: Dan Nicolaescu , 1708@debbugs.gnu.org Resent-From: Dan Nicolaescu Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 31 Dec 2008 16:45:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1708 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1708-submit@emacsbugs.donarmstrong.com id=B1708.123074152820661 (code B ref 1708); Wed, 31 Dec 2008 16:45:03 +0000 Received: (at 1708) by emacsbugs.donarmstrong.com; 31 Dec 2008 16:38:48 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-6.0 required=4.0 tests=HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from barrelv2.ics.uci.edu (barrelv2.ics.uci.edu [128.195.1.114]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBVGcf7i020655 for <1708@emacsbugs.donarmstrong.com>; Wed, 31 Dec 2008 08:38:42 -0800 Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id mBVGcSb6025223; Wed, 31 Dec 2008 08:38:28 -0800 (PST) Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mBVGcS8s004795; Wed, 31 Dec 2008 08:38:28 -0800 (PST) Date: Wed, 31 Dec 2008 08:38:28 -0800 (PST) Message-Id: <200812311638.mBVGcS8s004795@mothra.ics.uci.edu> From: Dan Nicolaescu To: Markus Triska Cc: 1708@debbugs.gnu.org References: <20081226120017.8977DC17597@mt-computer.local> <200812271718.mBRHI9ju019208@mothra.ics.uci.edu> In-Reply-To: (Markus Triska's message of "Wed, 31 Dec 2008 17:26:26 +0100") Lines: 15 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mBVGcSb6025223 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu Markus Triska writes: > Dan Nicolaescu writes: > > > Can you reproduce this when configuring without GTK+? > > With --with-x-toolkit=lucid, the second "emacsclient -c" shows: > > Waiting for Emacs... > *ERROR*: X protocol error: BadLength (poly request too large or internal > Xlib length error) on protocol request 19 > > After a few further $ emacsclient -c, the server always crashes with: I can't reproduce this on an Fedora 10 machine... From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 24 14:23:37 2010 Received: (at control) by debbugs.gnu.org; 24 Jun 2010 18:23:37 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORr5N-00051L-8v for submit@debbugs.gnu.org; Thu, 24 Jun 2010 14:23:37 -0400 Received: from pantheon-po41.its.yale.edu ([130.132.50.98]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ORr5K-00051G-K0 for control@debbugs.gnu.org; Thu, 24 Jun 2010 14:23:35 -0400 Received: from furry (dhcp128036014221.central.yale.edu [128.36.14.221]) (authenticated bits=0) by pantheon-po41.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o5OINUI2013527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 24 Jun 2010 14:23:30 -0400 Received: by furry (Postfix, from userid 1000) id 5BF4B16D416; Thu, 24 Jun 2010 20:23:29 +0200 (CEST) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 1382 Date: Thu, 24 Jun 2010 14:23:29 -0400 Message-ID: <87r5jw5ly6.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) severity 135 minor tags 710 + moreinfo unreproducible close 756 tags 844 + moreinfo unreproducible close 917 close 1000 tags 1125 + moreinfo unreproducible close 1159 severity 1238 wishlist close 1247 close 1381 close 1382 tags 1708 + moreinfo unreproducible close 1993 severity 2024 wishlist close 2236 severity 2299 wishlist tags 2394 + moreinfo unreproducible severity 2507 minor close 2583 tags 2690 + moreinfo unreproducible tags 2812 + moreinfo unreproducible tags 2843 + moreinfo unreproducible tags 2870 + moreinfo unreproducible tags 2877 + moreinfo unreproducible close 3032 close 3273 close 3349 close 4046 close 4358 close 4591 close 4656 thanks From unknown Sun Sep 07 17:04:54 2025 X-Loop: help-debbugs@gnu.org Subject: bug#1708: 23.0.60; g_main_context_prepare() called recursively Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 06 Feb 2014 01:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 1708 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: unreproducible moreinfo To: Markus Triska Cc: 1708@debbugs.gnu.org, Dan Nicolaescu Received: via spool by 1708-submit@debbugs.gnu.org id=B1708.1391648921967 (code B ref 1708); Thu, 06 Feb 2014 01:09:01 +0000 Received: (at 1708) by debbugs.gnu.org; 6 Feb 2014 01:08:41 +0000 Received: from localhost ([127.0.0.1]:51658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBDSJ-0000FU-Cr for submit@debbugs.gnu.org; Wed, 05 Feb 2014 20:08:40 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:54919) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBDSH-0000FK-12 for 1708@debbugs.gnu.org; Wed, 05 Feb 2014 20:08:37 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WBDRz-0008AQ-Hw; Thu, 06 Feb 2014 02:08:19 +0100 From: Lars Ingebrigtsen References: <20081226120017.8977DC17597@mt-computer.local> <200812271718.mBRHI9ju019208@mothra.ics.uci.edu> Date: Wed, 05 Feb 2014 17:07:16 -0800 In-Reply-To: (Markus Triska's message of "Wed, 31 Dec 2008 17:26:26 +0100") Message-ID: <8738jxxd4r.fsf@building.gnus.org> User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1WBDRz-0008AQ-Hw X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392253702.8594@K8Av1ySl4mm9BSpTvXs+Gg X-Spam-Status: No X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Markus Triska writes: >> Can you reproduce this when configuring without GTK+? > > With --with-x-toolkit=lucid, the second "emacsclient -c" shows: > > Waiting for Emacs... > *ERROR*: X protocol error: BadLength (poly request too large or internal > Xlib length error) on protocol request 19 > > After a few further $ emacsclient -c, the server always crashes with: > > #0 0x0003392d in redisplay_internal (preserve_echo_area=0) at > xdisp.c:11800#1 0x000342f6 in redisplay_preserve_echo_area Are you still seeing this in Emacs 24.3? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Sun Sep 07 17:04:54 2025 X-Loop: help-debbugs@gnu.org Subject: bug#1708: 23.0.60; g_main_context_prepare() called recursively Resent-From: Markus Triska Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 06 Feb 2014 18:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 1708 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: unreproducible moreinfo To: Lars Ingebrigtsen Cc: 1708@debbugs.gnu.org, Dan Nicolaescu Received: via spool by 1708-submit@debbugs.gnu.org id=B1708.139171159718808 (code B ref 1708); Thu, 06 Feb 2014 18:34:02 +0000 Received: (at 1708) by debbugs.gnu.org; 6 Feb 2014 18:33:17 +0000 Received: from localhost ([127.0.0.1]:53653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBTlB-0004tD-I7 for submit@debbugs.gnu.org; Thu, 06 Feb 2014 13:33:17 -0500 Received: from mout.gmx.net ([212.227.15.15]:57402) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBTl4-0004su-LL for 1708@debbugs.gnu.org; Thu, 06 Feb 2014 13:33:11 -0500 Received: from mt-imac.local ([178.115.133.30]) by mail.gmx.com (mrgmx101) with ESMTPA (Nemesis) id 0Man6U-1VvTJ03Kfa-00KT1O for <1708@debbugs.gnu.org>; Thu, 06 Feb 2014 19:33:05 +0100 Received: by mt-imac.local (Postfix, from userid 501) id A7BF3F07FE9; Thu, 6 Feb 2014 19:32:36 +0100 (CET) From: Markus Triska References: <20081226120017.8977DC17597@mt-computer.local> <200812271718.mBRHI9ju019208@mothra.ics.uci.edu> <8738jxxd4r.fsf@building.gnus.org> Date: Thu, 06 Feb 2014 19:32:35 +0100 In-Reply-To: <8738jxxd4r.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Wed, 05 Feb 2014 17:07:16 -0800") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K0:1MIz0TfhJ+E/P5aiXCkjhMY9npIecLGnhAqMdTACgK8DVC4QRZr rDwoiBRRdbJ205TMF6WN8LAU3bfr3cZ8vOBnYBrIFs/m8iUKaUE4Aa0UsuZOZZYBgePgNX9 aKBFiScUX6FlI/8wUTpzmqk2ZggpFAbmyWO3L+J6rpuv0hHufoCAmuI2KPaPu2/kq/l6bRK H6PXK55GGwp1rWa2kgafw== X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Lars Ingebrigtsen writes: > Are you still seeing this in Emacs 24.3? No, since I am no longer using emacsclient due to its memory leaks (#1504). From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 06 19:11:20 2014 Received: (at control) by debbugs.gnu.org; 7 Feb 2014 00:11:20 +0000 Received: from localhost ([127.0.0.1]:53853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBZ2M-0006YO-HL for submit@debbugs.gnu.org; Thu, 06 Feb 2014 19:11:18 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:40540) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBZ2J-0006YF-RK for control@debbugs.gnu.org; Thu, 06 Feb 2014 19:11:16 -0500 Received: from [204.14.154.233] (helo=building.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1WBZ25-0004mm-MN for control@debbugs.gnu.org; Fri, 07 Feb 2014 01:11:02 +0100 Date: Thu, 06 Feb 2014 16:09:56 -0800 Message-Id: <87d2izlr57.fsf@building.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #1708 X-MailScanner-ID: 1WBZ25-0004mm-MN X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1392336662.48591@gV/AQ4KDQqhIpwgjI3xR0Q X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) close 1708