Bug#743035: libgl1-mesa-dri: Upgrade from 9.2.2-1 to 10.1.0-4 breaks webgl in chromium and google chrome

2014-04-07 Thread Andrei POPESCU
Control: reassign -1 src:mesa 10.1.0-4

On Sb, 05 apr 14, 23:41:45, Tobias Diedrich wrote:
 Package: src:libgl1-mesa-dri
 Followup-For: Bug #743035
 
 FWIW I had the same chrome issue with the following error:
 libGL error: MESA-LOADER: could not create udev device for fd 13
 (Albeit for radeon)
 
 After tracing this a bit, I resolved it by removing the old libudev0 which 
 was still installed.
 The bug is that chrome is linked against both libudev0 and libudev1 and was 
 resolving both
 in an interfering manner.
 
 Starting chrome with --no-sandbox I got this additional hint:
 not in sys :/sys/dev/char/226:0
 
 Which is from this udev check and doesn't make any sense at all as 
 /sys/dev/char/226:0
 is part of the /sys tree and also present in there.
 
 /* path starts in sys */
 len = strlen(udev_get_sys_path(udev));
 if (strncmp(syspath, udev_get_sys_path(udev), len) != 0) {
 info(udev, not in sys :%s\n, syspath);
 return NULL;
 
 I then found that chrome links against both udev versions:
 $ ldd /opt/google/chrome/chrome | grep udev
 libudev.so.0 = /lib/x86_64-linux-gnu/libudev.so.0 (0x7f469851)
 libudev.so.1 = /lib/x86_64-linux-gnu/libudev.so.1 (0x7f468fe78000)
 
 And trying purging libudev0 using aptitude purge libudev0 which didn't 
 complain
 about any remaining users of this lib.
 
 Now 3D acceleration is working fine again.
 
 -- System Information:
 Debian Release: jessie/sid
   APT prefers unstable
   APT policy: (990, 'unstable'), (500, 'testing')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386
 
 Kernel: Linux 3.12.3 (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 

-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt


signature.asc
Description: Digital signature


Bug#743035: libgl1-mesa-dri: Upgrade from 9.2.2-1 to 10.1.0-4 breaks webgl in chromium and google chrome

2014-04-07 Thread Kasra Khosoussi
Just FYI: As expected, 10.1.0-5 has no effect on this bug.

Cheers,

Kasra


On Mon, Apr 7, 2014 at 8:18 PM, Andrei POPESCU andreimpope...@gmail.comwrote:

 Control: reassign -1 src:mesa 10.1.0-4

 On Sb, 05 apr 14, 23:41:45, Tobias Diedrich wrote:
  Package: src:libgl1-mesa-dri
  Followup-For: Bug #743035
 
  FWIW I had the same chrome issue with the following error:
  libGL error: MESA-LOADER: could not create udev device for fd 13
  (Albeit for radeon)
 
  After tracing this a bit, I resolved it by removing the old libudev0
 which was still installed.
  The bug is that chrome is linked against both libudev0 and libudev1 and
 was resolving both
  in an interfering manner.
 
  Starting chrome with --no-sandbox I got this additional hint:
  not in sys :/sys/dev/char/226:0
 
  Which is from this udev check and doesn't make any sense at all as
 /sys/dev/char/226:0
  is part of the /sys tree and also present in there.
 
  /* path starts in sys */
  len = strlen(udev_get_sys_path(udev));
  if (strncmp(syspath, udev_get_sys_path(udev), len) != 0) {
  info(udev, not in sys :%s\n, syspath);
  return NULL;
 
  I then found that chrome links against both udev versions:
  $ ldd /opt/google/chrome/chrome | grep udev
  libudev.so.0 = /lib/x86_64-linux-gnu/libudev.so.0 (0x7f469851)
  libudev.so.1 = /lib/x86_64-linux-gnu/libudev.so.1 (0x7f468fe78000)
 
  And trying purging libudev0 using aptitude purge libudev0 which didn't
 complain
  about any remaining users of this lib.
 
  Now 3D acceleration is working fine again.
 
  -- System Information:
  Debian Release: jessie/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing')
  Architecture: amd64 (x86_64)
  Foreign Architectures: i386
 
  Kernel: Linux 3.12.3 (SMP w/4 CPU cores)
  Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
  Shell: /bin/sh linked to /bin/dash
 

 --
 http://wiki.debian.org/FAQsFromDebianUser
 Offtopic discussions among Debian users and developers:
 http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
 http://nuvreauspam.ro/gpg-transition.txt



Bug#743035: libgl1-mesa-dri: Upgrade from 9.2.2-1 to 10.1.0-4 breaks webgl in chromium and google chrome

2014-04-05 Thread Tobias Diedrich
Package: src:libgl1-mesa-dri
Followup-For: Bug #743035

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

FWIW I had the same chrome issue with the following error:
libGL error: MESA-LOADER: could not create udev device for fd 13
(Albeit for radeon)

After tracing this a bit, I resolved it by removing the old libudev0 which was 
still installed.
The bug is that chrome is linked against both libudev0 and libudev1 and was 
resolving both
in an interfering manner.

Starting chrome with --no-sandbox I got this additional hint:
not in sys :/sys/dev/char/226:0

Which is from this udev check and doesn't make any sense at all as 
/sys/dev/char/226:0
is part of the /sys tree and also present in there.

/* path starts in sys */
len = strlen(udev_get_sys_path(udev));
if (strncmp(syspath, udev_get_sys_path(udev), len) != 0) {
info(udev, not in sys :%s\n, syspath);
return NULL;

I then found that chrome links against both udev versions:
$ ldd /opt/google/chrome/chrome | grep udev
libudev.so.0 = /lib/x86_64-linux-gnu/libudev.so.0 (0x7f469851)
libudev.so.1 = /lib/x86_64-linux-gnu/libudev.so.1 (0x7f468fe78000)

And trying purging libudev0 using aptitude purge libudev0 which didn't 
complain
about any remaining users of this lib.

Now 3D acceleration is working fine again.

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

Kernel: Linux 3.12.3 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFTQHiX5q/seprH4LwRAozeAJ98wCtZH6uTS2VJMhMw/R8qpFeFngCcDdso
RIz87szg3tFf3CTLrpmjRpY=
=mXsj
-END PGP SIGNATURE-


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