This bug was fixed in the package apport - 2.7-0ubuntu2

---------------
apport (2.7-0ubuntu2) raring; urgency=low

  * Cherry-pick from trunk:
    - Fix StacktraceAddressSignature generation on ARM. (LP: #1089778)
 -- Martin Pitt <[email protected]>   Thu, 13 Dec 2012 08:56:47 +0100

** Changed in: apport (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1089778

Title:
  StacktraceAddressSignature is missing on many ARM reports

Status in Apport crash detection/reporting:
  Fix Released
Status in “apport” package in Ubuntu:
  Fix Released
Status in “apport” source package in Precise:
  Triaged
Status in “apport” source package in Quantal:
  Triaged

Bug description:
  None of the armhf test crashes built in https://code.launchpad.net
  /~daisy-pluckers/+archive/daisy-seeds have a
  StacktraceAddressSignature. For precise and quantal an important fix
  was fixed in Raring and currently being SRUed to precise and quantal
  in bug 1084996, but that doesn't seem to be enough for armhf.

  This is because Apport currently makes the assumption that the last
  field (the file path) is separated from the other fields by at least
  four spaces, which is the case on x86 (where there are some 15
  spaces). However, on armhf there are only three, so the parser did not
  recognize these lines.

  FIX: http://bazaar.launchpad.net/~apport-
  hackers/apport/trunk/revision/2563 (which just reduces the number of
  expected spaces from 4 to 2, and adds a test case from a real-life ARM
  crash)

  SRU TEST CASE:
  Above patch includes a test case, but a manual one is:
  - Generate a crash on an armhf machine, with e. g.: dash -c 'kill -SEGV $$'
  - Let Apport pop up and display the details
  - With the current Apport version, it most probably does not have a 
StacktraceAddressSignature field; with the -proposed package it should have one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/apport/+bug/1089778/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to