All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 31463] New: VLC crashes on fullscreen with GLX output and colortiling enabled
@ 2010-11-08 13:40 bugzilla-daemon
  2010-11-08 15:14 ` [Bug 31463] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-11-08 13:40 UTC (permalink / raw)
  To: dri-devel

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

           Summary: VLC crashes on fullscreen with GLX output and
                    colortiling enabled
           Product: Mesa
           Version: 7.9
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/R600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: bio_tube@yahoo.com


It works in window mode, but it crashes the instant it switches to fullscreen,
giving the familiar "drmRadeonCmdBuffer: -22. Kernel failed to parse or
rejected command stream. See dmesg for more info."; I've checked and this isn't
fixed in master, either; r600g performs as expected, so this is definitely a
Mesa bug(I've already pulled the latest in the 7.9 branch). dmesg gives the
following:

[ 1953.411625] radeon 0000:02:00.0: r600_cs_track_validate_cb:220 cb height
(724) invalid
[ 1953.411630] radeon 0000:02:00.0: r600_packet3_check:1252 invalid cmd stream
502
[ 1953.411633] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[ 1953.412662] vlc[9975]: segfault at 8 ip 000000343e24718b sp 00007f2e54a8e8b8
error 4 in libQtDBus.so.4.6.3[343e200000+77000]

-- 
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] 5+ messages in thread

* [Bug 31463] VLC crashes on fullscreen with GLX output and colortiling enabled
  2010-11-08 13:40 [Bug 31463] New: VLC crashes on fullscreen with GLX output and colortiling enabled bugzilla-daemon
@ 2010-11-08 15:14 ` bugzilla-daemon
  2010-11-08 16:00 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-11-08 15:14 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Alex Deucher <agd5f@yahoo.com> 2010-11-08 07:14:22 PST ---
Should be fixed with this patch:
http://git.kernel.org/?p=linux/kernel/git/airlied/drm-2.6.git;a=commitdiff;h=8f895da57da80b307efa2f94b5d4caf801e959a5

-- 
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] 5+ messages in thread

* [Bug 31463] VLC crashes on fullscreen with GLX output and colortiling enabled
  2010-11-08 13:40 [Bug 31463] New: VLC crashes on fullscreen with GLX output and colortiling enabled bugzilla-daemon
  2010-11-08 15:14 ` [Bug 31463] " bugzilla-daemon
@ 2010-11-08 16:00 ` bugzilla-daemon
  2010-11-08 16:17 ` bugzilla-daemon
  2010-11-08 19:30 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-11-08 16:00 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Trevour <bio_tube@yahoo.com> 2010-11-08 08:00:52 PST ---
I pulled the drm-core-next branch in order to apply the pageflipping patches(I
also pulled drm-radeon-testing before that to apply the first batch), so I've
got the patch.

-- 
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] 5+ messages in thread

* [Bug 31463] VLC crashes on fullscreen with GLX output and colortiling enabled
  2010-11-08 13:40 [Bug 31463] New: VLC crashes on fullscreen with GLX output and colortiling enabled bugzilla-daemon
  2010-11-08 15:14 ` [Bug 31463] " bugzilla-daemon
  2010-11-08 16:00 ` bugzilla-daemon
@ 2010-11-08 16:17 ` bugzilla-daemon
  2010-11-08 19:30 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-11-08 16:17 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Alex Deucher <agd5f@yahoo.com> 2010-11-08 08:17:17 PST ---
Are you sure you've booted the right kernel?  You should never hit that message
with the patch applied.  Also, the line numbers indicate a non-patched kernel.

-- 
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] 5+ messages in thread

* [Bug 31463] VLC crashes on fullscreen with GLX output and colortiling enabled
  2010-11-08 13:40 [Bug 31463] New: VLC crashes on fullscreen with GLX output and colortiling enabled bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-11-08 16:17 ` bugzilla-daemon
@ 2010-11-08 19:30 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2010-11-08 19:30 UTC (permalink / raw)
  To: dri-devel

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

Trevour <bio_tube@yahoo.com> changed:

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

--- Comment #4 from Trevour <bio_tube@yahoo.com> 2010-11-08 11:30:44 PST ---
That was it - I've got two kernels(2.6.36-amd64-drt-pageflip+ and
2.6.36-amd64-drt-pageflip2+); GRUB2(GRUB classic stopped working for me) got
them in the wrong order(placing the former before the latter), so I swapped
them in grub.cfg, which apparently got regenerate somewhere along the line,
leaving me with the first round of pageflip patches. I've deleted the old
kernel to make sure this doesn't happen again.

-- 
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] 5+ messages in thread

end of thread, other threads:[~2010-11-08 19:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-08 13:40 [Bug 31463] New: VLC crashes on fullscreen with GLX output and colortiling enabled bugzilla-daemon
2010-11-08 15:14 ` [Bug 31463] " bugzilla-daemon
2010-11-08 16:00 ` bugzilla-daemon
2010-11-08 16:17 ` bugzilla-daemon
2010-11-08 19:30 ` 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.