Search Issue Tracker
Fixed in 2021.2.X
Votes
3
Found in
2021.2.0b13
2021.2.1f1
2022.1
Issue ID
1379123
Regression
Yes
Crash with missing stack trace information after changing a Scene View script
How to reproduce:
1. Open the attached project from "GizmosBug.zip"
2. Select any GameObject in Hierarchy and open Script "BugScript"
3. Make sure that Script "BugScript" has contents of the attached "TextSnippet1.txt", and replace with contents of "TextSnippet2.txt", save and recompile by focusing the Editor
4. Observe crash
Reproducible with: 2021.2.0b13, 2021.2.4f1, 2022.1.0a16
Not reproducible with: 2019.4.33f1, 2020.3.23f1, 2021.1.28f1, 2021.2.0b12
Stack trace information:
Received signal SIGSEGV
Obtained 2 stack frames
RtlLookupFunctionEntry returned NULL function. Aborting stack walk.
<Missing stacktrace information>
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Economy package throws a CS0619 error in the Console when installed together with Deployment package
- “Screen position out of view frustum” errors are thrown when zooming out in the Scene view with Rect Tool selected
- Only one [UnityOneTimeSetUp] method runs when there are 2 of them in different classes
- Crash with multiple stack traces when Sprites with a high resolution get Sliced to a Grid with a small cell size in the Sprite Editor
- The UI Builder's Data Source Object picker cannot be navigated after triggering a circular dependency dialog box
Wim-Wouters
Jan 26, 2023 08:20
in 2022.2.f1 also...
Native Crash Reporting
=================================================================
Got a UNKNOWN while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Managed Stacktrace:
=================================================================
at <unknown> <0xffffffff>
at UnityEngine.SubsystemDescriptorBindings:Create <0x00089>
at UnityEngine.IntegratedSubsystemDescriptor`1:Create <0x0002a>
at UnityEngine.IntegratedSubsystemDescriptor`1:CreateImpl <0x0001a>
at UnityEngine.IntegratedSubsystemDescriptor:UnityEngine.ISubsystemDescriptor.Create <0x00017>
at UnityEngine.XR.Management.XRLoaderHelper:CreateSubsystem <0x00178>
at UnityEngine.XR.OpenXR.OpenXRLoaderBase:CreateSubsystem <0x0004a>
at UnityEngine.XR.OpenXR.OpenXRLoaderBase:CreateSubsystems <0x00062>
at UnityEngine.XR.OpenXR.OpenXRLoaderBase:InitializeInternal <0x003fa>
at UnityEngine.XR.OpenXR.OpenXRLoaderBase:Initialize <0x000e2>
at UnityEngine.XR.Management.XRManagerSettings:InitializeLoaderSync <0x000d6>
at UnityEngine.XR.Management.XRGeneralSettings:InitXRSDK <0x000f2>
at UnityEngine.XR.Management.XRGeneralSettings:AttemptInitializeXRSDKOnLoad <0x00052>
at System.Object:runtime_invoke_void <0x0007c>
=================================================================
Received signal SIGSEGV
Obtained 2 stack frames
RtlLookupFunctionEntry returned NULL function. Aborting stack walk.
<Missing stacktrace information>
DigitalChaotics
Nov 15, 2022 20:07
Reappears in 2022.2.0b12/13/14