https://bugs.freedesktop.org/show_bug.cgi?id=41445
Summary: XBMC problem with playing the videos i915_dri.so Product: DRI Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: libGL AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: wojtasek85@wp.pl
Hello,
When I try play the video file with built-in player "DVDPlayer", the XBMC media center suddenly shutting down. In crash log I see that the problem occurred with i915_dri.so.
I use a Debian testing environment (wheezy) 64 bit and whole system was upgraded to newest one.
Please look on attached archive.
Best regards
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #1 from Wojtek wojtasek85@wp.pl 2011-10-04 04:41:10 PDT --- Created an attachment (id=51922) --> (https://bugs.freedesktop.org/attachment.cgi?id=51922) Debian version
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #2 from Wojtek wojtasek85@wp.pl 2011-10-04 04:41:44 PDT --- Created an attachment (id=51923) --> (https://bugs.freedesktop.org/attachment.cgi?id=51923) Dmesg
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #3 from Wojtek wojtasek85@wp.pl 2011-10-04 04:42:11 PDT --- Created an attachment (id=51924) --> (https://bugs.freedesktop.org/attachment.cgi?id=51924) Lsmod
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #4 from Wojtek wojtasek85@wp.pl 2011-10-04 04:42:40 PDT --- Created an attachment (id=51925) --> (https://bugs.freedesktop.org/attachment.cgi?id=51925) Lspci
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #5 from Wojtek wojtasek85@wp.pl 2011-10-04 04:42:57 PDT --- Created an attachment (id=51926) --> (https://bugs.freedesktop.org/attachment.cgi?id=51926) Uname
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #6 from Wojtek wojtasek85@wp.pl 2011-10-04 04:43:17 PDT --- Created an attachment (id=51927) --> (https://bugs.freedesktop.org/attachment.cgi?id=51927) Glxinfo
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #7 from Wojtek wojtasek85@wp.pl 2011-10-04 04:43:38 PDT --- Created an attachment (id=51928) --> (https://bugs.freedesktop.org/attachment.cgi?id=51928) Glxheads
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #8 from Wojtek wojtasek85@wp.pl 2011-10-04 04:43:57 PDT --- Created an attachment (id=51929) --> (https://bugs.freedesktop.org/attachment.cgi?id=51929) Glxgears
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #9 from Wojtek wojtasek85@wp.pl 2011-10-04 04:44:22 PDT --- Created an attachment (id=51930) --> (https://bugs.freedesktop.org/attachment.cgi?id=51930) Xorg.log
https://bugs.freedesktop.org/show_bug.cgi?id=41445
--- Comment #10 from Wojtek wojtasek85@wp.pl 2011-10-04 04:44:51 PDT --- Created an attachment (id=51931) --> (https://bugs.freedesktop.org/attachment.cgi?id=51931) Xbmc_crashlog
https://bugs.freedesktop.org/show_bug.cgi?id=41445
Ian Romanick idr@freedesktop.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|DRI |Mesa Version|unspecified |7.11 Component|libGL |Drivers/DRI/i915 AssignedTo|dri-devel@lists.freedesktop |idr@freedesktop.org |.org | CC| |eric@anholt.net
--- Comment #11 from Ian Romanick idr@freedesktop.org 2011-10-04 10:36:44 PDT --- (In reply to comment #10)
Created an attachment (id=51931)
--> (https://bugs.freedesktop.org/attachment.cgi?id=51931)
Xbmc_crashlog
Can you install a version of the driver that includes debug symbols? The backtrace only shows what's listed below, and that, unfortunately, doesn't tell us anything.
#0 0x00007f726ae3e2b9 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #1 0x00007f726ad3876f in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #2 0x00007f726ad2b5e9 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #3 0x00007f726ac86057 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #4 0x00007f726ad2bf8f in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #5 0x00007f726ad2c646 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #6 0x00007f726ad23918 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #7 0x00007f726ad1b1ea in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #8 0x00007f726ad1b3c0 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #9 0x00007f726ad1b83c in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so #10 0x00007f726ad1c05d in ?? () from /usr/lib/x86_64-linux-gnu/dri/i915_dri.so
dri-devel@lists.freedesktop.org