Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.3.X
Votes
3
Found in
2017.4.0f1
2018.4.0f1
2019.1.0a1
2019.1.1f1
2019.2.0a1
2019.3.0a1
Issue ID
1168277
Regression
No
[iOS]Crash on IsDebugDevice() at PlatformWrapper.cpp:621:9 during shutdown
How to reproduce:
1. Open the attached Bug Report.zip project
2. Go to the Menu bar-> File-> Build Settings-> Enable Development Build
3. Build for iOS and open the Xcode project
4. Add a Symbolic breakpoint "Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0"
5. Deploy the Xcode project to the iOS device
6. Tap with two fingers on the screen
7. Upon reaching the breakpoint, continue the execution
===Crash occurs===
Reproducible with: 2017.4.31f1, 2018.4.6f1, 2019.1.14f1, 2019.2.1f1, 2019.2.0a11
Reproducible with: Metal and OpenGLES
Reproducible with:
iPad Pro 12.9" (iOS 11.2.1)
iPhone 8 Plus (iOS 12.0)
Stack trace:
0x0000000102c6dbe8 ProductName`::IsDebugDevice() at PlatformWrapper.cpp:621:9 [opt]
0x0000000100d0023c ProductName`::PopulateReportSharedData() at CrashReporter.cpp:325:9 [opt]
0x0000000100cffedc ProductName`::SendReport() at CrashReporter.cpp:342:9 [opt]
0x0000000100cffdc4 ProductName`::HandleLog() at CrashReporter.cpp:309:17 [opt]
0x0000000100cffab8 ProductName`::OnLogCallbackStatic() at CrashReporter.cpp:210:9 [opt]
0x00000001018080d8 ProductName`::Invoke() at CallbackArray.h:405:9 [opt]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
- Reflections are visible on objects without Recursive Rendering when viewed through transparent parts of another object with Recursive Rendering and Alpha Clipping enabled
- Visual artifacts appear when using "clip" method in custom shader and running on GLES
Add comment