[Desktop-packages] [Bug 1084996] Re: StacktraceAddressSignature is missing

2013-01-10 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.0.1-0ubuntu17.1

---
apport (2.0.1-0ubuntu17.1) precise-proposed; urgency=low

  * bin/apport-bug: Explicitly set the PATH to that of ENV_SUPATH in
/etc/login.defs and unset ENV and CDPATH. We need do this so that confined
applications using ubuntu-browsers.d/ubuntu-integration cannot abuse the
environment to escape AppArmor confinement via this script (LP: #1045986).

apport (2.0.1-0ubuntu17) precise-proposed; urgency=low

  * Fix OSError crash in mark_report_upload(); regression from
2.0.1-0ubuntu16.

apport (2.0.1-0ubuntu16) precise-proposed; urgency=low

  * Ignore implausibly low addresses when computing
StacktraceAddressSignature.  These are usually artifacts from gdb when not
having debug symbols, and having too many of them prevents proper
client-side duplicate detection and proper bucketing in daisy.
Backported from trunk r2541. (LP: #1084996)
  * mark_report_upload(): Refresh the .upload stamps if a previous version of
the report was already uploaded, but another instance of the problem
happened since then. Thanks Brian Murray. Backported from trunk r2540.
(LP: #1084296)
 -- Jamie Strandboge ja...@ubuntu.com   Mon, 17 Dec 2012 16:20:20 -0600

** Changed in: apport (Ubuntu Precise)
   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/1084996

Title:
   StacktraceAddressSignature is missing

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

Bug description:
  Some crash reports are missing a StacktraceAddressSignature field,
  which prevents proper processing by whoopsie.

  I seem to be able to reproduce this rather reliably with some simple
  X.org programs, such as

  SRU TEST CASE:
  $ (xeyes ); sleep 1; killall -SEGV xeyes
  $ (xcalc ); sleep 1; killall -SEGV xcalc

  With the current versions in precise and quantal, these reports
  usually do not have a StacktraceAddressSignature field in the details.
  With the proposed version they should.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1084996] Re: StacktraceAddressSignature is missing

2012-12-13 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.6.1-0ubuntu9

---
apport (2.6.1-0ubuntu9) quantal-proposed; urgency=low

  * Fix OSError crash in mark_report_upload(); regression from
2.6.1-0ubuntu8.

apport (2.6.1-0ubuntu8) quantal-proposed; urgency=low

  * Ignore implausibly low addresses when computing
StacktraceAddressSignature.  These are usually artifacts from gdb when not
having debug symbols, and having too many of them prevents proper
client-side duplicate detection and proper bucketing in daisy.
Backported from trunk r2541. (LP: #1084996)
  * mark_report_upload(): Refresh the .upload stamps if a previous version of
the report was already uploaded, but another instance of the problem
happened since then. Thanks Brian Murray. Backported from trunk r2540.
(LP: #1084296)

apport (2.6.1-0ubuntu7) quantal-proposed; urgency=low

  * data/general-hooks/ubuntu.py: Deal with dpkg_log file being a string
instead of bytes (LP: #1080915)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 05 Dec 2012 10:16:00 +

** Changed in: apport (Ubuntu Quantal)
   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/1084996

Title:
   StacktraceAddressSignature is missing

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

Bug description:
  Some crash reports are missing a StacktraceAddressSignature field,
  which prevents proper processing by whoopsie.

  I seem to be able to reproduce this rather reliably with some simple
  X.org programs, such as

  SRU TEST CASE:
  $ (xeyes ); sleep 1; killall -SEGV xeyes
  $ (xcalc ); sleep 1; killall -SEGV xcalc

  With the current versions in precise and quantal, these reports
  usually do not have a StacktraceAddressSignature field in the details.
  With the proposed version they should.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1084996] Re: StacktraceAddressSignature is missing

2012-11-30 Thread Martin Pitt
Fixed in trunk: http://bazaar.launchpad.net/~apport-
hackers/apport/trunk/revision/2541

** Changed in: apport
   Status: Triaged = Fix Released

** Changed in: apport (Ubuntu)
   Status: In Progress = Fix Committed

-- 
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/1084996

Title:
   StacktraceAddressSignature is missing

Status in Apport crash detection/reporting:
  Fix Released
Status in “apport” package in Ubuntu:
  Fix Committed

Bug description:
  Some crash reports are missing a StacktraceAddressSignature field,
  which prevents proper processing by whoopsie.

  I seem to be able to reproduce this rather reliably with some simple
  X.org programs, such as

  $ (xeyes ); sleep 1; killall -SEGV xeyes
  $ (xcalc ); sleep 1; killall -SEGV xcalc

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1084996] Re: StacktraceAddressSignature is missing

2012-11-30 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.6.3-0ubuntu1

---
apport (2.6.3-0ubuntu1) raring; urgency=low

  * New upstream release. Changes since our previous snapshot:
- debian.py: Only reject reports with useless stack traces if the report
  actually has a stack trace at all.
- debian.py: Fix UTF-8 string handling. Thanks Ritesh Raj Sarraf.
- debian.py: Fix crash on broken Package fields, as generated by current
  Debian/Ubuntu dkms package.
- data/apport: Call fsync when writing upstart crash reports.
- report.py, add_gdb_info(): Handle libnih's assertion messages.
  (LP: #997359)
- apport-gtk, apport-kde: Don't provide an option to restart a crashed
  application when the crash occurred in a thread (LP: #1033902).
- apport-retrace: Disallow option -C without option -S. Thanks Kyle
  Nitzsche.
- fileutils.py, mark_report_upload(): Refresh the .upload stamps if a
  previous version of the report was already uploaded, but another
  instance of the problem happened since then. Thanks Brian Murray. (LP:
  #1084296)
- Ignore implausibly low addresses when computing
  StacktraceAddressSignature.  These are usually artifacts from gdb when
  not having debug symbols, and having too many of them prevents proper
  client-side duplicate detection and proper bucketing in daisy.
  (LP: #1084996)
- fileutils.py: Ignore .desktop files with NoDisplay=true. (LP: #1048524)
  * debian/tests/control: Run tests as root, just like before switching our
autopkgtests to run as user ubuntu by default. This enables a couple of
extra tests, and avoids some confusion because the distro and the user
name are identical.
  * data/package-hooks/source_linux-nexus7.py: Fix PEP-8 error.
 -- Martin Pitt martin.p...@ubuntu.com   Fri, 30 Nov 2012 18:00:01 +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/1084996

Title:
   StacktraceAddressSignature is missing

Status in Apport crash detection/reporting:
  Fix Released
Status in “apport” package in Ubuntu:
  Fix Released

Bug description:
  Some crash reports are missing a StacktraceAddressSignature field,
  which prevents proper processing by whoopsie.

  I seem to be able to reproduce this rather reliably with some simple
  X.org programs, such as

  $ (xeyes ); sleep 1; killall -SEGV xeyes
  $ (xcalc ); sleep 1; killall -SEGV xcalc

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp