All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: Daniel Vetter <daniel@ffwll.ch>
Cc: intel-gfx@lists.freedesktop.org, vcheng@debian.org
Subject: Re: Xorg[9132]: segfault at 0 ip 00007fbc84d6fb0d sp 00007ffca3765610 error 4 in intel_drv.so[7fbc84d4d000+18b000]
Date: Tue, 15 Dec 2015 10:55:32 +0000	[thread overview]
Message-ID: <20151215105532.GR24300@nuc-i3427.alporthouse.com> (raw)
In-Reply-To: <20151215104234.GL3189@phenom.ffwll.local>

On Tue, Dec 15, 2015 at 11:42:34AM +0100, Daniel Vetter wrote:
> On Mon, Dec 14, 2015 at 02:11:43PM -0800, Marc MERLIN wrote:
> > On Tue, Dec 01, 2015 at 08:27:32AM -0800, Marc MERLIN wrote:
> > > On Sat, Nov 28, 2015 at 09:54:50AM -0800, Marc MERLIN wrote:
> > > > On Tue, Nov 17, 2015 at 05:11:05PM +0200, Jani Nikula wrote:
> > > > > On Tue, 17 Nov 2015, Marc MERLIN <marc_xorg@merlins.org> wrote:
> > > > > > So, this is probably the 3rd time I send such a report with different
> > > > > > kernels and get 0 response.
> > > > > > Is this a write only list and no one is really seeing any of them, or is
> > > > > > this an unknown/known problem that no one can work on?
> > > > > 
> > > > > Apologies; nothing wrong with your report, our fail.
> > > > > 
> > > > > Given all your attempts I hate to ask, but please do give v4.3 or later
> > > > > a try. If that fails too, please file a bug at [1]. Add drm.debug=14
> > > > > module parameter, and attach dmesg from boot to the bug.
> > > > 
> > > > I'm now running 4.3.0 and haven't had the same problem yet. But for the
> > > > first time, X has crashed after a few days of use:
> > > > 
> > > > Sadly I don't have a backtrace on this, but if you need me to dump symbols
> > > > on /usr/lib/xorg/modules/drivers/intel_drv.so, let me know.
> > > 
> > > And it crashed again:
> > > vlc[15647]: segfault at 7f73e28ed300 ip 0000 7f73e28ed300 sp 00007f74244d9778 error 14
> > > [drm:drm_mode_addfb2] [FB:58]
> > > [drm:i915_gem_open] 
> > > [drm:i915_gem_context_create_ioctl] HW context 1 created
> > > [drm:drm_mode_addfb2] [FB:65]
> > > [drm:i915_gem_context_create_ioctl] HW context 2 created
> > > [drm:i915_gem_context_destroy_ioctl] HW context 1 destroyed
> > > Xorg[4945]: segfault at 7f7a69f5a000 ip 00007f7a6c9ba517 sp 00007fff0abbcc00 error 6 in intel_drv.so[7f7a6c95c000+18b000]
> > 
> > Ok, it took a lot of time, but there you go, I have a crash with
> > backtrace.
> > Could someone now looking into this and hopefully fix it?
> 
> Looking at dmesg I don't see the stuck pageflip anymore. It looks like the
> DDX is simply falling over itself, with now blame to the kernel here. Or
> if there is it's a new/different bug. So we need to restart triage and
> check whether this was introduced by a ddx or kernel upgrade.

There was a resource leak that triggered an invalid object to be placed
on the request list after an error path. That error path is fixed, the
only question is who's resource leak was it..
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2015-12-15 10:55 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-15 16:13 drivers/gpu/drm/i915/intel_display.c:9717 intel_check_page_flip+0xb3/0xd2() Marc MERLIN
2015-07-15 16:12 ` Marc MERLIN
2015-07-18 20:35 ` Marc MERLIN
2015-08-03 15:10   ` Marc MERLIN
2015-11-14 15:25 ` intel_display.c:3916 intel_crtc_wait_for_pending_flips+0xe9/0x1cd() intel_check_page_flip+0xb3/0xd2() Marc MERLIN
2015-11-17  3:21   ` Marc MERLIN
2015-11-17 15:11     ` Jani Nikula
2015-11-28 17:54       ` Xorg[9132]: segfault at 0 ip 00007fbc84d6fb0d sp 00007ffca3765610 error 4 in intel_drv.so[7fbc84d4d000+18b000] Marc MERLIN
2015-12-01 16:27         ` Marc MERLIN
2015-12-02  8:32           ` Jani Nikula
2015-12-14 22:11           ` Marc MERLIN
2015-12-15 10:42             ` Daniel Vetter
2015-12-15 10:55               ` Chris Wilson [this message]
2015-12-18 14:20             ` Marc MERLIN
2015-12-19 16:52               ` Marc MERLIN
2016-01-03 16:04                 ` Intel graphics on Thinkpad T540p is most unsuable now :( (Intel(R) HD Graphics 4600) Marc MERLIN
2016-01-08 17:42                   ` Marc MERLIN
2016-01-10  0:07                     ` Marc MERLIN
2016-01-10 22:41                       ` Daniel Kasak
2016-01-10 22:45                         ` Marc MERLIN
2016-02-10  1:12                       ` Marc MERLIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151215105532.GR24300@nuc-i3427.alporthouse.com \
    --to=chris@chris-wilson.co.uk \
    --cc=daniel@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=vcheng@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.