Merge ~nteodosio/update-manager:calculation-hang-thread-upper-function into update-manager:main
Proposed by
Nathan Teodosio
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Sebastien Bacher | ||||
Approved revision: | 3a4e35fecb709b6180c3fb0bc21d3ed9203517cb | ||||
Merged at revision: | 43a60e442c15eafd8e63bdc4e0222a5e47211014 | ||||
Proposed branch: | ~nteodosio/update-manager:calculation-hang-thread-upper-function | ||||
Merge into: | update-manager:main | ||||
Diff against target: |
384 lines (+142/-110) 2 files modified
UpdateManager/Core/UpdateList.py (+20/-25) UpdateManager/UpdateManager.py (+122/-85) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sebastien Bacher | Approve | ||
Marco Trevisan (Treviño) (community) | Approve | ||
Review via email:
|
Description of the change
As an alternative to https:/
Problem: If thread crashes, how do we get the exception in the callback so that the user can file a bug?
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
I'm thinking we could just write it to a file in /tmp and direct point the user to it to file a bug. It's a cheap solution but well it would work.