-
Notifications
You must be signed in to change notification settings - Fork 401
EXC_BAD_ACCESS: Missing debug symbols #2265
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
Comments
@Zazo032 Thank you for your feedback. We will investigate this issue. |
@Zazo032 Would you please provide the stacktrace of aosl_main thread? |
|
In case it helps:
|
@Zazo032 Thank you very much for the information provided, it's very helpful. I have already analyzed this call stack, but there wasn't much useful information. I've also consulted with relevant colleagues, and we haven't received many crash reports. If possible, please send this crash file to [email protected]. If you have a sales representative or customer service contact, please reach out to them as well. This is to avoid any sensitive information being exposed here. We prefer to communicate about this issue through email and other channels. |
@Zazo032 Hello, please note that agora_rtc_engine is the FFI plugin component of the Agora Flutter SDK, which requires manual building. Before distributing your app to the App Store, it's essential to preserve the symbol files for proper crash analysis and debugging purposes. |
I will try to reproduce this crash with my local device, good luck with me.... |
I sincerely apologize for your bad experience. This crash was introduced while attempting to fix a lifecycle issue(#2190). According to the call stack shown below, the root cause is that when TextureRender calls dispose, it immediately releases the internal RendererDelegate, which leads to a crash when the asynchronous task posted to the main queue tries to access this->render_.
|
@Zazo032 Thanks for your help, we will fix this as soon as possible. |
@peilinok thanks for the quick response and identifying the root cause! We reverted to |
@Zazo032 We plan to release version 6.5.2 in the near future, which will include this fix. If possible, we would greatly appreciate it if you could help verify the fix when it's available. Thank you very much. |
Version of the agora_rtc_engine
6.5.1
Platforms affected
Steps to reproduce
Happens to a few users when starting screen sharing while in a video call
Expected results
App doesn't crash
Actual results
App crashes, crash log is symbolicated
Code sample
No response
Screenshots or Video
No response
Logs
Logs
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: