All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 37157] New: [bisected] KDE KWin crashes on start with delayed BO mapping
@ 2011-05-13  1:55 bugzilla-daemon
  2011-05-13  1:56 ` [Bug 37157] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-05-13  1:55 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=37157

           Summary: [bisected] KDE KWin crashes on start with delayed BO
                    mapping
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: critical
          Priority: medium
         Component: Drivers/Gallium/r600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: jlp.bugs@gmail.com


After updating the mesa today KWin started to crash/segfault on start. I've
bisected and the first commmit that causes the crash is:
5e15497452cf3e4d2fc76fdc6ed8113d0891b467
r600g: delay mapping until first map request. (v2)

This is with KDE KWin 4.6.3 and on a laptop with integrated ATI Mobility Radeon
HD 5470.

Later I've also tried with glxgears, which appears to work fine if in window
and crashes if started with -fullscreen option.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 37157] [bisected] KDE KWin crashes on start with delayed BO mapping
  2011-05-13  1:55 [Bug 37157] New: [bisected] KDE KWin crashes on start with delayed BO mapping bugzilla-daemon
@ 2011-05-13  1:56 ` bugzilla-daemon
  2011-05-13  1:57 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-05-13  1:56 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=37157

--- Comment #1 from Jure Repinc <jlp.bugs@gmail.com> 2011-05-12 18:56:24 PDT ---
Created an attachment (id=46654)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=46654)
lspci

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 37157] [bisected] KDE KWin crashes on start with delayed BO mapping
  2011-05-13  1:55 [Bug 37157] New: [bisected] KDE KWin crashes on start with delayed BO mapping bugzilla-daemon
  2011-05-13  1:56 ` [Bug 37157] " bugzilla-daemon
@ 2011-05-13  1:57 ` bugzilla-daemon
  2011-05-13  3:47 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-05-13  1:57 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=37157

--- Comment #2 from Jure Repinc <jlp.bugs@gmail.com> 2011-05-12 18:57:04 PDT ---
Created an attachment (id=46655)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=46655)
Xorg.0.log

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 37157] [bisected] KDE KWin crashes on start with delayed BO mapping
  2011-05-13  1:55 [Bug 37157] New: [bisected] KDE KWin crashes on start with delayed BO mapping bugzilla-daemon
  2011-05-13  1:56 ` [Bug 37157] " bugzilla-daemon
  2011-05-13  1:57 ` bugzilla-daemon
@ 2011-05-13  3:47 ` bugzilla-daemon
  2011-05-13  4:05 ` bugzilla-daemon
  2011-05-13 10:56 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-05-13  3:47 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=37157

--- Comment #3 from Mathieu Belanger <b747xx@gmail.com> 2011-05-12 20:47:50 PDT ---
Same commit cause problem there.

Using EVE-Online game. The game crash between "login" and "characters
selection" after I have updated to the latest git drivers.

Bisecting pointed out this commit as the problem!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 37157] [bisected] KDE KWin crashes on start with delayed BO mapping
  2011-05-13  1:55 [Bug 37157] New: [bisected] KDE KWin crashes on start with delayed BO mapping bugzilla-daemon
                   ` (2 preceding siblings ...)
  2011-05-13  3:47 ` bugzilla-daemon
@ 2011-05-13  4:05 ` bugzilla-daemon
  2011-05-13 10:56 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-05-13  4:05 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=37157

--- Comment #4 from Dave Airlie <airlied@freedesktop.org> 2011-05-12 21:05:51 PDT ---
please re-test with master.

thanks for the bug report.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug 37157] [bisected] KDE KWin crashes on start with delayed BO mapping
  2011-05-13  1:55 [Bug 37157] New: [bisected] KDE KWin crashes on start with delayed BO mapping bugzilla-daemon
                   ` (3 preceding siblings ...)
  2011-05-13  4:05 ` bugzilla-daemon
@ 2011-05-13 10:56 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2011-05-13 10:56 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=37157

Jure Repinc <jlp.bugs@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Jure Repinc <jlp.bugs@gmail.com> 2011-05-13 03:56:39 PDT ---
Retested with master and it is fixed, so closiing as such. Thanks.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-13 10:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-13  1:55 [Bug 37157] New: [bisected] KDE KWin crashes on start with delayed BO mapping bugzilla-daemon
2011-05-13  1:56 ` [Bug 37157] " bugzilla-daemon
2011-05-13  1:57 ` bugzilla-daemon
2011-05-13  3:47 ` bugzilla-daemon
2011-05-13  4:05 ` bugzilla-daemon
2011-05-13 10:56 ` bugzilla-daemon

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.