Just updated to 3.2.5 and we had a crash within Unity.
Call stack:
=================================================================
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 Noesis.NoesisGUI_PINVOKE:BaseComponent_Release <0x00089>
at Noesis.BaseComponent:Release <0x0001a>
at Noesis.Extend:ReleasePending <0x000ca>
at Noesis.Extend:Shutdown <0x004fa>
at Noesis.Extend:OnDomainUnload <0x0001a>
at <Module>:invoke_void_object_EventArgs <0x000c8>
at System.AppDomain:DoDomainUnload <0x0002b>
at System.Object:runtime_invoke_void__this__ <0x00087>
=================================================================
Received signal SIGSEGV
Obtained 49 stack frames
0x00007ffdb3e98086 (Noesis) BindingOperations_SetBinding
0x00007ffdb3e8ff21 (Noesis) QueryContinueDragEventArgs_GetKeyStatesHelper
0x00007ffdb3e94367 (Noesis) QueryContinueDragEventArgs_GetKeyStatesHelper
0x00007ffdb3f9a806 (Noesis) VirtualizationCacheLength_GetStaticType
0x00007ffdb3e956d5 (Noesis) BindingOperations_SetBinding
0x00007ffdb3e4ab1b (Noesis) UIElement_InvalidateVisual
0x00007ffdb3e4ae43 (Noesis) UIElement_InvalidateVisual
0x00007ffdb3e0d936 (Noesis) KeyEventArgs_IsToggled_get
0x00007ffdb3e0d536 (Noesis) Noesis_GetPlatformID
0x00007ffdb3e0e084 (Noesis) KeyEventArgs_IsToggled_get
0x00007ffdb3e4ab9d (Noesis) UIElement_InvalidateVisual
0x00007ffdb410f9c4 (Noesis) DragEventArgs_GetAllowedEffectsHelper
0x00007ffdb3f894cf (Noesis) CanExecuteRoutedEventArgs_GetParameterHelper
0x00007ffdb3e0da3e (Noesis) KeyEventArgs_IsToggled_get
0x00007ffdb3e95726 (Noesis) BindingOperations_SetBinding
0x00007ffdb3e8d0c9 (Noesis) QueryContinueDragEventArgs_GetKeyStatesHelper
0x00007ffdb403b184 (Noesis) FormattedText_Init
0x00007ffdb3e0db16 (Noesis) KeyEventArgs_IsToggled_get
0x00007ffdb4049be0 (Noesis) RoutedEventArgs_RoutedEvent_get
0x00000226baa316aa (Mono JIT Code) (wrapper managed-to-native) Noesis.NoesisGUI_PINVOKE:BaseComponent_Release (intptr)
0x00000226baa315db (Mono JIT Code) Noesis.BaseComponent:Release (intptr) (at ./Packages/NoesisGUI/Runtime/API/Proxies/BaseComponent.cs:63)
0x00000226cef35dab (Mono JIT Code) Noesis.Extend:ReleasePending () (at ./Packages/NoesisGUI/Runtime/API/Core/Extend.cs:6154)
0x00000227592028cb (Mono JIT Code) Noesis.Extend:Shutdown () (at ./Packages/NoesisGUI/Runtime/API/Core/Extend.cs:85)
0x00000227592022db (Mono JIT Code) Noesis.Extend:OnDomainUnload (object,System.EventArgs) (at ./Packages/NoesisGUI/Runtime/API/Core/Extend.cs:37)
0x0000022754942f59 (Mono JIT Code) (wrapper delegate-invoke) <Module>:invoke_void_object_EventArgs (object,System.EventArgs)
0x00000227591f521c (Mono JIT Code) System.AppDomain:DoDomainUnload ()
0x0000022748a15188 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_voidthis (object,intptr,intptr,intptr)
0x00007ffdb3024c2e (mono-2.0-bdwgc) mono_jit_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/mini/mini-runtime.c:3445)
0x00007ffdb2f5d254 (mono-2.0-bdwgc) do_runtime_invoke (at C:/build/output/Unity-Technologies/mono/mono/metadata/object.c:3068)
0x00007ffdb2e346e5 (mono-2.0-bdwgc) mono_domain_try_unload (at C:/build/output/Unity-Technologies/mono/mono/metadata/appdomain.c:3485)
0x00007ffdb300df6a (mono-2.0-bdwgc) mono_unity_domain_unload (at C:/build/output/Unity-Technologies/mono/mono/metadata/unity-utils.c:766)
0x00007ff68ae1cad0 (Unity) UnloadDomain
0x00007ff68ae0ce7b (Unity) MonoManager::CreateAndSetChildDomain
0x00007ff68ae0b9ec (Unity) MonoManager::BeginReloadAssembly
0x00007ff68ae167f8 (Unity) MonoManager::ReloadAssembly
0x00007ff68bdc0b42 (Unity) Internal_ADB_Only_ReloadAllUsedAssemblies
0x00007ff68c27fb23 (Unity) DomainReloadIfAllowed
0x00007ff68c27d95b (Unity) CompileAndDomainReload
0x00007ff68c29b5c4 (Unity) RefreshInternalV2
0x00007ff68c2a3c5c (Unity) StopAssetImportingV2Internal
0x00007ff68bd98753 (Unity) EditorSceneManager::RestoreSceneBackups
0x00007ff68ba938fa (Unity) PlayerLoopController::EnterPlayMode
0x00007ff68baa3e66 (Unity) PlayerLoopController::SetIsPlaying
0x00007ff68baa7560 (Unity) Application::TickTimer
0x00007ff68bf289ca (Unity) MainMessageLoop
0x00007ff68bf2dd54 (Unity) WinMain
0x00007ff68d2df98e (Unity) __scrt_common_main_seh
0x00007ffe45a7257d (KERNEL32) BaseThreadInitThunk
0x00007ffe4704af08 (ntdll) RtlUserThreadStart |