From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [ottomaddox@fastmail.fm: Bus error on x-close-connection] Date: Mon, 03 Jul 2006 19:21:29 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151969176 7153 80.91.229.2 (3 Jul 2006 23:26:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jul 2006 23:26:16 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 04 01:26:09 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FxXnf-0001UK-9b for ged-emacs-devel@m.gmane.org; Tue, 04 Jul 2006 01:25:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxXne-0000mb-Lo for ged-emacs-devel@m.gmane.org; Mon, 03 Jul 2006 19:25:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxXjP-0007b8-P6 for emacs-devel@gnu.org; Mon, 03 Jul 2006 19:21:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxXjO-0007ak-Ef for emacs-devel@gnu.org; Mon, 03 Jul 2006 19:21:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxXjO-0007ac-8V for emacs-devel@gnu.org; Mon, 03 Jul 2006 19:21:30 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxXww-0006LP-DQ for emacs-devel@gnu.org; Mon, 03 Jul 2006 19:35:30 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FxXjN-0000Kn-Er; Mon, 03 Jul 2006 19:21:29 -0400 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:56455 Archived-At: Would someone please DTRT and ack? ------- Start of forwarded message ------- From: "Otto Maddox" To: emacs-pretest-bug@gnu.org Content-Disposition: inline Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 Date: Mon, 03 Jul 2006 16:07:35 +0100 Subject: Bus error on x-close-connection X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.0.4 Start Emacs on the local X display: $ emacs -Q & Open an ssh-forwarded X connection in another xterm: $ ssh -X localhost $ echo $DISPLAY localhost:10.0 Do this in Emacs: (make-frame-on-display "localhost:10.0") C-x 5 0 on the new frame (x-display-list) => (":0.0" "localhost:10.0") (x-close-connection "localhost:10.0") => nil (x-close-connection "localhost:10.0") ; yes, do it twice and then Emacs crashes with a bus error. In GNU Emacs 22.0.50.4 (powerpc-apple-darwin8.6.0, X toolkit) of 2006-07-02 configured using `configure '--prefix=/usr/local/emacs' '--with-x' '--without-carbon' '--with-x-toolkit=athena'' 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: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: encoded-kbd-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t - -- http://www.fastmail.fm - Or how I learned to stop worrying and love email again _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------