[Ubuntu-x-swat] [Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-07-19 Thread Ricardo Salveti
** Description changed: [Impact] - + Segmentation fault at X11 where the randr code could use the randr screen private data without checking for null first. This happens when the X server is running with multiple screens, some of which are randr enabled and some of which are not. Application

[Ubuntu-x-swat] [Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-07-19 Thread Ricardo Salveti
Great, will move the SRU ahead then. Thanks! ** Changed in: xorg-server (Ubuntu Precise) Status: New => In Progress ** Changed in: xorg-server (Ubuntu Precise) Importance: Undecided => High ** Changed in: xorg-server (Ubuntu Precise) Assignee: (unassigned) => Ricardo Salveti (rsa

[Ubuntu-x-swat] [Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-07-19 Thread Bryce Harrington
Thanks for these two fixes. We're actually planning on pulling in 1.13 fairly soon; it's already staged in our git tree. I've verified these two patches are already included in our tree (git commits 32603f57 and 855003c3), so that should sufficiently address this bug. ** Changed in: xorg-serve

[Ubuntu-x-swat] [Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-07-19 Thread Bryce Harrington
** Description changed: + [Impact] + + + [Test Case] + + 1. + 2. + 3. + Broken Behavior: + Fixed Behavior: + + [Regression Potential] + + + [Original Report] + While testing Qt 5 support on Ubuntu, and validating the support for OpenGL ES2.0 with Pandaboard, I couldn't start Snowshoe

[Ubuntu-x-swat] [Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-07-17 Thread Adam Conrad
** Also affects: xorg-server (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: pvr-omap4 (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: xorg-server (Ubuntu Quantal) Importance: High Assignee: Ricardo Salveti (rsalveti) Stat

[Ubuntu-x-swat] [Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-07-17 Thread Ricardo Salveti
Attached the debdiff for Quantal, to be able to fix the seg fault issue in case the user is using 2 monitors and just one has randr support. ** Patch added: "xorg-server_1.12.1.902-1ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1015292/+attachment/3226483/+files/x

[Ubuntu-x-swat] [Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-06-22 Thread Ricardo Salveti
** Changed in: xorg-server (Ubuntu) Status: New => In Progress ** Changed in: xorg-server (Ubuntu) Importance: Undecided => High ** Changed in: xorg-server (Ubuntu) Assignee: (unassigned) => Ricardo Salveti (rsalveti) -- You received this bug notification because you are a member

[Ubuntu-x-swat] [Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-06-21 Thread Ricardo Salveti
Patch sent upstream and reviewed by Keith: - http://lists.x.org/archives/xorg-devel/2012-June/031836.html Then he also proposed a similar patch for other use cases at http://lists.x.org/archives/xorg-devel/2012-June/031888.html. Once accepted I'll take care of sending a debdiff for quantal and cr

[Ubuntu-x-swat] [Bug 1015292] Re: QT5 based applications fails with a segmentation fault with Pandaboard and the SGX driver

2012-06-20 Thread Ricardo Salveti
If the pointer is also checked at the xorg side, it works as expected. Tested with the patch: commit 6e83934da0288e9a182c0f7982871ea5eaff1cec Author: Ricardo Salveti de Araujo Date: Wed Jun 20 20:19:09 2012 -0300 randr: first check pSrcPriv before using the pointer at RRFirstOutput