Search Issue Tracker
Won't Fix
Votes
2
Found in
5.4.0p1
Issue ID
828666
Regression
No
[iOS] [Simulator] apps crashes when attaching Instruments
Reproduction steps:
1. Create a new or open any project.
2. Set the Target SDK to 'Simuator SDK' in the Player Settings.
3. Build the project for iOS.
4. Run the project.
5. Attach Instruments to the process with any template.
- The app crashes as soon as the Instruments are attached.
- "ibGLImage.dylib`void glgConvertTo_32<GLGConverter_ABGR8_ARGB8, (GLGMemory)2>(GLGOperationRec const*, GLDPixelModeRec const*)"
- Stack trace attached in the edit.
RESOLUTION: Not reproducible
The original issue is no longer reproducible on Xcode 8.3.2. It's possible to run the app and attach instruments to it. Unfortunately it's not possible to profile the app by using Product->Profile button in Xcode. The issue is caused by the profiler attaching too early and exhibiting some bug in iOS Simulator runtime. This separate issue will not be fixed because it is caused by iOS bug, there's not much we can do about it and it affects very few users.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment