[Ubuntu-x-swat] [Bug 1776499] Re: Crash in libegl-mesa0 due to out of bound array access

2019-01-30 Thread Yogish Kulkarni
When it is expected libegl-mesa0 to move from bionic-proposed to bionic- updates ? thanks! -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1776499 Title: Crash in libegl-mesa0 due to out of bound

[Ubuntu-x-swat] [Bug 1776499] Re: Crash in libegl-mesa0 due to out of bound array access

2019-01-30 Thread Yogish Kulkarni
Before using libegl-mesa0 from bionic-proposed: $ apt-cache policy libegl-mesa0 libegl-mesa0: Installed: 18.0.5-0ubuntu0~18.04.1 Candidate: 18.0.5-0ubuntu0~18.04.1 Version table: *** 18.0.5-0ubuntu0~18.04.1 100 100 /var/lib/dpkg/status $ cat main.c main() { eglGetProcAddress("egl

[Ubuntu-x-swat] [Bug 1776499] Re: Crash in libegl-mesa0 due to out of bound array access

2018-10-25 Thread Yogish Kulkarni
Hi Timo, It seems -proposed "18.0.5-0ubuntu0~18.04.1" is migrated to -updates. So, is it possible to fix this in next version getting finalized for -updates ? -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad

[Ubuntu-x-swat] [Bug 1782285] Re: Add missing libGLESv1_CM.so to Bionic

2018-09-10 Thread Yogish Kulkarni
Verified that libGLESv1_CM.so gets installed after installing libglvnd0 from bionic-proposed. To upgrade libglvnd0, I did following: 1) Add "deb http://ports.ubuntu.com/ubuntu-ports bionic-proposed restricted main multiverse universe" in /etc/apt/sources.list 2) sudo apt-get update 3) sudo apt-ge

[Ubuntu-x-swat] [Bug 1782285] [NEW] Add missing libGLESv1_CM.so to Bionic

2018-07-17 Thread Yogish Kulkarni
Public bug reported: libGLESv1_CM.so is provided by GLVND project. This binary is missing in Bionic. It is also not listed under libglvnd source package in Bionic: https://launchpad.net/ubuntu/bionic/+source/libglvnd This bug is to know if this was unintentional ? in that case can it be generated

[Ubuntu-x-swat] [Bug 1776499] Re: Crash in libegl-mesa0 due to out of bound array access

2018-06-26 Thread Yogish Kulkarni
Hi Timo, Is the fix for this issue likely to backported to Bionic ? -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1776499 Title: Crash in libegl-mesa0 due to out of bound array access To manag

[Ubuntu-x-swat] [Bug 1776499] Re: Crash in libegl-mesa0 due to out of bound array access

2018-06-13 Thread Yogish Kulkarni
Crash can be reproduced by simple test application which does e.g. : main() { eglGetProcAddress("egl148546488546404"); } The problem is in the search algorithm used in mesa to look for the name passed to eglGetProcAddress. So crash can reproduce with other names as well. Please note that this

[Ubuntu-x-swat] [Bug 1776499] Re: Crash in libegl-mesa0 due to out of bound array access

2018-06-13 Thread Yogish Kulkarni
Sorry, I couldn't understand what do you mean by distro patch. Do you mean it needs to be applied as patch over the current version of libegl- mesa0 in Bionic and libegl-mesa0 generated with this patch needs to come as upgrade in Bionic (i.e when I do apt-get upgrade) ? thanks! -- You received th

[Ubuntu-x-swat] [Bug 1776499] [NEW] Crash in libegl-mesa0 due to out of bound array access

2018-06-12 Thread Yogish Kulkarni
Public bug reported: Crash in libegl-mesa0 due to out of bound array access. Crash is fixed on Mesa master branch with change: https://cgit.freedesktop.org/mesa/mesa/commit/?id=41642bdbca007035772fbfdc311f14daa5510d5d .This bug is to request to include this change in Mesa upgrades in bionic. Plea