You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tanersener opened this issue
Aug 18, 2021
· 1 comment
Assignees
Labels
androidAffect Android platformappleAffect Apple platformsbugSomething isn't workingfixed-in-v4.5Fixed in release v4.5libraryAffects the libraryv4.4Affects v4.4 release
Other
The issue was discovered on Android but it affects all platforms. Initial investigation show that the sigterm_handler method is responsible of that crash. The implementation coming from ffmpeg calls the exit method on the 4th call. See sigterm_handler method.
The text was updated successfully, but these errors were encountered:
androidAffect Android platformappleAffect Apple platformsbugSomething isn't workingfixed-in-v4.5Fixed in release v4.5libraryAffects the libraryv4.4Affects v4.4 release
Description
Calling
FFmpegKit.cancel()
4 times, without any parameters kills the application.Expected behavior
None of the API methods should cause the application to crash.
Current behavior
Application crashes.
To Reproduce
Call
FFmpegKit.cancel()
4 times, without any method parameters.Expected behavior
No crash.
Logs
No logs are printed to console.
Environment
Other
The issue was discovered on Android but it affects all platforms. Initial investigation show that the
sigterm_handler
method is responsible of that crash. The implementation coming fromffmpeg
calls theexit
method on the 4th call. See sigterm_handler method.The text was updated successfully, but these errors were encountered: