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
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
- Shadows are not rendering when using the "On Demand" shadow update mode with GPU Resident Drawer and additional camera render texture
- "AVFoundationVideoMedia error while reading” error is thrown when streaming from a URL with a signed token in VideoPlayer
Add comment