Bug#754392: weston: segfault on exit when cms-colord.so is loaded

2016-02-13 Thread Hector Oron
On Tue, Sep 16, 2014 at 01:10:08PM +0200, Laurent Bigonville wrote:
> Package: weston
> Version: 1.5.93-1.1
> Followup-For: Bug #754392

> Still crashing for me with 1.5.93-1.1

Upstream has a commit for this one:
  2611ebd316056cdd85d75e848813d438cffbf507

which should be available since 1.8.91 release.

Do you still experience this issue with 1.9.0 in Debian?

Regards,
-- 
  Hector Oron


signature.asc
Description: PGP signature


Bug#754392: weston: segfault on exit when cms-colord.so is loaded

2014-09-16 Thread Laurent Bigonville
Package: weston
Version: 1.5.93-1.1
Followup-For: Bug #754392

Hey,

Still crashing for me with 1.5.93-1.1

Cheers,

Laurent Bigonville

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages weston depends on:
ii  adduser 3.113+nmu3
ii  libc6   2.19-11
ii  libcairo2   1.12.16-5
ii  libcolord2  1.2.1-1
ii  libdbus-1-3 1.8.6-2
ii  libdrm2 2.4.56-1
ii  libegl1-mesa10.2.6-1
ii  libegl1-mesa-drivers10.2.6-1
ii  libgbm1 10.2.6-1
ii  libgles2-mesa   10.2.6-1
ii  libglib2.0-02.40.0-5
ii  libinput5   0.6.0+dfsg-1
ii  libjpeg62   1:1.3.1-2
ii  liblcms2-2  2.6-3
ii  libmtdev1   1.1.5-1
ii  libpam0g1.1.8-3.1
ii  libpango-1.0-0  1.36.7-1
ii  libpangocairo-1.0-0 1.36.7-1
ii  libpixman-1-0   0.32.6-3
ii  libpng12-0  1.2.50-2
ii  libsystemd-login0   215-4
ii  libudev1215-4
ii  libwayland-client0  1.5.93-1
ii  libwayland-cursor0  1.5.93-1
ii  libwayland-egl1-mesa [libwayland-egl1]  10.2.6-1
ii  libwayland-server0  1.5.93-1
ii  libx11-62:1.6.2-3
ii  libx11-xcb1 2:1.6.2-3
ii  libxcb-composite0   1.10-3
ii  libxcb-render0  1.10-3
ii  libxcb-shape0   1.10-3
ii  libxcb-shm0 1.10-3
ii  libxcb-xfixes0  1.10-3
ii  libxcb-xkb1 1.10-3
ii  libxcb1 1.10-3
ii  libxcursor1 1:1.1.14-1
ii  libxkbcommon0   0.4.3-1

Versions of packages weston recommends:
ii  libgl1-mesa-dri  10.2.6-1

weston suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#754392: weston: segfault on exit when cms-colord.so is loaded

2014-08-12 Thread Laurent Bigonville
Package: weston
Followup-For: Bug #754392

Hi,

I ran weston using valgrind and the logs can be found at:

https://people.debian.org/~bigon/weston_vg.log (warning ~40M)

I'm seeing the following thing (in addition to the mesa leaks):

==13455== Syscall param sendmsg(msg.msg_iov[0]) points to uninitialised byte(s)
==13455==at 0x5B160CD: ??? (syscall-template.S:81)
==13455==by 0x4E3BFE8: wl_connection_flush.part.4 (in 
/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0)
==13455==by 0x4E3A1FF: wl_display_flush_clients (in 
/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0)
==13455==by 0x4E3A257: wl_display_run (in 
/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0)
==13455==by 0x411610: main (compositor.c:4316) 
==13455==  Address 0x64c1dd3 is 4,131 bytes inside a block of size 16,424 
alloc'd
==13455==at 0x4C284C0: malloc (in 
/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==13455==by 0x4E3C111: wl_connection_create (in 
/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0)
==13455==by 0x4E3A822: wl_client_create (in 
/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0)
==13455==by 0x40811E: weston_client_launch (compositor.c:306)
==13455==by 0x41CCF2: launch_input_method (text-backend.c:898)
==13455==by 0x41CE20: handle_seat_created (text-backend.c:935)
==13455==by 0x411774: wl_signal_emit (wayland-server.h:260)
==13455==by 0x416837: weston_seat_init (input.c:2221)
==13455==by 0x680B3BF: x11_input_create (compositor-x11.c:315)
==13455==by 0x680E2A5: x11_compositor_create (compositor-x11.c:1539)
==13455==by 0x680E84F: backend_init (compositor-x11.c:1646)
==13455==by 0x4112BB: main (compositor.c:4240)
==13455== 

When the plugin is NOT loaded
(https://people.debian.org/~bigon/weston_vg2.log) less mesa leaks and in
this case I actually see invalid writes.

Cheers,

Laurent Bigonville


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org