-
Notifications
You must be signed in to change notification settings - Fork 133
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
Missing frames in symbolicated crash #522
Comments
proper repo link https://github.com/bhPerblue/GDXSybolicationBug |
Thanks for catching that! I've corrected the original ticket. |
all these missing frames are due missing debug information in native code.
Same time it will increase VM library size on disk from 26Mb to 88Mb (and this is only for iOS). It would not increase IPA size as all debug symbols are stripped after |
…e. better crash log symbolication
* #522 -- includes line number debug information for native code.
Issue details
Symbolicated native crashes have several frames that are still offsets after symbolication.
Reproduction steps/code
clone https://github.com/bhPerblue/GDXSybolicationBug
run with ./gradlew launchIOSDevice
wait for crash
extract crash with xcode
symbolicate using the dsym found in ios/build/robovm.tmp/IOSLauncher.app.dSYM
Configuration
iPhone SE running version 14
Build Tools:
Versions:
Please provide the version of RoboVM, XCode and JDK used
Build Targets:
iPhone SE running version 14
Stacktrace
The text was updated successfully, but these errors were encountered: