Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved crash when cancelling an in-progress episode download #225

Closed
ribbons opened this issue May 26, 2018 · 0 comments
Closed

Resolved crash when cancelling an in-progress episode download #225

ribbons opened this issue May 26, 2018 · 0 comments
Assignees
Labels
bug Something isn't working fixed
Milestone

Comments

@ribbons
Copy link
Owner

ribbons commented May 26, 2018

When an episode download is cancelled using the toolbar button, the application crashes with the following exception in the download thread:

System.NullReferenceException: Object reference not set to an instance of an object.
   at RadioDld.DownloadHandler.DownloadProgThread() in E:\Development\Radio Downloader\Classes\DownloadHandler.cs:line 250
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

This is affecting multiple users and I can easily reproduce it.

@ribbons ribbons added the bug Something isn't working label May 26, 2018
@ribbons ribbons added this to the 0.34 milestone May 26, 2018
@ribbons ribbons self-assigned this May 26, 2018
@ribbons ribbons added the fixed label May 26, 2018
@ribbons ribbons changed the title Application crash when cancelling an in-progress episode download Resolved crash when cancelling an in-progress episode download May 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

1 participant