Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Aug 2011 12:11:41 +0300
From:      Andrey Kosachenko <andrey.kosachenko@gmail.com>
To:        freebsd-x11@freebsd.org
Subject:   Re: xorg-dev + intel driver + KMS
Message-ID:  <4E54C04D.5050000@gmail.com>
In-Reply-To: <20110824081303.GG17489@deviant.kiev.zoral.com.ua>
References:  <CAK8LArPHWe6-O7BR74EsDpi94Om%2B3rwfGcGAiUOMA435png-vw@mail.gmail.com> <20110823085937.GC17489@deviant.kiev.zoral.com.ua> <4E543828.2040703@gmail.com> <20110824081303.GG17489@deviant.kiev.zoral.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On 24.08.2011 11:13, Kostik Belousov wrote:
> 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
> uxa faulting might be an indicator of the bug in the KBI of the new
> Intel driver, but may be a genuine Xorg/ddx driver bug.

ok, thanks for instructions: will do and let you know as soon as I'll be 
able to reproduce it (again, with xorg-dev it happens more seldom, 
sporadically and I've no exact STR for it)

> Is it only possible to reproduce the issue with VirtualBox installed ?
> Note that VB has some ugly bugs with the handling of fictitious pages
> in the kernel module, the area which is overly important for the GEM
> and which is patched by the drm patch.

No, I don't use VB at all.
In the vast majority of cases I've observed so far crashes took place 
while was working in browser (cwww/chromium). One more thing (well... I 
know it sounds a bit odd... but still): it never crashed during surfing 
heavy pages or audio/video playback but on submitting simple text 
messages (issue tracking system, code review tool, wiki and so forth).

--
WBR,
Andrey Kosachenko



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E54C04D.5050000>