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 And Can't Catch Exception #683

Open
MuMuTian opened this issue Mar 5, 2025 · 1 comment
Open

Crash And Can't Catch Exception #683

MuMuTian opened this issue Mar 5, 2025 · 1 comment

Comments

@MuMuTian
Copy link

MuMuTian commented Mar 5, 2025

Multiple calls to open and close cause the program to crash immediately, and the exception cannot be caught.
Sometimes it doesn't reproduce consistently, but once it occurs, opening a video, closing it, and then opening it again will definitely cause a crash.

I have experimented with versions 7.0.361-beta.1 and 4.4.350, and the issue still occurs.
I hope an expert can help solve this problem. Thank you.

@MrBean2016
Copy link
Contributor

Have you tried to enable native debugging? C++ exceptions are not propagated to the managed runtime without marshaling and re-casting.

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