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
- Freeze/crash with multiple StackTraces when opening a specific project
- Crash on TypeContainer<int>::rtti when deleting a Render Texture that is used by the Main Camera
- Multiple ArgumentExceptions are thrown when adding a VisualTreeAsset with Sprite Glyphs to a UIDocument
- Color Node Alpha slider displays incorrect value when viewed in Shader Graph
- Player unresponsive when building a specific project with Autoconnect Profiler enabled
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