[Touch-packages] [Bug 2031919] Re: /usr/share/apport/whoopsie-upload-all:TypeError:/usr/share/apport/whoopsie-upload-all@247:main:collect_info:process_report:add_gdb_info

2024-02-22 Thread Benjamin Drung
** Changed in: apport
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/2031919

Title:
  /usr/share/apport/whoopsie-upload-
  all:TypeError:/usr/share/apport/whoopsie-upload-
  all@247:main:collect_info:process_report:add_gdb_info

Status in Apport:
  Fix Released
Status in apport package in Ubuntu:
  Fix Released

Bug description:
  ```
  Traceback (most recent call last):
File "/usr/share/apport/whoopsie-upload-all", line 247, in 
  main()
File "/usr/share/apport/whoopsie-upload-all", line 229, in main
  stamps = collect_info()
   ^^
File "/usr/share/apport/whoopsie-upload-all", line 160, in collect_info
  res = process_report(r)
^
File "/usr/share/apport/whoopsie-upload-all", line 108, in process_report
  r.add_gdb_info()
File "/usr/lib/python3/dist-packages/apport/report.py", line 930, in 
add_gdb_info
  environ["HOME"] = "/nonexistent"
  ~~~
  TypeError: 'str' object does not support item assignment
  ```

  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
apport.  This problem was most recently seen with package version 
2.26.1-0ubuntu2, the problem page at 
https://errors.ubuntu.com/problem/86a1629347349acf400d91c9774296b42c1ab1f3 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


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


[Touch-packages] [Bug 2031919] Re: /usr/share/apport/whoopsie-upload-all:TypeError:/usr/share/apport/whoopsie-upload-all@247:main:collect_info:process_report:add_gdb_info

2024-02-22 Thread Benjamin Drung
** Also affects: apport
   Importance: Undecided
   Status: New

** Changed in: apport
Milestone: None => 2.28.0

** Changed in: apport
   Importance: Undecided => Medium

** Changed in: apport
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/2031919

Title:
  /usr/share/apport/whoopsie-upload-
  all:TypeError:/usr/share/apport/whoopsie-upload-
  all@247:main:collect_info:process_report:add_gdb_info

Status in Apport:
  Fix Committed
Status in apport package in Ubuntu:
  Fix Released

Bug description:
  ```
  Traceback (most recent call last):
File "/usr/share/apport/whoopsie-upload-all", line 247, in 
  main()
File "/usr/share/apport/whoopsie-upload-all", line 229, in main
  stamps = collect_info()
   ^^
File "/usr/share/apport/whoopsie-upload-all", line 160, in collect_info
  res = process_report(r)
^
File "/usr/share/apport/whoopsie-upload-all", line 108, in process_report
  r.add_gdb_info()
File "/usr/lib/python3/dist-packages/apport/report.py", line 930, in 
add_gdb_info
  environ["HOME"] = "/nonexistent"
  ~~~
  TypeError: 'str' object does not support item assignment
  ```

  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
apport.  This problem was most recently seen with package version 
2.26.1-0ubuntu2, the problem page at 
https://errors.ubuntu.com/problem/86a1629347349acf400d91c9774296b42c1ab1f3 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


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


[Touch-packages] [Bug 2031919] Re: /usr/share/apport/whoopsie-upload-all:TypeError:/usr/share/apport/whoopsie-upload-all@247:main:collect_info:process_report:add_gdb_info

2023-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.27.0-0ubuntu3

---
apport (2.27.0-0ubuntu3) mantic; urgency=medium

  * fix: raise "gdb not found" as soon as detected (LP: #2031919)
  * bash-completion: Do not use ls in completion (LP: #1850804)

 -- Benjamin Drung   Fri, 29 Sep 2023 01:03:44 +0200

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/2031919

Title:
  /usr/share/apport/whoopsie-upload-
  all:TypeError:/usr/share/apport/whoopsie-upload-
  all@247:main:collect_info:process_report:add_gdb_info

Status in apport package in Ubuntu:
  Fix Released

Bug description:
  ```
  Traceback (most recent call last):
File "/usr/share/apport/whoopsie-upload-all", line 247, in 
  main()
File "/usr/share/apport/whoopsie-upload-all", line 229, in main
  stamps = collect_info()
   ^^
File "/usr/share/apport/whoopsie-upload-all", line 160, in collect_info
  res = process_report(r)
^
File "/usr/share/apport/whoopsie-upload-all", line 108, in process_report
  r.add_gdb_info()
File "/usr/lib/python3/dist-packages/apport/report.py", line 930, in 
add_gdb_info
  environ["HOME"] = "/nonexistent"
  ~~~
  TypeError: 'str' object does not support item assignment
  ```

  The Ubuntu Error Tracker has been receiving reports about a problem regarding 
apport.  This problem was most recently seen with package version 
2.26.1-0ubuntu2, the problem page at 
https://errors.ubuntu.com/problem/86a1629347349acf400d91c9774296b42c1ab1f3 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
  If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


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