Bug#657215: [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol

2013-06-10 Thread Kevin Ryde
Julien Cristau writes: > > Both it and libXv use sz_xvEncodingInfo, which is ok. Am I right code is always supposed to use the "sz_" constants, not sizeof? Not that that would be an excuse to break anything. If in doubt I suppose could put the intended pad before, but leave the pad at the end a

Re: HAL and *BSD

2013-06-10 Thread Samuel Thibault
Steven Chamberlain, le Mon 10 Jun 2013 23:20:54 +0100, a écrit : > On 05/06/13 02:08, Michael Biebl wrote: > > Afaics, there are basically 3 options: > > > > 1/ We drop hal and Xorg is ported to something like devd on *BSD > > > > 2/ We drop hal and hal support is simply disabled on non-Linux, wh

Re: HAL and *BSD

2013-06-10 Thread Steven Chamberlain
Hi, On 05/06/13 02:08, Michael Biebl wrote: > Afaics, there are basically 3 options: > > 1/ We drop hal and Xorg is ported to something like devd on *BSD > > 2/ We drop hal and hal support is simply disabled on non-Linux, which > means, Xorg needs to be configured manually? Maybe Julien or KiBi

Bug#711584: gnome-control-center: *** Error in `gnome-control-center': free(): invalid pointer: 0x00007f6e3619c000 ***

2013-06-10 Thread Ludovic Lebègue
. Reassigning to mesa for now. > > Can you install libllvm3.2-dbg and get another valgrind trace? Also attach the > whole trace as there are more errors than the one you posted and the others > may > be relevant. > > Thanks, > Emilio > > > > > Emilio >

Processed: severity of 711901 is important

2013-06-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 711901 important Bug #711901 [xserver-xorg-input-evdev] random xserver deadlocks in evdev Severity set to 'important' from 'normal' > thanks Stopping processing here. Please contact me if you need assistance. -- 711901: http://bugs.debi

Bug#711901: random xserver deadlocks in evdev

2013-06-10 Thread Julien Cristau
Control: tag -1 upstream fixed-upstream On Mon, Jun 10, 2013 at 21:24:05 +0200, Goetz Gaycken wrote: > Xorg > #1 0x7f6a19b6c60a in _L_lock_3705 () at malloc.c:5104 > #2 0x7f6a19b675e9 in _int_free (av=0x7f6a19e93640 , > p=0x7f6a1d8032b0, have_lock=0) at malloc.c:3858 > #3 0x7f6a13

Processed: Re: Bug#711901: random xserver deadlocks in evdev

2013-06-10 Thread Debian Bug Tracking System
Processing control commands: > tag -1 upstream fixed-upstream Bug #711901 [xserver-xorg-input-evdev] random xserver deadlocks in evdev Added tag(s) upstream and fixed-upstream. -- 711901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711901 Debian Bug Tracking System Contact ow...@bugs.debian

Bug#711901: random xserver deadlocks in evdev

2013-06-10 Thread Goetz Gaycken
Package: xserver-xorg-input-evdev Version: 1:2.7.1-1 Xorg randomly hangs about once per day. As far as I remember the problem occurred when I had the stupid idea to install gnome-shell 3.8, which, I think, also pulled in a xorg update. I am using Debian GNU/Linux amd64 unstable + xorg and gn

Re: Bug#711584: gnome-control-center: *** Error in `gnome-control-center': free(): invalid pointer: 0x00007f6e3619c000 ***

2013-06-10 Thread Emilio Pozuelo Monfort
errors than the one you posted and the others may be relevant. Thanks, Emilio > > Emilio > >> 20130610-711584-valgrind-report >> >> >> ==4938== Memcheck, a memory error detector >> ==4938== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward

Processed: Re: Bug#711584: gnome-control-center: *** Error in `gnome-control-center': free(): invalid pointer: 0x00007f6e3619c000 ***

2013-06-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 711584 libgl1-mesa-dri 9.1.3-6 Bug #711584 [gnome-control-center] gnome-control-center: *** Error in `gnome-control-center': free(): invalid pointer: 0x7f6e3619c000 *** Bug reassigned from package 'gnome-control-center' to 'libgl1-me

Re: Bug#711584: gnome-control-center: *** Error in `gnome-control-center': free(): invalid pointer: 0x00007f6e3619c000 ***

2013-06-10 Thread Emilio Pozuelo Monfort
in llvm. Reassigning to mesa for now. Emilio > 20130610-711584-valgrind-report > > > ==4938== Memcheck, a memory error detector > ==4938== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. > ==4938== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copy

Bug#657215: [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol

2013-06-10 Thread Julien Cristau
On Mon, Jun 10, 2013 at 11:41:00 +0200, Daniel Martin wrote: > On 9 June 2013 19:00, Julien Cristau wrote: > > The padding is *before* the rate field, so the rate is placed on a 32bit > > boundary. This change adds explicit padding between height and rate, > > and removes extraneous padding afte

Bug#657215: [PATCH videoproto] Xvproto: fix xvEncodingInfo to match actual wire protocol

2013-06-10 Thread Daniel Martin
On 9 June 2013 19:00, Julien Cristau wrote: > The padding is *before* the rate field, so the rate is placed on a 32bit > boundary. This change adds explicit padding between height and rate, > and removes extraneous padding after the rate field, which the server > never sent and xlib never read. >