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

Symbolicate memory & performance crashes #39

Open
yan-zaitsev-hs opened this issue Aug 28, 2023 · 3 comments
Open

Symbolicate memory & performance crashes #39

yan-zaitsev-hs opened this issue Aug 28, 2023 · 3 comments

Comments

@yan-zaitsev-hs
Copy link

We have built automation to run monkey tests for 10min+ and our app crashing because of:

  • 1073.76 MB of file backed memory dirtied over 3789 seconds (283.42 KB per second average), exceeding limit of 12.43 KB per second over 86400 seconds
  • 90 seconds cpu time over 112 seconds (80% cpu average), exceeding limit of 50% cpu over 180 seconds

But when I tried to symbolicate these .ips files, app writes me Unexpected format.

reports.zip

@inket
Copy link
Owner

inket commented Aug 30, 2023

Good find. It seems these reports have a different format (looks like a mix of a sample and a crash report), will look into it.

@inket
Copy link
Owner

inket commented Aug 26, 2024

How did you get these .ips files? Where did you find them?

@Maxim-Lanskoy
Copy link

I had the same issue as Yan, wasn't able to load cpu_resource .ips files. It's possible to get them from device crash reports and they are created when app is using too much CPU resources.

I've tried to use .xcodeproj directly from master branch (instead of released .dmg) and there symbolication works properly. So for me it seems that linked commits resolved this issue.

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

3 participants