Activity log for bug #1059276

Date Who What changed Old value New value Message
2012-09-30 21:25:25 Erich E. Hoover bug added bug
2012-09-30 21:28:26 Erich E. Hoover bug watch added https://bugs.freedesktop.org/show_bug.cgi?id=54671
2012-09-30 21:28:26 Erich E. Hoover bug task added libxcb
2012-09-30 21:30:21 Robert Hooker libxcb (Ubuntu): status New Triaged
2012-09-30 21:30:22 Robert Hooker libxcb (Ubuntu): importance Undecided Medium
2012-09-30 21:30:32 Robert Hooker libxcb (Ubuntu): assignee Canonical X.org (canonical-x)
2012-10-01 03:23:05 Robert Hooker description Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. Test case: download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it, run wine graphics.exe and watch for it to get hung. Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11.
2012-10-01 18:45:28 Robert Hooker attachment added libxcb_1.8.1-1ubuntu1.debdiff https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1059276/+attachment/3362467/+files/libxcb_1.8.1-1ubuntu1.debdiff
2012-10-01 18:45:52 Robert Hooker attachment added libxcb_1.8.1-1ubuntu0.1.debdiff https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1059276/+attachment/3362468/+files/libxcb_1.8.1-1ubuntu0.1.debdiff
2012-10-01 18:46:05 Robert Hooker nominated for series Ubuntu Precise
2012-10-01 18:46:25 Robert Hooker bug added subscriber Robert Hooker
2012-10-01 18:56:14 Robert Hooker tags patch
2012-10-01 18:56:21 Robert Hooker tags patch patch precise quantal
2012-10-01 19:08:07 Robert Hooker description Test case: download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it, run wine graphics.exe and watch for it to get hung. Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. [IMPACT] Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. This is being hit with a number of popular games on both quantal and precise. [TESTCASE] download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it 2) run wine graphics.exe and watch for it to get hung. 3) It should fade out or be hung on a green screen soon after launch without the fix. [Regression Potential] This patch is in the upstream libxcb repository and will be in libxcb 1.8.2 when it releases. <more info on how regressions are most likely to manifest after update needed>
2012-10-01 19:08:47 Robert Hooker description [IMPACT] Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. This is being hit with a number of popular games on both quantal and precise. [TESTCASE] download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it 2) run wine graphics.exe and watch for it to get hung. 3) It should fade out or be hung on a green screen soon after launch without the fix. [Regression Potential] This patch is in the upstream libxcb repository and will be in libxcb 1.8.2 when it releases. <more info on how regressions are most likely to manifest after update needed> [IMPACT] Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. This is being hit with a number of popular games on both quantal and precise. [TESTCASE] 1) download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it 2) run wine graphics.exe and watch for it to get hung. 3) It should fade out or be hung on a green screen soon after launch without the fix. [Regression Potential] This patch is in the upstream libxcb repository and will be in libxcb 1.8.2 when it releases. <more info on how regressions are most likely to manifest after update needed>
2012-10-01 19:16:16 Erich E. Hoover description [IMPACT] Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. This is being hit with a number of popular games on both quantal and precise. [TESTCASE] 1) download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it 2) run wine graphics.exe and watch for it to get hung. 3) It should fade out or be hung on a green screen soon after launch without the fix. [Regression Potential] This patch is in the upstream libxcb repository and will be in libxcb 1.8.2 when it releases. <more info on how regressions are most likely to manifest after update needed> Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. Test case (1, requires Wine): download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it, run "wine graphics.exe" and watch for it to get hung. Test case (2, Wine not required): download https://bugs.freedesktop.org/attachment.cgi?id=67051 , compile and run: --- gcc -o test t.c -lxcb -lpthread; ./test --- When broken (without the patch) you'll just see "o" repeating over and over, when working properly (with the patch) you'll see both "o" and "x" appearing in the output.
2012-10-01 19:20:39 Robert Hooker description Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. Test case (1, requires Wine): download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it, run "wine graphics.exe" and watch for it to get hung. Test case (2, Wine not required): download https://bugs.freedesktop.org/attachment.cgi?id=67051 , compile and run: --- gcc -o test t.c -lxcb -lpthread; ./test --- When broken (without the patch) you'll just see "o" repeating over and over, when working properly (with the patch) you'll see both "o" and "x" appearing in the output. [IMPACT] Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. This is being hit with a number of popular games on both quantal and precise. [TESTCASE 1 - No wine required] 1) download https://bugs.freedesktop.org/attachment.cgi?id=67051 2) compile and run: --- gcc -o test t.c -lxcb -lpthread; ./test 3) When broken (without the patch) you'll just see "o" repeating over and over, when working properly (with the patch) you'll see both "o" and "x" appearing in the output. [TESTCASE 2 - Wine required] 1) download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it 2) run wine graphics.exe and watch for it to get hung. 3) It should fade out or be hung on a green screen soon after launch without the fix. [Regression Potential] This patch is in the upstream libxcb repository and will be in libxcb 1.8.2 when it releases. <more info on how regressions are most likely to manifest after update needed>
2012-10-01 19:35:17 Robert Hooker attachment removed libxcb_1.8.1-1ubuntu1.debdiff https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1059276/+attachment/3362467/+files/libxcb_1.8.1-1ubuntu1.debdiff
2012-10-01 19:35:29 Robert Hooker attachment removed libxcb_1.8.1-1ubuntu0.1.debdiff https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1059276/+attachment/3362468/+files/libxcb_1.8.1-1ubuntu0.1.debdiff
2012-10-01 19:42:46 Robert Hooker attachment added libxcb_1.8.1-1ubuntu1.debdiff https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1059276/+attachment/3362630/+files/libxcb_1.8.1-1ubuntu1.debdiff
2012-10-01 19:43:14 Robert Hooker attachment added libxcb_1.8.1-1ubuntu0.1.debdiff https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/1059276/+attachment/3362634/+files/libxcb_1.8.1-1ubuntu0.1.debdiff
2012-10-01 19:50:05 Robert Hooker bug added subscriber Ubuntu Sponsors Team
2012-10-01 20:51:04 Robert Hooker removed subscriber Ubuntu Sponsors Team
2012-10-01 22:32:13 Launchpad Janitor libxcb (Ubuntu): status Triaged Fix Released
2012-10-01 22:50:10 Launchpad Janitor branch linked lp:ubuntu/libxcb
2012-10-04 07:43:35 Bug Watch Updater libxcb: status Unknown Fix Released
2012-10-04 07:43:35 Bug Watch Updater libxcb: importance Unknown Medium
2012-10-04 07:43:40 Bug Watch Updater bug watch added http://bugs.winehq.org/show_bug.cgi?id=31406
2012-10-10 14:36:16 Robert Hooker description [IMPACT] Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. This is being hit with a number of popular games on both quantal and precise. [TESTCASE 1 - No wine required] 1) download https://bugs.freedesktop.org/attachment.cgi?id=67051 2) compile and run: --- gcc -o test t.c -lxcb -lpthread; ./test 3) When broken (without the patch) you'll just see "o" repeating over and over, when working properly (with the patch) you'll see both "o" and "x" appearing in the output. [TESTCASE 2 - Wine required] 1) download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it 2) run wine graphics.exe and watch for it to get hung. 3) It should fade out or be hung on a green screen soon after launch without the fix. [Regression Potential] This patch is in the upstream libxcb repository and will be in libxcb 1.8.2 when it releases. <more info on how regressions are most likely to manifest after update needed> [IMPACT] Wine needs an update to libxcb to include upstream commit 23911a707b8845bff52cd7853fc5d59fb0823cef. This commit fixes an issue where multithreaded applications lock up when they use both OpenGL and X11. This is being hit with a number of popular games on both quantal and precise. [TESTCASE 1 - No wine required] 1) download https://bugs.freedesktop.org/attachment.cgi?id=67051 2) compile and run: --- gcc -o test t.c -lxcb -lpthread; ./test 3) When broken (without the patch) you'll just see "o" repeating over and over, when working properly (with the patch) you'll see both "o" and "x" appearing in the output. [TESTCASE 2 - Wine required] 1) download http://bugs.winehq.org/attachment.cgi?id=41417 and extract it 2) run wine graphics.exe and watch for it to get hung. 3) It should fade out or be hung on a green screen soon after launch without the fix. [Regression Potential] This patch is in the stable libxcb 1.9 which was just released last week. There has been no known fallout from it being in quantal for 2 weeks.
2012-10-10 14:36:25 Robert Hooker bug added subscriber Ubuntu Sponsors Team
2012-10-10 14:47:28 Qian Hong bug added subscriber fracting
2012-10-10 15:06:25 Ken Sharp bug added subscriber Ken Sharp
2012-10-17 19:49:54 JP bug added subscriber JP
2012-10-18 21:54:33 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2012-10-18 21:54:38 Brian Murray bug added subscriber SRU Verification
2012-10-18 21:54:46 Brian Murray tags patch precise quantal patch precise quantal verification-needed
2012-10-18 21:57:08 Brian Murray bug task added libxcb (Ubuntu Precise)
2012-10-18 21:57:23 Brian Murray libxcb (Ubuntu Precise): status New Fix Committed
2012-10-18 21:57:28 Brian Murray libxcb (Ubuntu Precise): importance Undecided Medium
2012-10-22 16:12:13 Erich E. Hoover tags patch precise quantal verification-needed patch precise quantal verification-done
2012-10-25 22:46:09 Launchpad Janitor libxcb (Ubuntu Precise): status Fix Committed Fix Released
2012-10-25 22:46:18 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2012-10-28 11:27:11 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/precise/libxcb/precise-proposed
2012-11-23 12:40:53 Benjamin Drung removed subscriber Ubuntu Sponsors Team