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

Episode resume crash #193

Closed
wants to merge 9 commits into from
Closed

Episode resume crash #193

wants to merge 9 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 19, 2020

Fixes #158 which was similar to the previous problem resuming from the Library Page, but there were two additional attempts to clear the playlist when resuming playback - these resulted in a segmentation fault.

Despite the description of the problem above, it isn't related to the auto-queuing of the next episode, that presents a differnt test case to teh fix, but not the problem.

To reproduce the original problem, simply interrupt the playback of an episode, and then re-select the same episode. This should trigger a segfault.

After the fix, you should be able to resume or replay an episode regardless of the setting of the auto-queueing and all should work predictibly and intuitively again without crashing.

@jeremypw
Copy link
Collaborator

jeremypw commented May 1, 2020

I am unable to reproduce a crash by resuming an episode as described above. Could you give more details (e.g. how exactly to interrupt and resume) or is there another way to reproduce the problem?

@jeremypw
Copy link
Collaborator

This issue seems to be related to the Intel driver (see issue #200 resolution). I'll see if this PR works on a machine with an Intel driver (my current one has NVidia).

@jeremypw
Copy link
Collaborator

I no longer have access to a machine with Intel video card so unfortunately I cannot do the necessary test.

@jeremypw jeremypw requested a review from a team May 6, 2021 11:26
@jeremypw
Copy link
Collaborator

jeremypw commented May 6, 2021

Are there any desktop-developers who can confirm the issue and review the fix?

@marbetschar
Copy link
Member

Is this still relevant? If so, can you please provide some more guidance on how to reproduce? I don't get any crash on my machine:

Dell XPS 13 7390
Hexa-Core Intel® Core™ i7-10710U CPU @ 1.10GHz
Intel® UHD Graphics (CML GT2)
15.3 GiB memory
208.3 GB storage (NVMe SSD)

@jeremypw
Copy link
Collaborator

jeremypw commented Sep 7, 2021

Closing as no further response from author.

@jeremypw jeremypw closed this Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Video exits after disabling auto queue and playing the same video
3 participants