Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-28 Thread Keith Packard
Eric Anholt writes: > Reviewed-by: Eric Anholt Merged. 09230a2..d723928 master -> master -- keith.packard at intel.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 810 bytes Desc: not available

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-28 Thread Eric Anholt
Keith Packard writes: > Eric Anholt writes: > >>> --- a/glamor/glamor_xv.c >>> +++ b/glamor/glamor_xv.c >>> @@ -435,7 +435,7 @@ glamor_xv_put_image(glamor_port_private *port_priv, >>> } >>> >>> top = (src_y) & ~1; >>> -nlines = (src_y + height) - top; >>> +nlines = (src_y +

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-28 Thread Eric Anholt
Keith Packard writes: > Eric Anholt writes: > >>> --- a/glamor/glamor_xv.c >>> +++ b/glamor/glamor_xv.c >>> @@ -435,7 +435,7 @@ glamor_xv_put_image(glamor_port_private *port_priv, >>> } >>> >>> top = (src_y) & ~1; >>> -nlines = (src_y + height) - top; >>> +nlines = (src_y +

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-27 Thread Kertesz Laszlo
On Sat, 2014-12-27 at 09:18 -0800, Keith Packard wrote: > Kertesz Laszlo writes: > > > Ok, rebuilt the xserver package with debugging symbols (seems that > > checkinstall strips stuff by default). I got a bigger gdb.txt. See if it > > helps. > > I found a bug -- glamor_xv_put_image was

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-27 Thread Keith Packard
Kertesz Laszlo writes: > Tried it and it works. I had a ~10 min Skype call and had no issues. Thanks for testing. -- keith.packard at intel.com -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 810 bytes

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-27 Thread Keith Packard
Eric Anholt writes: >> --- a/glamor/glamor_xv.c >> +++ b/glamor/glamor_xv.c >> @@ -435,7 +435,7 @@ glamor_xv_put_image(glamor_port_private *port_priv, >> } >> >> top = (src_y) & ~1; >> -nlines = (src_y + height) - top; >> +nlines = (src_y + src_h) - top; >> >> switch

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-27 Thread Keith Packard
Kertesz Laszlo writes: > Ok, rebuilt the xserver package with debugging symbols (seems that > checkinstall strips stuff by default). I got a bigger gdb.txt. See if it > helps. I found a bug -- glamor_xv_put_image was mis-computing the number of lines of changed video when the client drew only a

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-27 Thread Eric Anholt
Keith Packard writes: > Kertesz Laszlo writes: > >> Ok, rebuilt the xserver package with debugging symbols (seems that >> checkinstall strips stuff by default). I got a bigger gdb.txt. See if it >> helps. > > I found a bug -- glamor_xv_put_image was mis-computing the number of > lines of

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-26 Thread Kertesz Laszlo
On Fri, 2014-12-26 at 12:17 +0900, Michel Dänzer wrote: > On 26.12.2014 12:10, Kertesz Laszlo wrote: > > On Fri, 2014-12-26 at 10:26 +0900, Michel Dänzer wrote: > >> On 26.12.2014 09:01, Kertesz Laszlo wrote: > >>> Attached gdb trace (crashed on latest git x server). > >> > >> Did it include

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-26 Thread Michel Dänzer
On 26.12.2014 12:10, Kertesz Laszlo wrote: > On Fri, 2014-12-26 at 10:26 +0900, Michel Dänzer wrote: >> On 26.12.2014 09:01, Kertesz Laszlo wrote: >>> Attached gdb trace (crashed on latest git x server). >> >> Did it include commit 70a6f65f9e2b26ef7539dcacfcfea927bc1f13fd ('glamor: >> Make sure

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-26 Thread Michel Dänzer
On 26.12.2014 09:01, Kertesz Laszlo wrote: > Attached gdb trace (crashed on latest git x server). Did it include commit 70a6f65f9e2b26ef7539dcacfcfea927bc1f13fd ('glamor: Make sure Xvideo source image data is properly aligned')? If not, does that help by any chance? If not, can you make sure

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-26 Thread Kertesz Laszlo
On Fri, 2014-12-26 at 10:26 +0900, Michel Dänzer wrote: > On 26.12.2014 09:01, Kertesz Laszlo wrote: > > Attached gdb trace (crashed on latest git x server). > > Did it include commit 70a6f65f9e2b26ef7539dcacfcfea927bc1f13fd ('glamor: > Make sure Xvideo source image data is properly aligned')?

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-26 Thread Kertesz Laszlo
Attached gdb trace (crashed on latest git x server). -- O zi buna, Kertesz Laszlo -- next part -- Continuing. Program received signal SIGABRT, Aborted. 0x7f95897a5107 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-19 Thread Michel Dänzer
On 19.12.2014 07:03, Kertesz Laszlo wrote: > On Tue, 2014-10-28 at 09:41 -0400, Alex Deucher wrote: >> On Tue, Oct 28, 2014 at 8:13 AM, Laszlo Kertesz >> wrote: >>> Hello, >>> i have an issue with Skype lately (i compile mesa, kernel, drm, xserver from >>> git periodically and i use a A8-6500

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-19 Thread Kertesz Laszlo
On Tue, 2014-10-28 at 09:41 -0400, Alex Deucher wrote: > On Tue, Oct 28, 2014 at 8:13 AM, Laszlo Kertesz > wrote: > > Hello, > > i have an issue with Skype lately (i compile mesa, kernel, drm, xserver from > > git periodically and i use a A8-6500 with its IGP with r600g and glamor). > > It

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-12-18 Thread Alex Deucher
On Thu, Dec 18, 2014 at 5:03 PM, Kertesz Laszlo wrote: > On Tue, 2014-10-28 at 09:41 -0400, Alex Deucher wrote: >> On Tue, Oct 28, 2014 at 8:13 AM, Laszlo Kertesz >> wrote: >> > Hello, >> > i have an issue with Skype lately (i compile mesa, kernel, drm, xserver >> > from >> > git periodically

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-10-28 Thread Laszlo Kertesz
Hello, i have an issue with Skype lately (i compile mesa, kernel, drm, xserver from git periodically and i use a A8-6500 with its IGP with r600g and glamor). It crashes the x server if i use bi directional video call. It seems to work in one-way video. The x server restarts, but skype

Skype bi-directional video call crashes X server (xserver, mesa, drm, kernel from git, r600g+glamor)

2014-10-28 Thread Alex Deucher
On Tue, Oct 28, 2014 at 8:13 AM, Laszlo Kertesz wrote: > Hello, > i have an issue with Skype lately (i compile mesa, kernel, drm, xserver from > git periodically and i use a A8-6500 with its IGP with r600g and glamor). > It crashes the x server if i use bi directional video call. It seems to work