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

Crash with Access Violation on resume after failed stream #96

Open
rarach opened this issue Sep 12, 2022 · 1 comment
Open

Crash with Access Violation on resume after failed stream #96

rarach opened this issue Sep 12, 2022 · 1 comment

Comments

@rarach
Copy link

rarach commented Sep 12, 2022

Hi,
I'm having issues with sporadic crashes of my app using WebEye. This happens when trying to re-StartPlay() after the stream stopped with StreamFailed event (usually with error avformat_open_input() failed: Invalid data found when processing input).

There's no way to catch an exception in C# code. I collected some debug data with Procdump and it points to AccessViolation error.

This happens in some 1/10 cases, the stream mostly resumes correctly. My app often operates in shaky networks with occasional outages and high latencies. But it's quite easy to reproduce on standard environment too, I can help with that if needed.

@Szanesz
Copy link

Szanesz commented Dec 25, 2024

I have the same issue, please help.
If stream stops with any reason an i try to start to play again, the app quits without throwing a catchable error, but in windows log i see this:

Application: SMARTHOME-C.exe
CoreCLR Version: 8.0.1124.51707
.NET Version: 8.0.11
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 00007FFC0D78ACD4

(c#, dotnet8)

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

No branches or pull requests

2 participants