libx11: Issues with Data32/_XData32

2017-01-23 Thread James Clarke
Hi, I've been debugging an issue in gtk2-perl causing it to SIGBUS on sparc64, and traced it back to what seems to be dodgy code inside libx11. One of the tests calls gdk_window_set_opacity, which calls XChangeProperty with a pointer to a guint32, cast to char*, with the length set to 32 bits as

Bug#847073: X doesn't start with new xserver-xorg-video-intel

2016-12-07 Thread James Clarke
Control: tags -1 fixed-upstream > On 5 Dec 2016, at 12:49, Micha vor dem Berge > <micha.vordembe...@christmann.info> wrote: >> Am 05.12.2016 um 12:27 schrieb James Clarke: >> Package: xserver-xorg-video-intel >> Version: 2:2.99.917+git20161105-1 >> Severit

Bug#847073: X doesn't start with new xserver-xorg-video-intel

2016-12-05 Thread James Clarke
> On 5 Dec 2016, at 12:05, Emilio Pozuelo Monfort <poch...@gmail.com> wrote: > > On 05/12/16 12:27, James Clarke wrote: >> Package: xserver-xorg-video-intel >> Version: 2:2.99.917+git20161105-1 >> Severity: important >> Tags: patch upstream >> Cont

Bug#847073: X doesn't start with new xserver-xorg-video-intel

2016-12-05 Thread James Clarke
Package: xserver-xorg-video-intel Version: 2:2.99.917+git20161105-1 Severity: important Tags: patch upstream Control: retitle -1 segfaults due to missing NULL check in has_connector_backlight This looks like [1] was reached with dir being NULL, though since you don't have debugging symbols (and

Bug#822179: xorg: X.Org X Server starts normally, crashes with Segmentation fault on starting any application

2016-04-25 Thread James Clarke
Control: forwarded -1 https://patchwork.freedesktop.org/series/6272/ Control: tags -1 upstream > On 24 Apr 2016, at 08:44, Emilio Pozuelo Monfort <po...@debian.org> wrote: > >> On 23/04/16 17:27, James Clarke wrote: >> >> I rebuilt xorg-server-2_1.18.3-1 having p

Bug#822179: xorg: X.Org X Server starts normally, crashes with Segmentation fault on starting any application

2016-04-23 Thread James Clarke
> On 23 Apr 2016, at 15:03, James Clarke <jrt...@jrtc27.com> wrote: > > Hi, >> On 23 Apr 2016, at 14:55, Samuel Thibault <sthiba...@debian.org >> <mailto:sthiba...@debian.org>> wrote: >> >> Hello, >> >> James Clarke, on Sat 23

Bug#822179: xorg: X.Org X Server starts normally, crashes with Segmentation fault on starting any application

2016-04-23 Thread James Clarke
> On 23 Apr 2016, at 15:06, Samuel Thibault <sthiba...@debian.org> wrote: > > James Clarke, on Sat 23 Apr 2016 15:03:29 +0100, wrote: >>> AIUI, nothing uses XFD_SETSIZE actually, it's just the default value >>> that X uses for FD_SETSIZE in case it's not alrea

Bug#822179: xorg: X.Org X Server starts normally, crashes with Segmentation fault on starting any application

2016-04-23 Thread James Clarke
Hi, > On 23 Apr 2016, at 14:55, Samuel Thibault <sthiba...@debian.org> wrote: > > Hello, > > James Clarke, on Sat 23 Apr 2016 14:44:52 +0100, wrote: >> I have attached a proposed patch which ensures XFD_SETSIZE never >> exceeds FD_SETSIZE. > > Did

Bug#822179: xorg: X.Org X Server starts normally, crashes with Segmentation fault on starting any application

2016-04-23 Thread James Clarke
Control: tags -1 - moreinfo Control: tags -1 + patch Control: reassign x11proto-core-dev 7.0.28-1 Hi, I looked into this, and it turns out https://anonscm.debian.org/cgit/pkg-xorg/proto/x11proto-core.git/commit/?id=2c94cdb453bc641246cc8b9a876da9799bee1ce7 is to blame, not the server itself. On