From owner-freebsd-x11@FreeBSD.ORG Mon Nov 13 21:44:46 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B45516A661 for ; Mon, 13 Nov 2006 21:44:46 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE51343E90 for ; Mon, 13 Nov 2006 21:40:49 +0000 (GMT) (envelope-from r.c.ladan@gmail.com) Received: by nf-out-0910.google.com with SMTP id l23so19269nfc for ; Mon, 13 Nov 2006 13:40:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=BhAnOESurEzeDIBjkbj0reC+X3G2cdjdxgY+sOpAYskw6ncreSwaXuQ6kExuxbVFZpu41OkuXpRRWfiWy1yvBZDTG728q4E5srwa3/CToLYZBWt/+38GzlAV8o0E3iuQt/soDwM2sloenaEnhXWn2p4VnwFesUHNXzdXLf8IhPo= Received: by 10.49.80.12 with SMTP id h12mr109727nfl.1163454045854; Mon, 13 Nov 2006 13:40:45 -0800 (PST) Received: from ?192.168.123.106? ( [195.241.221.201]) by mx.google.com with ESMTP id i1sm167595nfe.2006.11.13.13.40.44; Mon, 13 Nov 2006 13:40:45 -0800 (PST) Message-ID: <4558E65B.7090007@gmail.com> Date: Mon, 13 Nov 2006 22:40:43 +0100 From: Rene Ladan User-Agent: Thunderbird 1.5.0.8 (X11/20061113) MIME-Version: 1.0 To: Adam K Kirchhoff References: <4558D89B.40708@voicenet.com> In-Reply-To: <4558D89B.40708@voicenet.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: X applications seg faulting X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2006 21:44:46 -0000 Adam K Kirchhoff schreef: > > So I'm hoping for a little more guidance. I've managed to get the > modular X server up and running from the ports tree. I did not install > the entire xorg metapackage due to problems with some of the input > drivers, so I just manually installed the necessary drivers. I've > installed some X11 client applications from the ports tree, including rxvt. > > Though I can launch the X server, any X clients will automatically > segfault, including xinit. In fact, this is clearly completely > unrelated to the X server as those client apps segfault when being > launched on a remote X server. If I ssh in, and try to launch rxvt, I > get a segfault. The backtrace shows: > > (gdb) run > Starting program: /usr/X11R6/bin/rxvt > (no debugging symbols found)...(no debugging symbols found)...(no > debugging symbols found)... > Program received signal SIGSEGV, Segmentation fault. > 0x08240250 in ?? () > (gdb) bt > #0 0x08240250 in ?? () > #1 0x280dd81f in _XReply () from /usr/X11R6/lib/libX11.so.6 > #2 0x280ba20e in XListFonts () from /usr/X11R6/lib/libX11.so.6 > #3 0x2810af86 in get_font_name () from /usr/X11R6/lib/libX11.so.6 > #4 0x2810b4f8 in parse_fontdata () from /usr/X11R6/lib/libX11.so.6 > #5 0x2810c5ef in create_oc () from /usr/X11R6/lib/libX11.so.6 > #6 0x280c5c54 in XCreateOC () from /usr/X11R6/lib/libX11.so.6 > #7 0x280bad14 in XCreateFontSet () from /usr/X11R6/lib/libX11.so.6 > #8 0x0804d5a3 in ?? () > #9 0x08210800 in ?? () > #10 0x08290240 in ?? () > #11 0xbfbfeac0 in ?? () > #12 0xbfbfeac4 in ?? () > #13 0xbfbfeac8 in ?? () > #14 0x0805aaa9 in ?? () > #15 0xbfbfeac8 in ?? () > #16 0x281d4b15 in __detect_path_locale () from /lib/libc.so.7 > #17 0x0804d603 in ?? () > #18 0x00e00002 in ?? () > #19 0x00000000 in ?? () > #20 0x00000001 in ?? () > #21 0xbfbfeb88 in ?? () > #22 0x00000001 in ?? () > #23 0x00000000 in ?? () > #24 0xbfbfeb38 in ?? () > #25 0x080517f4 in ?? () > #26 0x00000001 in ?? () > #27 0xbfbfeb88 in ?? () > #28 0x00000000 in ?? () > #29 0xbfbfec04 in ?? () > #30 0x2826c520 in _nsyyin () from /lib/libc.so.7 > #31 0x28089600 in ?? () > #32 0xbfbfeb30 in ?? () > #33 0x00000001 in ?? () > #34 0xbfbfeb90 in ?? () > #35 0x2806288c in fetch_ventry () from /libexec/ld-elf.so.1 > Previous frame inner to this frame (corrupt stack?) > > Does anyone have any ideas? Thanks! > > Adam > > 1. Which version of libX11 do you have? 1.0.99.2 is troublesome (at least for me). 2. backtraces are only useful with debugging symbols (add -g to CFLAGS in /etc/make.conf and recompile X). Regards, Rene -- GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net) "It won't fit on the line." -- me, 2001