From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: M G Berberich Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; Fatal error (11) using emacsclient Date: Sat, 29 Mar 2008 12:36:58 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1206791606 27020 80.91.229.12 (29 Mar 2008 11:53:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 11:53:26 +0000 (UTC) Cc: rfrancoise@debian.org To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 29 12:53:57 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JfZdD-0008Ry-17 for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 12:53:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfZcb-0007t5-Fa for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2008 07:53:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JfZN7-0008OE-KO for emacs-devel@gnu.org; Sat, 29 Mar 2008 07:37:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JfZN6-0008Nt-AC for emacs-devel@gnu.org; Sat, 29 Mar 2008 07:37:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JfZN6-0008Np-3x for emacs-devel@gnu.org; Sat, 29 Mar 2008 07:37:16 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfZN5-0000dr-Sx for emacs-devel@gnu.org; Sat, 29 Mar 2008 07:37:16 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JfZN5-0005xP-EH for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 07:37:15 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JfZN1-0000d1-Oq for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 07:37:14 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JfZN1-0000b5-89 for emacs-pretest-bug@gnu.org; Sat, 29 Mar 2008 07:37:11 -0400 Original-Received: from hermione.invalid (pass-d9bdb354.pool.mediaWays.net [217.189.179.84]) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis) id 0ML21M-1JfZMp0MHr-0003XG; Sat, 29 Mar 2008 12:36:59 +0100 Original-Received: from berberic by hermione.invalid with local (Exim 4.63) (envelope-from ) id 1JfZMo-0004B7-2f; Sat, 29 Mar 2008 12:36:58 +0100 X-Provags-ID: V01U2FsdGVkX1+t+up8mMR84ede0aDWlfY8/RjNBeanJLwr3Kj l/tER6KYM98IvnUk1cDueO7yWGxMtGCKDrL0Dat4ss4jOcDM/m CYbd3PC/unDqihxXIHuF5YDOmP/6jOn X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Sat, 29 Mar 2008 07:53:14 -0400 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:93776 gmane.emacs.pretest.bugs:21753 Archived-At: Hello, If DISPLAY is set to “:0” emacs crashes with SIGSEGV (Segmentation fault) when a “emacsclient -c“ session is finished. This does not occur when “DISPLAY=:0.0” or emacsclient is called without the “-c” Option. sorry for not having debuging-information :( Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46949829168528 (LWP 15977)] 0x00002ab358bd8aba in XFreeGC () from /usr/lib/libX11.so.6 (gdb) where #0 0x00002ab358bd8aba in XFreeGC () from /usr/lib/libX11.so.6 #1 0x00002ab358696978 in _gdk_x11_gc_new () from /usr/lib/libgdk-x11-2.0.so.0 #2 0x00002ab358dc5307 in g_object_unref () from /usr/lib/libgobject-2.0.so.0 #3 0x00002ab35867ea11 in _gdk_screen_close () from /usr/lib/libgdk-x11-2.0.so.0 #4 0x00002ab358dc55f0 in g_object_run_dispose () from /usr/lib/libgobject-2.0.so.0 #5 0x00002ab358688e77 in gdk_display_open () from /usr/lib/libgdk-x11-2.0.so.0 #6 0x00002ab358dc55f0 in g_object_run_dispose () from /usr/lib/libgobject-2.0.so.0 #7 0x0000000000494d09 in ?? () #8 0x00000000004893ed in ?? () #9 0x0000000000420a83 in ?? () #10 0x0000000000545cba in re_compile_pattern () #11 0x000000000057055d in matherr () #12 0x00000000005457a7 in re_compile_pattern () #13 0x0000000000545b55 in re_compile_pattern () #14 0x000000000057055d in matherr () #15 0x00000000005457a7 in re_compile_pattern () #16 0x0000000000545b55 in re_compile_pattern () #17 0x000000000057055d in matherr () #18 0x00000000005457a7 in re_compile_pattern () #19 0x0000000000545b55 in re_compile_pattern () #20 0x000000000057055d in matherr () #21 0x00000000005457a7 in re_compile_pattern () #22 0x0000000000545b55 in re_compile_pattern () #23 0x0000000000542e32 in re_compile_pattern () #24 0x0000000000545cd3 in re_compile_pattern () #25 0x0000000000545f04 in re_compile_pattern () #26 0x00000000004e9224 in abort () #27 0x00000000005445d4 in re_compile_pattern () #28 0x00000000004e2c1a in abort () #29 0x00000000005446d7 in re_compile_pattern () #30 0x00000000004e3683 in abort () #31 0x00000000004e3a1c in abort () #32 0x00000000004e3b7e in abort () #33 0x00000000004d8593 in abort () #34 0x00002ab35a0584ca in __libc_start_main () from /lib/libc.so.6 #35 0x0000000000411eea in ?? () #36 0x00007fff5299d088 in ?? () #37 0x0000000000000000 in ?? () In GNU Emacs 23.0.60.1 (x86_64-pc-linux-gnu, GTK+ Version 2.8.20) of 2008-03-13 on luthien, modified by Debian (emacs-snapshot package, version 1:20080228-1) Windowing system distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--build' 'x86_64-linux-gnu' '--host' 'x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.60/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.60/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.0.60/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--enable-font-backend' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2'' 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: de_DE.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Apropos Minor modes in effect: msb-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-h a b u g M-x e m a b u g r e p o r t - Recent messages: Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done Loading /etc/emacs/site-start.d/50festival.el (source)...done Loading /etc/emacs/site-start.d/50post-el.el (source)...done Loading /etc/emacs/site-start.d/50psvn.el (source)...done Loading calendar...done Loading msb...done For information about GNU Emacs and the GNU system, type C-h C-a. Type C-x 1 to remove help window. Type C-x 4 C-o RET to restore the other window. Making completion list...