Activity log for bug #993810

Date Who What changed Old value New value Message
2012-05-03 08:26:32 David Henningsson bug added bug
2012-05-03 08:30:50 Martin Pitt marked as duplicate 359810
2012-05-03 08:40:21 Martin Pitt removed duplicate marker 359810
2012-05-03 08:40:37 Martin Pitt apport (Ubuntu): status New In Progress
2012-05-03 08:40:39 Martin Pitt apport (Ubuntu): importance Undecided Medium
2012-05-03 08:40:42 Martin Pitt apport (Ubuntu): assignee Martin Pitt (pitti)
2012-05-29 16:11:05 Martin Pitt nominated for series Ubuntu Precise
2012-05-29 16:11:05 Martin Pitt bug task added apport (Ubuntu Precise)
2012-05-29 16:11:15 Martin Pitt apport (Ubuntu Precise): status New Triaged
2012-05-29 16:11:18 Martin Pitt apport (Ubuntu Precise): importance Undecided Medium
2012-05-29 17:48:20 Launchpad Janitor branch linked lp:apport
2012-05-30 06:12:55 Martin Pitt description Running apport-collect on a bug against alsa-driver results in the following stack trace. My guess is that this has something to do with that the source package name is "alsa-driver" but there is no binary package with that name (it's named "alsa-base", among others). Running apport-collect on a bug against "pulseaudio" succeeds. There is both a source and a binary package named "pulseaudio". No packages found matching alsa-driver. Traceback (most recent call last): File "/usr/share/apport/apport-gtk", line 499, in <lambda> GLib.idle_add(lambda: self.collect_info(on_finished=self.ui_update_view)) File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 867, in collect_info icthread.exc_raise() File "/usr/lib/python2.7/dist-packages/apport/REThread.py", line 34, in run self._retval = self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 74, in thread_collect_info report.add_package_info(package) File "/usr/lib/python2.7/dist-packages/apport/report.py", line 225, in add_package_info self['SourcePackage'] = packaging.get_source(package) File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 116, in get_source if self._apt_pkg(package).installed: File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 87, in _apt_pkg raise ValueError('package does not exist') ValueError: package does not exist ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: apport 2.0.1-0ubuntu7 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CrashReports: 640:1000:114:16647:2012-04-25 17:28:10.236896000 +0200:2012-04-25 17:28:11.236896000 +0200:/var/crash/_usr_bin_rdiff-backup.1000.crash Date: Thu May 3 10:19:21 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120421) PackageArchitecture: all ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: apport UpgradeStatus: No upgrade log present (probably fresh install) Running apport-collect on a bug against alsa-driver results in the following stack trace. My guess is that this has something to do with that the source package name is "alsa-driver" but there is no binary package with that name (it's named "alsa-base", among others). Running apport-collect on a bug against "pulseaudio" succeeds. There is both a source and a binary package named "pulseaudio". No packages found matching alsa-driver. Traceback (most recent call last):   File "/usr/share/apport/apport-gtk", line 499, in <lambda>     GLib.idle_add(lambda: self.collect_info(on_finished=self.ui_update_view))   File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 867, in collect_info     icthread.exc_raise()   File "/usr/lib/python2.7/dist-packages/apport/REThread.py", line 34, in run     self._retval = self.__target(*self.__args, **self.__kwargs)   File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 74, in thread_collect_info     report.add_package_info(package)   File "/usr/lib/python2.7/dist-packages/apport/report.py", line 225, in add_package_info     self['SourcePackage'] = packaging.get_source(package)   File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 116, in get_source     if self._apt_pkg(package).installed:   File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 87, in _apt_pkg     raise ValueError('package does not exist') ValueError: package does not exist SRU TEST CASE ============= - Subscribe to a bug which has a "linux" or an "alsa-driver" task. Martin Pitt used bug 973787 and bug 1005849 for testing. - Run "apport-collect 973787" (or whichever bug you subscribed to) - In the current precise version you will see a crash traceback and the Apport window stays empty with a spinner. - With this fixed version there is no crash and the Apport window shows a rich variety of collected information. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: apport 2.0.1-0ubuntu7 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CrashReports: 640:1000:114:16647:2012-04-25 17:28:10.236896000 +0200:2012-04-25 17:28:11.236896000 +0200:/var/crash/_usr_bin_rdiff-backup.1000.crash Date: Thu May 3 10:19:21 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120421) PackageArchitecture: all ProcEnviron:  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: apport UpgradeStatus: No upgrade log present (probably fresh install)
2012-05-30 06:13:01 Martin Pitt bug added subscriber Ubuntu Stable Release Updates Team
2012-05-30 06:36:39 Martin Pitt description Running apport-collect on a bug against alsa-driver results in the following stack trace. My guess is that this has something to do with that the source package name is "alsa-driver" but there is no binary package with that name (it's named "alsa-base", among others). Running apport-collect on a bug against "pulseaudio" succeeds. There is both a source and a binary package named "pulseaudio". No packages found matching alsa-driver. Traceback (most recent call last):   File "/usr/share/apport/apport-gtk", line 499, in <lambda>     GLib.idle_add(lambda: self.collect_info(on_finished=self.ui_update_view))   File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 867, in collect_info     icthread.exc_raise()   File "/usr/lib/python2.7/dist-packages/apport/REThread.py", line 34, in run     self._retval = self.__target(*self.__args, **self.__kwargs)   File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 74, in thread_collect_info     report.add_package_info(package)   File "/usr/lib/python2.7/dist-packages/apport/report.py", line 225, in add_package_info     self['SourcePackage'] = packaging.get_source(package)   File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 116, in get_source     if self._apt_pkg(package).installed:   File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 87, in _apt_pkg     raise ValueError('package does not exist') ValueError: package does not exist SRU TEST CASE ============= - Subscribe to a bug which has a "linux" or an "alsa-driver" task. Martin Pitt used bug 973787 and bug 1005849 for testing. - Run "apport-collect 973787" (or whichever bug you subscribed to) - In the current precise version you will see a crash traceback and the Apport window stays empty with a spinner. - With this fixed version there is no crash and the Apport window shows a rich variety of collected information. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: apport 2.0.1-0ubuntu7 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CrashReports: 640:1000:114:16647:2012-04-25 17:28:10.236896000 +0200:2012-04-25 17:28:11.236896000 +0200:/var/crash/_usr_bin_rdiff-backup.1000.crash Date: Thu May 3 10:19:21 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120421) PackageArchitecture: all ProcEnviron:  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: apport UpgradeStatus: No upgrade log present (probably fresh install) Running apport-collect on a bug against alsa-driver results in the following stack trace. My guess is that this has something to do with that the source package name is "alsa-driver" but there is no binary package with that name (it's named "alsa-base", among others). Running apport-collect on a bug against "pulseaudio" succeeds. There is both a source and a binary package named "pulseaudio". No packages found matching alsa-driver. Traceback (most recent call last):   File "/usr/share/apport/apport-gtk", line 499, in <lambda>     GLib.idle_add(lambda: self.collect_info(on_finished=self.ui_update_view))   File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 867, in collect_info     icthread.exc_raise()   File "/usr/lib/python2.7/dist-packages/apport/REThread.py", line 34, in run     self._retval = self.__target(*self.__args, **self.__kwargs)   File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 74, in thread_collect_info     report.add_package_info(package)   File "/usr/lib/python2.7/dist-packages/apport/report.py", line 225, in add_package_info     self['SourcePackage'] = packaging.get_source(package)   File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 116, in get_source     if self._apt_pkg(package).installed:   File "/usr/lib/python2.7/dist-packages/apport/packaging_impl.py", line 87, in _apt_pkg     raise ValueError('package does not exist') ValueError: package does not exist trunk fix (with test cases): http://bazaar.launchpad.net/~apport-hackers/apport/trunk/revision/2334 SRU TEST CASE ============= - Subscribe to a bug which has a "linux" or an "alsa-driver" task. Martin Pitt used bug 973787 and bug 1005849 for testing. - Run "apport-collect 973787" (or whichever bug you subscribed to) - In the current precise version you will see a crash traceback and the Apport window stays empty with a spinner. - With this fixed version there is no crash and the Apport window shows a rich variety of collected information. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: apport 2.0.1-0ubuntu7 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CrashReports: 640:1000:114:16647:2012-04-25 17:28:10.236896000 +0200:2012-04-25 17:28:11.236896000 +0200:/var/crash/_usr_bin_rdiff-backup.1000.crash Date: Thu May 3 10:19:21 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120421) PackageArchitecture: all ProcEnviron:  TERM=xterm  PATH=(custom, no user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: apport UpgradeStatus: No upgrade log present (probably fresh install)
2012-05-30 06:36:44 Martin Pitt apport (Ubuntu): status In Progress Fix Committed
2012-05-30 07:10:17 Launchpad Janitor apport (Ubuntu): status Fix Committed Fix Released
2012-05-30 07:19:21 Launchpad Janitor branch linked lp:~ubuntu-core-dev/ubuntu/precise/apport/ubuntu
2012-05-30 07:48:45 Martin Pitt apport (Ubuntu Precise): importance Medium Undecided
2012-05-30 07:48:45 Martin Pitt apport (Ubuntu Precise): status Triaged Fix Committed
2012-06-04 23:13:17 Brian Murray bug added subscriber SRU Verification
2012-06-04 23:13:19 Brian Murray tags amd64 apport-bug precise amd64 apport-bug precise verification-needed
2012-06-05 07:19:21 David Henningsson tags amd64 apport-bug precise verification-needed amd64 apport-bug precise verification-done
2012-07-06 05:26:21 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/apport
2012-07-06 05:27:20 Launchpad Janitor branch linked lp:ubuntu/apport
2012-07-17 22:47:11 Launchpad Janitor apport (Ubuntu Precise): status Fix Committed Fix Released