Activity log for bug #77872

Date Who What changed Old value New value Message
2007-01-03 22:07:18 Paul Dufresne bug added bug
2007-01-03 22:09:39 Paul Dufresne bug added attachment '_usr_share_apport_apport-gtk.1000.crash' (apport-gtk crash of Paul Dufresne)
2007-01-03 22:19:57 Paul Dufresne title apport-gtk crash (on_button_reportbug_clicked) apport-gtk crash (on_button_reportbug_clicked) on a 27Mb crash report
2007-01-04 21:54:40 Martin Pitt title apport-gtk crash (on_button_reportbug_clicked) on a 27Mb crash report crash in search_bug_patterns()
2007-01-04 21:56:02 Martin Pitt apport: status Unconfirmed Confirmed
2007-01-04 21:56:02 Martin Pitt apport: assignee pitti
2007-01-04 21:56:02 Martin Pitt apport: statusexplanation The actual crash happens in apport.Report.search_bug_patterns(), but that exception is not propagated to the frontend. Instead of ignoring it, I'd rather like to see the actual exception. In the development version I fixed this to show the actual exception in the thread.
2007-01-05 08:58:56 Martin Pitt apport: status Confirmed Needs Info
2007-01-05 08:58:56 Martin Pitt apport: importance Undecided Medium
2007-01-05 08:58:56 Martin Pitt apport: statusexplanation The actual crash happens in apport.Report.search_bug_patterns(), but that exception is not propagated to the frontend. Instead of ignoring it, I'd rather like to see the actual exception. In the development version I fixed this to show the actual exception in the thread.
2007-01-05 15:01:53 Paul Dufresne bug added attachment '_usr_share_apport_apport-gtk.1000.crash' (Paul's apport-gtk crash generated after touching firefox crash report)
2007-01-05 16:11:11 Paul Dufresne apport: status Needs Info Confirmed
2007-01-22 15:32:46 Martin Pitt apport: status Confirmed In Progress
2007-01-22 15:32:46 Martin Pitt apport: statusexplanation Thanks for the new report, it's exactly what I was looking for.
2007-01-22 15:48:58 Martin Pitt apport: status In Progress Fix Committed
2007-01-22 15:48:58 Martin Pitt apport: statusexplanation Thanks for the new report, it's exactly what I was looking for. Fixed in bzr head.
2007-01-23 10:49:45 Martin Pitt apport: status Fix Committed Fix Released
2007-01-23 10:49:45 Martin Pitt apport: statusexplanation Fixed in bzr head. apport (0.42) feisty; urgency=low . New feature: https://wiki.ubuntu.com/ApportImprovements (kernel interface change): . * bin/apport: Support calling without arguments, to support new semantics agreed in the ApportImprovements spec: macro values (in particular, pid and signal number) are passed as environment variables. * preloadlib/libapport.c: Simulate new kernel behaviour described above. * debian/apport.init: Set the kernel's core_pattern sysctl to pipe to apport if the edgy-style 'crashdump-helper' sysctl helper does not exist. . Bug fixes: . * bin/apport-retrace: Beautify error message when report file is not accessible. Closes: LP#79568 * apport/ui.py: Fix crash in the bug pattern search thread if we could not determine a package name. Closes: LP#77872 * bin/apport: Only unlink the core dump if it still exists. Closes: LP#80866 * gtk/apport-gtk.glade: Fix expand/fill attributes so that the expander gets all the space when resizing the window. Closes: LP#80987 * problem_report.py, write_mime(): Make sure that multi-line values that go to the summary are terminated with a newline. * apport/ui.py: Fix error message invocation for reporting cloakroom upload failure. * problem_report.py, write_mime(): Fix off-by-one comparison of the 'inline text' treshold, so that apport's StacktraceTop field appears in bug summaries. Also fix a corner case in CR line ending handling. Check both things in the test suite. * gtk/apport-gtk: Add missing 'import subprocess.'. Closes: LP#81007 * debian/control: Bump apport's and apport-gtk's dependency to python-apport to make sure that apport.ui is available. Closes: LP#81019 * apport/ui.py: Add missing 'import pwd'. Closes: LP#81033 . Minor improvements: . * apport/ui.py: Get the cloakroom ticket number from the X-Launchpad-Blob-Token HTTP header instead of parsing the resulting page.