Activity log for bug #877791

Date Who What changed Old value New value Message
2011-10-18 22:46:28 Steffen Röcker bug added bug
2011-10-18 22:47:17 Launchpad Janitor appmenu-qt (Ubuntu): status New Confirmed
2011-10-18 22:56:45 Dave Gilbert appmenu-qt (Ubuntu): importance Undecided Medium
2011-10-18 22:57:30 Dave Gilbert tags apport-bug i386 oneiric running-unity apport-bug i386 oneiric patch running-unity
2011-10-19 16:37:14 Stéphane Graber appmenu-qt (Ubuntu): assignee Aurélien Gâteau (agateau)
2011-10-20 09:02:04 Aurélien Gâteau appmenu-qt (Ubuntu): status Confirmed Fix Committed
2011-10-20 09:02:24 Launchpad Janitor branch linked lp:appmenu-qt
2011-10-20 09:18:37 Aurélien Gâteau bug task added appmenu-qt
2011-10-20 09:18:47 Aurélien Gâteau appmenu-qt: assignee Aurélien Gâteau (agateau)
2011-10-20 09:18:51 Aurélien Gâteau appmenu-qt: status New Fix Released
2011-10-20 09:18:54 Aurélien Gâteau appmenu-qt: importance Undecided Medium
2011-10-20 09:19:00 Aurélien Gâteau appmenu-qt (Ubuntu): status Fix Committed Triaged
2011-10-20 11:41:50 Aurélien Gâteau description Several applications (calibre,fbreader) crash in AppMenuPlatformMenuBar::setAltPressed because m_exporter is NULL. Workaround in line 216: - if (m_adapter) { + if (m_adapter && m_adapter->m_exporter) { seems to work. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: appmenu-qt 0.2.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic i686 ApportVersion: 1.23-0ubuntu3 Architecture: i386 Date: Wed Oct 19 00:40:29 2011 InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100803.1) ProcEnviron: PATH=(custom, user) LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: appmenu-qt UpgradeStatus: Upgraded to oneiric on 2011-08-07 (72 days ago) ---- SRU info ---- [Impact] Any Qt application whose main window does not have a menubar will crash when Alt is pressed. [Development Fix] Fixed in appmenu-qt by ensuring the code responsible for registering the mainwindow on DBus does not tell it has registered one when it did not. [Stable Fix] Only change in upstream release 0.2.3 is a fix for this bug (see http://bazaar.launchpad.net/~agateau/appmenu-qt/trunk/revision/31 ). [Test Case] - Start fbreader - Press Alt => application crashes [Regression Potential] No regression expected. ---- Original description ---- Several applications (calibre,fbreader) crash in AppMenuPlatformMenuBar::setAltPressed because m_exporter is NULL. Workaround in line 216: - if (m_adapter) { + if (m_adapter && m_adapter->m_exporter) { seems to work. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: appmenu-qt 0.2.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic i686 ApportVersion: 1.23-0ubuntu3 Architecture: i386 Date: Wed Oct 19 00:40:29 2011 InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100803.1) ProcEnviron:  PATH=(custom, user)  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: appmenu-qt UpgradeStatus: Upgraded to oneiric on 2011-08-07 (72 days ago)
2011-10-20 11:42:01 Aurélien Gâteau nominated for series Ubuntu Oneiric
2011-10-20 11:42:19 Aurélien Gâteau bug added subscriber Ubuntu Stable Release Updates Team
2011-10-20 11:44:23 Aurélien Gâteau attachment added debdiff for appmenu-qt_0.2.3-0ubuntu1 https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+attachment/2562436/+files/appmenu-qt-dont-crash-when-alt-is-pressed.debdiff
2011-10-20 11:59:48 Aurélien Gâteau bug added subscriber Didier Roche
2011-10-20 12:30:00 Didier Roche-Tolomelli bug task added appmenu-qt (Ubuntu Oneiric)
2011-10-20 13:37:26 Aurélien Gâteau attachment added debdiff for appmenu-qt_0.2.2-0ubuntu2 https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+attachment/2562615/+files/appmenu-qt-dont-crash-when-alt-is-pressed.debdiff
2011-10-20 13:40:51 Aurélien Gâteau attachment removed debdiff for appmenu-qt_0.2.2-0ubuntu2 https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+attachment/2562615/+files/appmenu-qt-dont-crash-when-alt-is-pressed.debdiff
2011-10-20 13:42:16 Aurélien Gâteau attachment added debdiff for appmenu-qt_0.2.2-0ubuntu2 https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+attachment/2562655/+files/appmenu-qt-dont-crash-when-alt-is-pressed.debdiff
2011-10-20 15:20:42 Aurélien Gâteau appmenu-qt: status Fix Released In Progress
2011-10-20 16:46:23 Launchpad Janitor appmenu-qt (Ubuntu Oneiric): status New Confirmed
2011-10-23 11:55:13 Edin Merdan summary appmenu crashes on AppMenuPlatformMenuBar::setAltPressed appm
2011-10-23 11:56:00 Edin Merdan summary appm appmenu crashes on AppMenuPlatformMenuBar::setAltPressed
2011-10-27 10:27:20 kkivi bug added subscriber kkivi
2011-10-28 18:30:33 Alon Ziv bug added subscriber Alon Ziv
2011-11-10 12:54:02 Aurélien Gâteau appmenu-qt: status In Progress Fix Released
2011-11-14 11:25:41 Aurélien Gâteau description ---- SRU info ---- [Impact] Any Qt application whose main window does not have a menubar will crash when Alt is pressed. [Development Fix] Fixed in appmenu-qt by ensuring the code responsible for registering the mainwindow on DBus does not tell it has registered one when it did not. [Stable Fix] Only change in upstream release 0.2.3 is a fix for this bug (see http://bazaar.launchpad.net/~agateau/appmenu-qt/trunk/revision/31 ). [Test Case] - Start fbreader - Press Alt => application crashes [Regression Potential] No regression expected. ---- Original description ---- Several applications (calibre,fbreader) crash in AppMenuPlatformMenuBar::setAltPressed because m_exporter is NULL. Workaround in line 216: - if (m_adapter) { + if (m_adapter && m_adapter->m_exporter) { seems to work. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: appmenu-qt 0.2.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic i686 ApportVersion: 1.23-0ubuntu3 Architecture: i386 Date: Wed Oct 19 00:40:29 2011 InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100803.1) ProcEnviron:  PATH=(custom, user)  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: appmenu-qt UpgradeStatus: Upgraded to oneiric on 2011-08-07 (72 days ago) ---- SRU info ---- [Impact] Any Qt application whose main window does not have a menubar will crash when Alt is pressed. [Development Fix] Fixed in appmenu-qt by ensuring the code responsible for registering the mainwindow on DBus does not tell it has registered one when it did not. [Stable Fix] The fix proposed by Steffen is fine for Oneiric. Turned it into a debdiff (see attached patch) [Test Case] - Start fbreader - Press Alt => application crashes [Regression Potential] No regression expected. ---- Original description ---- Several applications (calibre,fbreader) crash in AppMenuPlatformMenuBar::setAltPressed because m_exporter is NULL. Workaround in line 216: - if (m_adapter) { + if (m_adapter && m_adapter->m_exporter) { seems to work. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: appmenu-qt 0.2.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic i686 ApportVersion: 1.23-0ubuntu3 Architecture: i386 Date: Wed Oct 19 00:40:29 2011 InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100803.1) ProcEnviron:  PATH=(custom, user)  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: appmenu-qt UpgradeStatus: Upgraded to oneiric on 2011-08-07 (72 days ago)
2011-11-14 15:10:12 Launchpad Janitor appmenu-qt (Ubuntu): status Triaged Fix Released
2011-11-14 18:13:22 Launchpad Janitor branch linked lp:ubuntu/appmenu-qt
2011-11-15 04:45:22 Chris Halse Rogers appmenu-qt (Ubuntu Oneiric): status Confirmed Fix Committed
2011-11-15 04:45:27 Chris Halse Rogers bug added subscriber SRU Verification
2011-11-15 04:45:33 Chris Halse Rogers tags apport-bug i386 oneiric patch running-unity apport-bug i386 oneiric patch running-unity verification-needed
2011-11-15 05:08:27 Launchpad Janitor branch linked lp:ubuntu/oneiric-proposed/appmenu-qt
2011-11-15 12:55:49 Martin Pitt tags apport-bug i386 oneiric patch running-unity verification-needed apport-bug i386 oneiric patch running-unity verification-done
2011-11-22 06:13:39 Launchpad Janitor appmenu-qt (Ubuntu Oneiric): status Fix Committed Fix Released
2011-12-01 07:35:18 Rex Tsai bug added subscriber Rex Tsai