NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/53575: Firefox crashes unconditionally in some cases (that likely use OpenGL) - i915



The following reply was made to PR kern/53575; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/53575: Firefox crashes unconditionally in some cases (that
 likely use OpenGL) - i915
Date: Thu, 6 Sep 2018 13:17:52 +0000

 On Thu, Sep 06, 2018 at 06:45:01AM +0000, Martin Husemann wrote:
 >  Backtrace from firefox? Why is this kern? Sounds like a bug in pkgsrc mesa
 >  to me.
 
 Becaause kern i915 was recently updated. mesa was fine for most people.
 netbsd doesn't have a debugger that works for firefox.
 unfortunately the backtraces are all in the segv handler it has.
 
 this is the best info I can have from drm debug messages
 DRM debug in i915_gem_open:
 DRM debug in drm_getmagic: 1
 DRM debug in drm_authmagic: 1
 DRM debug in i915_getparam: Unknown parameter 43
 DRM debug in i915_getparam: Unknown parameter 37
 DRM debug in i915_gem_context_create_ioctl: HW context 1 created
 DRM debug in i915_gem_context_destroy_ioctl: HW context 1 destroyed
 DRM debug in i915_gem_open:
 DRM debug in drm_getmagic: 1
 DRM debug in drm_authmagic: 1
 DRM debug in i915_getparam: Unknown parameter 43
 DRM debug in i915_getparam: Unknown parameter 37
 DRM debug in i915_gem_context_create_ioctl: HW context 1 created
 pid 6244 (firefox), uid 1000: exited on signal 11 (core dumped)
 
 i915 has a lot of video corruption that seemed like something not being
 cleared so I wonder if that is the same thing.
 


Home | Main Index | Thread Index | Old Index