Friendlier threaded problem handling
Reported by Virgil Dupras | January 20th, 2012 @ 05:18 PM
Problems in threads like the ones happening in ME's
remove_dead_tracks
could be better handled than by
simply throwing a crash report. The problem however is to modify
jobprogress
's capabilities to allow for some kind of
return value in job_completed()
to allow for, for
example, a call to show_message()
or something, a call
that cannot happen in the async function.
Comments and changes to this ticket
-
Virgil Dupras March 5th, 2012 @ 04:35 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras March 5th, 2012 @ 07:47 PM
In the process of implementing this, I uncovered a bug which I filed at #196.
-
Virgil Dupras March 5th, 2012 @ 08:09 PM
(from [f75db44f5c07]) [#196 state:fixed] [#188] Fixed a crash on crash reporting under Cocoa and improved job management to allow threaded error handling on _job_finished(). https://bitbucket.org/hsoft/dupeguru/changeset/f75db44f5c07/
-
Virgil Dupras March 9th, 2012 @ 05:34 PM
- State changed from accepted to fixed
(from [d99996484950]) [#188 state:fixed] Instead of showing a crash report on iTunes communication problems, show a friendlier message. https://bitbucket.org/hsoft/dupeguru/changeset/d99996484950/
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 185 Friendlier appscript problem handling After all, ME's appscript friendly-handling is out of bug...
- 196 Crash on traceback printing In the process of implementing #188, I realized that the ...
- 196 Crash on traceback printing (from [f75db44f5c07]) [#196 state:fixed] [#188] Fixed a c...