cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iOS crash reports are not symbolicated fully

denis.kim
Voyager

We upload dSYM zip and are able to verify that UUIDs of our dSYMs are accepted.

E.g. for crash-symbol-file-query/dsym I see something like this:

... {"uploadTime":"12/22/2017 13:50:34","UUID":"CB337DD0-E73F-3FC2-9C4E-91A3C880B573"} ...

 

In a crash log I'd see this UUID for the binary image of our app:

 

... <cb337dd0e73f3fc29c4e91a3c880b573> ...

So they are matching.

 

dwarfdump of the dSYM also shows:

UUID: CB337DD0-E73F-3FC2-9C4E-91A3C880B573 (arm64) ...

 

However I can observe the following in the crash log.

1. Symbolicated field in Crash Snapshots screen shows "false" for all crash logs.

2. In the actual crash logs, OS symbols are symbolicated. E.g.

7   UIKit                          0x000000018a7e6a7c -[UIControl touchesEnded:withEvent:] + 572

2. Symbols of our own app are not symbolicated (binary image with UUID: CB337DD0-E73F-3FC2-9C4E-91A3C880B573)

3. Some symbols are symbolicated incorrectly. E.g. for one of our frameworks, base address + offset that have different offset values are always resolved to the same symbol, and that symbol does not make sense.

 

When I download the raw crash log from the controller and the dSYM zip from the build server - I am able to symbolicate the crash log locally on my mac, using Xcode's symbolicatecrash script.

 

Note that we include several frameworks so all dSYMs are zipped up together into a single zip file.

 

Please advise why AppDynamics controller is not able to symbolicate when it works fine locally.

5 REPLIES 5

Mohammed.Rayan
AppDynamics Team

Denis,

Can you let us know what's the exact version of your controller and the Mobile IOS Agent being used 

 

 

Regards,

Mohammed Rayan



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Hi Mohammed,

 

Our controller is Version 4.2.9.2, build 48.

 

Our agent is 4.3.3.0.

I also tried 4.4.0.675.

 

Thanks

Denis

I have now also tried iOS Agent 4.2.15.0 - same results.

 

This is an example of symbols not making much sense. In the same stack trace (as viewed in the controller) we'd have something like:

 

...
0x0000000104a1d790 ADEumSetFullLogging + 15000
...
0x0000000104a1db10 ADEumSetFullLogging + 15896
...

When I download the crash log, replace the symbol back with a base address and symbolicate using Xcode's script I'd see something like:

...
0x0000000100bff1ec -[UIApplication+ 18088 (instrumentation) ADEumSendAction:to:from:forEvent:] + 316
...
0x0000000100bff5ac -[UIApplication+ 19048 (instrumentation) ADEumSendEvent:] + 896
...

 

Denis,

Can you attach the crash report from your controller and dsym list api output to check this further

 

Regards,

Mohammed Rayan



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Hi Mohammed,

 

Do you have an email I can send the details to?

 

Thanks

Denis