From owner-freebsd-x11@FreeBSD.ORG Sat Sep 3 08:05:12 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 740BF106566C for ; Sat, 3 Sep 2011 08:05:12 +0000 (UTC) (envelope-from andrey.kosachenko@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 05A708FC12 for ; Sat, 3 Sep 2011 08:05:11 +0000 (UTC) Received: by fxe4 with SMTP id 4so2969233fxe.13 for ; Sat, 03 Sep 2011 01:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=1k/PQr9MTTTUt67pMiFu71qrRJKn5pSktSC5nLa0fcY=; b=Qw3xwp63wUjLY22LpN1E34LHwdzg7ZfWYC1xqsq7JJMLdyoHlKwv3c7Nqt+t7soOgZ kDQQCochbP/x+5xXo2adhgqbpAkFwkCi8TFPBrJXSOsy66EjkX3xZYI6+KSKhOM8ypXc p6IJOFAgveSP2ElF1NqJZ+BqHr5Q2Bmy9415I= Received: by 10.223.62.76 with SMTP id w12mr1550389fah.123.1315037111176; Sat, 03 Sep 2011 01:05:11 -0700 (PDT) Received: from beastie.intra ([195.60.174.66]) by mx.google.com with ESMTPS id k28sm813052faf.21.2011.09.03.01.05.08 (version=SSLv3 cipher=OTHER); Sat, 03 Sep 2011 01:05:09 -0700 (PDT) Message-ID: <4E61DF8F.1090206@gmail.com> Date: Sat, 03 Sep 2011 11:04:31 +0300 From: Andrey Kosachenko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110813 Thunderbird/5.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org References: <20110823085937.GC17489@deviant.kiev.zoral.com.ua> <4E543828.2040703@gmail.com> <20110824081303.GG17489@deviant.kiev.zoral.com.ua> In-Reply-To: <20110824081303.GG17489@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: xorg-dev + intel driver + KMS 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: Sat, 03 Sep 2011 08:05:12 -0000 Hi, Konstantin, On 24.08.2011 11:13, Kostik Belousov wrote: >> Anyway, if you consider the info above helpful, need to acquire more or >> smth. just let me know. > > Again, the backtrace is not useful. To make it useful, debugging symbols > must be compiled into the dso loaded into the process. I highly suspect > that the real backtrace ends at the frame 10. > > Try to start with compiling rtld/libc/libthr with debugging symbols. > It is enough to do > cd $SRC/libexec/rtld-elf > make obj&& make all install DEBUG_FLAGS=-g > cd $SRC/lib/libc > make obj&& make all install DEBUG_FLAGS=-g > cd $SRC/lib/libthr > make obj&& make all install DEBUG_FLAGS=-g I tried one more time to rebuild everything (xorg-dev, intel driver (2.16), dependent libs, relevant system libs and so forth) with debugging symbols. Unfortunately I didn't managed to obtain smth. useful for you. To make sure that nothing were missed I reinstalled world with DEBUG_FLAGS=-g (as build(7) and you suggested). Just to prove that: > echo quit > /tmp/quit > sudo gdb /usr/local/bin/Xorg /a/cores/Xorg.core.6 -x /tmp/quit > /tmp/gdb.out > sed -n -e '/Reading symbols/ { s/Reading symbols from //; s/\.\.\.done.*//; p; }' /tmp/gdb.out | xargs -I % file % | awk '{print($1, $(NF-1), $NF); }' /lib/libcrypto.so.6: not stripped /usr/local/lib/libpciaccess.so.0: not stripped /usr/local/lib/libpixman-1.so.9: not stripped /usr/local/lib/libXfont.so.1: not stripped /usr/local/lib/libfreetype.so.9: not stripped /usr/lib/libbz2.so.4: not stripped /usr/local/lib/libfontenc.so.1: not stripped /lib/libz.so.6: not stripped /usr/local/lib/libXau.so.6: not stripped /usr/local/lib/libXdmcp.so.6: not stripped /usr/lib/librpcsvc.so.5: not stripped /lib/libm.so.5: not stripped /lib/libthr.so.3: not stripped /lib/libc.so.7: not stripped /usr/local/lib/xorg/modules/input/synaptics_drv.so: not stripped /usr/local/lib/xorg/modules/extensions/libextmod.so: not stripped /usr/local/lib/xorg/modules/extensions/librecord.so: not stripped /usr/local/lib/xorg/modules/extensions/libdbe.so: not stripped /usr/local/lib/xorg/modules/extensions/libglx.so: not stripped /usr/local/lib/xorg/modules/extensions/libdri2.so: not stripped /usr/local/lib/libdrm.so.2: not stripped /usr/local/lib/xorg/modules/extensions/libdri.so: not stripped /usr/local/lib/xorg/modules/drivers/intel_drv.so: not stripped /usr/local/lib/libdrm_intel.so.1: not stripped /usr/local/lib/libpthread-stubs.so.0: not stripped /usr/local/lib/xorg/modules/input/kbd_drv.so: not stripped /usr/local/lib/xorg/modules/input/mouse_drv.so: not stripped /usr/local/lib/xorg/modules/libfb.so: not stripped /usr/local/lib/dri/i965_dri.so: not stripped /usr/local/lib/libexpat.so.6: not stripped /usr/lib/libstdc++.so.6: not stripped /lib/libgcc_s.so.1: not stripped /libexec/ld-elf.so.1: not stripped Results are still seem to be not sufficient :( http://pastebin.com/4zSwxqDZ So, I kindly ask you is there anything else I should try to obtain useful info for you? thanks PS: - all.8.2.patch was applied; - core file is newer then stuff that was rebuilt with debugging symbols. -- WBR, Andrey Kosachenko