diff --git a/Assets/Animations/Bones/Bones.controller b/Assets/Animations/Bones/Bones.controller index d8f971a..2b6b3fe 100644 --- a/Assets/Animations/Bones/Bones.controller +++ b/Assets/Animations/Bones/Bones.controller @@ -351,7 +351,7 @@ AnimatorStateTransition: m_HasFixedDuration: 1 m_InterruptionSource: 0 m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 + m_CanTransitionToSelf: 0 --- !u!1101 &7801668757208663834 AnimatorStateTransition: m_ObjectHideFlags: 1 diff --git a/Assets/Input System/Player Actions.inputactions b/Assets/Input System/Player Actions.inputactions index 6b22971..f976d38 100644 --- a/Assets/Input System/Player Actions.inputactions +++ b/Assets/Input System/Player Actions.inputactions @@ -230,6 +230,17 @@ "isComposite": false, "isPartOfComposite": false }, + { + "name": "", + "id": "1393e0ca-9119-4acb-8e66-7c7a05602f26", + "path": "", + "interactions": "", + "processors": "", + "groups": "", + "action": "Join", + "isComposite": false, + "isPartOfComposite": false + }, { "name": "", "id": "579f259d-1883-4fa5-bb3f-e564431fd795", diff --git a/Assets/Prefabs/Bones.prefab b/Assets/Prefabs/Bones.prefab index 1b56e88..36f3e39 100644 --- a/Assets/Prefabs/Bones.prefab +++ b/Assets/Prefabs/Bones.prefab @@ -271,6 +271,39 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: terminalVelocity: -15 +<<<<<<< Updated upstream +======= +--- !u!111 &6769589999303328011 +Animation: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1375850422501237868} + m_Enabled: 1 + serializedVersion: 4 + m_Animation: {fileID: 0} + m_Animations: [] + m_WrapMode: 0 + m_PlayAutomatically: 1 + m_AnimatePhysics: 0 + m_UpdateMode: 0 + m_CullingType: 0 +--- !u!114 &7837794651479557677 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1375850422501237868} + m_Enabled: 0 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c8c9288561905664eade3f6b2634fc6d, type: 3} + m_Name: + m_EditorClassIdentifier: + blockArea: {fileID: 4413221056628714154} + blocking: 0 +>>>>>>> Stashed changes --- !u!1 &1648017802882051395 GameObject: m_ObjectHideFlags: 0 @@ -641,6 +674,87 @@ MonoBehaviour: m_BlockingMask: serializedVersion: 2 m_Bits: 4294967295 +<<<<<<< Updated upstream +======= +--- !u!1 &2643587497727427762 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 433891288162264128} + - component: {fileID: 4413221056628714154} + m_Layer: 0 + m_Name: Block Hitbox + m_TagString: Punch Hurtbox + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &433891288162264128 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2643587497727427762} + serializedVersion: 2 + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 1.4, y: 0.3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7009259675412950971} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!61 &4413221056628714154 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2643587497727427762} + m_Enabled: 1 + serializedVersion: 3 + m_Density: 1 + m_Material: {fileID: 0} + m_IncludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_ExcludeLayers: + serializedVersion: 2 + m_Bits: 0 + m_LayerOverridePriority: 0 + m_ForceSendLayers: + serializedVersion: 2 + m_Bits: 4294967295 + m_ForceReceiveLayers: + serializedVersion: 2 + m_Bits: 4294967295 + m_ContactCaptureLayers: + serializedVersion: 2 + m_Bits: 4294967295 + m_CallbackLayers: + serializedVersion: 2 + m_Bits: 4294967295 + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_CompositeOperation: 0 + m_CompositeOrder: 0 + m_Offset: {x: 0.38033098, y: 0} + m_SpriteTilingProperty: + border: {x: 0, y: 0, z: 0, w: 0} + pivot: {x: 0, y: 0} + oldSize: {x: 0, y: 0} + newSize: {x: 0, y: 0} + adaptiveTilingThreshold: 0 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + m_Size: {x: 2.750043, y: 1.2534463} + m_EdgeRadius: 0 +>>>>>>> Stashed changes --- !u!1 &3572452013539030063 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Scripts/Punch.cs b/Assets/Scripts/Punch.cs index 2506899..df2e8bd 100644 --- a/Assets/Scripts/Punch.cs +++ b/Assets/Scripts/Punch.cs @@ -15,11 +15,12 @@ public class Punch : MonoBehaviour private void Start() { actions = GetComponent().actions; + cancelable = true; } private void Update() { - if (actions.FindAction("Punch").ReadValue() == 1f) + if (actions.FindAction("Punch").WasPressedThisFrame()) { if (!cancelable) return; GetComponent().Punch(); diff --git a/mono_crash.3941ebdff4.0.json b/mono_crash.3941ebdff4.0.json new file mode 100644 index 0000000..ca4e61c --- /dev/null +++ b/mono_crash.3941ebdff4.0.json @@ -0,0 +1,14199 @@ +{ + "protocol_version" : "0.0.6", + "configuration" : { + "version" : "(6.13.0) (explicit/ab2cec9e)", + "tlc" : "__thread", + "sigsgev" : "normal", + "notifications" : "kqueue", + "architecture" : "arm64", + "disabled_features" : "com,shared_perfcounters", + "smallconfig" : "disabled", + "bigarrays" : "disabled", + "softdebug" : "enabled", + "interpreter" : "enabled", + "llvm_support" : "disabled", + "suspend" : "preemptive" + }, + "memory" : { + "Resident Size" : "1606893568", + "Virtual Size" : "424468627456", + "minor_gc_time" : "0", + "major_gc_time" : "1045892", + "minor_gc_count" : "0", + "major_gc_count" : "3", + "major_gc_time_concurrent" : "0" + }, + "threads" : [ + { + "is_managed" : true, + "offset_free_hash" : "0x17ab1ac60a", + "offset_rich_hash" : "0x17ab1ac879", + "crashed" : false, + "native_thread_id" : "0x33cc07000", + "thread_info_addr" : "0x12d1b5000", + "thread_name" : "tid_3f303", + "ctx" : { + "IP" : "0x19cf3e6ec", + "SP" : "0x33cc05bb0", + "BP" : "0x33cc05c40" + }, + "managed_frames" : [ + { + "is_managed" : "false", + "native_address" : "unregistered" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x00000", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0xffffffff" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60020b2", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00044" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600209e", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00014" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600209d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002098", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00019" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600209a", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", + "token" : "0x6003562", + "native_offset" : "0x0", + "filename" : "System.dll", + "sizeofimage" : "0x29a000", + "timestamp" : "0xda5b041f", + "il_offset" : "0x00056" + } +, + { + "is_managed" : "true", + "guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", + "token" : "0x6003564", + "native_offset" : "0x0", + "filename" : "System.dll", + "sizeofimage" : "0x29a000", + "timestamp" : "0xda5b041f", + "il_offset" : "0x0002d" + } +, + { + "is_managed" : "true", + "guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", + "token" : "0x600831c", + "native_offset" : "0x0", + "filename" : "UnityEditor.CoreModule.dll", + "sizeofimage" : "0x9c0000", + "timestamp" : "0xf536837f", + "il_offset" : "0x00058" + } +, + { + "is_managed" : "true", + "guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", + "token" : "0x600831d", + "native_offset" : "0x0", + "filename" : "UnityEditor.CoreModule.dll", + "sizeofimage" : "0x9c0000", + "timestamp" : "0xf536837f", + "il_offset" : "0x00007" + } +, + { + "is_managed" : "true", + "guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", + "token" : "0x6008322", + "native_offset" : "0x0", + "filename" : "UnityEditor.CoreModule.dll", + "sizeofimage" : "0x9c0000", + "timestamp" : "0xf536837f", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00014" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f25", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00071" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f23", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f22", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0002b" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7f", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00008" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x00000", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00065" + } + + ], + "unmanaged_frames" : [ + { + "is_managed" : "false", + "native_address" : "0x17f61bad8", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f751e38", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7521b0", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f751f5c", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f65cd74", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cfb2de4", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cf7c894", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7a133c", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f75db6c", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f75d9a0", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f75dc24", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f74c9c4", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f6f7080", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x00000", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60020b2", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600209e", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600209d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002098", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600209a", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", + "token" : "0x6003562", + "native_offset" : "0x0", + "filename" : "System.dll", + "sizeofimage" : "0x29a000", + "timestamp" : "0xda5b041f", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", + "token" : "0x6003564", + "native_offset" : "0x0", + "filename" : "System.dll", + "sizeofimage" : "0x29a000", + "timestamp" : "0xda5b041f", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", + "token" : "0x600831c", + "native_offset" : "0x0", + "filename" : "UnityEditor.CoreModule.dll", + "sizeofimage" : "0x9c0000", + "timestamp" : "0xf536837f", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", + "token" : "0x600831d", + "native_offset" : "0x0", + "filename" : "UnityEditor.CoreModule.dll", + "sizeofimage" : "0x9c0000", + "timestamp" : "0xf536837f", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", + "token" : "0x6008322", + "native_offset" : "0x0", + "filename" : "UnityEditor.CoreModule.dll", + "sizeofimage" : "0x9c0000", + "timestamp" : "0xf536837f", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f25", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f23", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f22", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7f", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x00000", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f5ab6dc", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f730ca8", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f732670", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f752d14", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f752acc", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7d1fc8", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7d1f50", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cf7c2e4", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cf770fc", + "native_offset" : "0x00000" + } + + ] +}, +{ + "is_managed" : false, + "offset_free_hash" : "0x0", + "offset_rich_hash" : "0x0", + "crashed" : false, + "native_thread_id" : "0x32ce5f000", + "thread_info_addr" : "0x11f80b600", + "thread_name" : "Thread Pool Worker", + "ctx" : { + "IP" : "0x19cf3aee8", + "SP" : "0x32ce5edc0", + "BP" : "0x32ce5ee50" + }, + "unmanaged_frames" : [ + { + "is_managed" : "false", + "native_address" : "0x17f61bad8", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f751e38", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7521b0", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f751f5c", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f65cd74", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cfb2de4", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f6aaaac", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f752c20", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f752acc", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7d1fc8", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7d1f50", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cf7c2e4", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cf770fc", + "native_offset" : "0x00000" + } + + ] +}, +{ + "is_managed" : false, + "offset_free_hash" : "0x0", + "offset_rich_hash" : "0x0", + "crashed" : false, + "native_thread_id" : "0x32d277000", + "thread_info_addr" : "0x12d76d400", + "thread_name" : "Thread Pool Worker", + "ctx" : { + "IP" : "0x19cf3aee8", + "SP" : "0x32d276dc0", + "BP" : "0x32d276e50" + }, + "unmanaged_frames" : [ + { + "is_managed" : "false", + "native_address" : "0x17f61bad8", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f751e38", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7521b0", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f751f5c", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f65cd74", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cfb2de4", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f6aaaac", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f752c20", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f752acc", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7d1fc8", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7d1f50", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cf7c2e4", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cf770fc", + "native_offset" : "0x00000" + } + + ] +}, +{ + "is_managed" : false, + "offset_free_hash" : "0x0", + "offset_rich_hash" : "0x0", + "crashed" : false, + "native_thread_id" : "0x321407000", + "thread_info_addr" : "0x325aa8600", + "thread_name" : "Thread Pool I/O Selector", + "ctx" : { + "IP" : "0x19cf45fbc", + "SP" : "0x321406af0", + "BP" : "0x321406cf0" + }, + "unmanaged_frames" : [ + { + "is_managed" : "false", + "native_address" : "0x17f61bad8", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f751e38", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7521b0", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f751f5c", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f65cd74", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cfb2de4", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7a3d88", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f757444", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f756dc0", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f752c20", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f752acc", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7d1fc8", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x17f7d1f50", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cf7c2e4", + "native_offset" : "0x00000" + } +, + { + "is_managed" : "false", + "native_address" : "0x19cf770fc", + "native_offset" : "0x00000" + } + + ] +}, +{ + "is_managed" : true, + "offset_free_hash" : "0x313711effe", + "offset_rich_hash" : "0x313711fcf4", + "crashed" : false, + "native_thread_id" : "0x33e413000", + "thread_info_addr" : "0x12d2d3800", + "thread_name" : "Burst-CompilerThread-3", + "ctx" : { + "IP" : "0x19cf3dbbc", + "SP" : "0x33e4106f0", + "BP" : "0x33e410720" + }, + "managed_frames" : [ + { + "is_managed" : "false", + "native_address" : "unregistered" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60061af", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0000e" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600619d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x000f4" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600617a", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000226", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0001c" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000220", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00008" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000330", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00089" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000313", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00135" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000c31", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0029d" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000c30", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x000cc" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000c2f", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0001f" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000ba1", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0009a" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014b9", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x001c3" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6004693", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0002c" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000ba0", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0003d" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014a8", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60016b1", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00058" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6004693", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0002c" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014b2", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0001c" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002300", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0000f" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60023fa", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60023fd", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f25", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00071" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f23", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002466", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00034" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60023fc", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0004a" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002547", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00014" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014c8", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000be4", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x000f5" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00014" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f25", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00071" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f23", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f22", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0002b" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7f", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00008" + } +, + { + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x00000", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00065" + } + + ], +"unmanaged_frames" : [ +{ + "is_managed" : "false", + "native_address" : "0x17f61bad8", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f751e38", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f7521b0", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f751f5c", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f65cd74", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x19cfb2de4", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x19cf793f8", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x19cf76dbc", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f712bbc", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f6bf968", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f6c0704", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f621bc0", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f6220f8", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f6233ac", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "(null)", + "token" : "0x00000", + "native_offset" : "0x0", + "filename" : "(null)", + "sizeofimage" : "0x0", + "timestamp" : "0x0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60061af", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600619d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600617a", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000226", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000220", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000330", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000313", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000c31", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000c30", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000c2f", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000ba1", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014b9", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6004693", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000ba0", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014a8", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60016b1", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6004693", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014b2", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002300", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60023fa", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60023fd", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f25", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f23", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002466", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60023fc", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002547", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014c8", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000be4", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f25", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f23", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f22", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7f", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x00000", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f5ab6dc", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f730ca8", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f732670", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f752d14", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f752acc", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f7d1fc8", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x17f7d1f50", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x19cf7c2e4", + "native_offset" : "0x00000" + } +, +{ + "is_managed" : "false", + "native_address" : "0x19cf770fc", + "native_offset" : "0x00000" + } + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x313711effe", +"offset_rich_hash" : "0x313711fcf4", +"crashed" : false, +"native_thread_id" : "0x33e82b000", +"thread_info_addr" : "0x339548a00", +"thread_name" : "Burst-CompilerThread-5", +"ctx" : { + "IP" : "0x19cf3dbbc", + "SP" : "0x33e8287c0", + "BP" : "0x33e8287f0" +}, +"managed_frames" : [ +{ + "is_managed" : "false", + "native_address" : "unregistered" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60061af", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0000e" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600619d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x000f4" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x600617a", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000226", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0001c" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000220", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00008" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000330", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00089" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000313", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00135" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000c31", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0029d" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000c30", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x000cc" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000c2f", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0001f" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000ba1", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0009a" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014b9", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x001c3" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6004693", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0002c" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000ba0", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0003d" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014a8", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60016b1", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00058" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6004693", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0002c" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014b2", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x0001c" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002300", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0000f" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60023fa", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60023fd", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f25", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00071" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f23", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002466", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00034" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x60023fc", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0004a" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6002547", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00014" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x60014c8", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", + "token" : "0x6000be4", + "native_offset" : "0x0", + "filename" : "Burst.Compiler.IL.dll", + "sizeofimage" : "0x1aa000", + "timestamp" : "0x804eb2a0", + "il_offset" : "0x000f5" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7d", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00014" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f25", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00071" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f23", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00000" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f22", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x0002b" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x6001f7f", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00008" + } +, +{ + "is_managed" : "true", + "guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", + "token" : "0x00000", + "native_offset" : "0x0", + "filename" : "mscorlib.dll", + "sizeofimage" : "0x470000", + "timestamp" : "0xcd46cd56", + "il_offset" : "0x00065" + } + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf793f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf76dbc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6fe888", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f72f188", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f621afc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6220f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6233ac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "(null)", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "(null)", +"sizeofimage" : "0x0", +"timestamp" : "0x0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x313711effe", +"offset_rich_hash" : "0x313711fcf4", +"crashed" : false, +"native_thread_id" : "0x33ec43000", +"thread_info_addr" : "0x12d27d400", +"thread_name" : "Burst-CompilerThread-7", +"ctx" : { +"IP" : "0x19cf3dbbc", +"SP" : "0x33ec407c0", +"BP" : "0x33ec407f0" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000e" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x000f4" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00089" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00135" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0029d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000cc" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001f" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0009a" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x001c3" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0003d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00058" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00034" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0004a" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000f5" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf793f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf76dbc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6fe888", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f72f188", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f621afc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6220f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6233ac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "(null)", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "(null)", +"sizeofimage" : "0x0", +"timestamp" : "0x0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x32da3b000", +"thread_info_addr" : "0x325cd0000", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3aee8", +"SP" : "0x32da3adc0", +"BP" : "0x32da3ae50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aaaac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x3941ebdff4", +"offset_rich_hash" : "0x3941ebed47", +"crashed" : true, +"native_thread_id" : "0x33f05b000", +"thread_info_addr" : "0x33db9b400", +"thread_name" : "Burst-CompilerThread-9", +"ctx" : { +"IP" : "0x17f6c31d4", +"SP" : "0x33f0584b0", +"BP" : "0x33f058530" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0xffffffff" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600173a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60062ae", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0003f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60060c7", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0001d" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60060c6", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004258", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00005" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001dc7", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001dc6", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600424c", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00009" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000b" +} +, +{ +"is_managed" : "true", +"guid" : "AF79E0D4-0C00-4049-BBF2-0428A0810B57", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "Burst.Backend.dll", +"sizeofimage" : "0x30000", +"timestamp" : "0xae3b111d", +"il_offset" : "0x00057" +} +, +{ +"is_managed" : "true", +"guid" : "AF79E0D4-0C00-4049-BBF2-0428A0810B57", +"token" : "0x60002bb", +"native_offset" : "0x0", +"filename" : "Burst.Backend.dll", +"sizeofimage" : "0x30000", +"timestamp" : "0xae3b111d", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "AF79E0D4-0C00-4049-BBF2-0428A0810B57", +"token" : "0x6000011", +"native_offset" : "0x0", +"filename" : "Burst.Backend.dll", +"sizeofimage" : "0x30000", +"timestamp" : "0xae3b111d", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60001f8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00137" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00130" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0029d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000cc" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001f" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0009a" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x001c3" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0003d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00058" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00034" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0004a" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000f5" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752800", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65dbc0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f61fbf8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5a8408", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6c31c0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f758274", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6de7c4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6f3930", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600173a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60062ae", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60060c7", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60060c6", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004258", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001dc7", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001dc6", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600424c", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "AF79E0D4-0C00-4049-BBF2-0428A0810B57", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "Burst.Backend.dll", +"sizeofimage" : "0x30000", +"timestamp" : "0xae3b111d", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "AF79E0D4-0C00-4049-BBF2-0428A0810B57", +"token" : "0x60002bb", +"native_offset" : "0x0", +"filename" : "Burst.Backend.dll", +"sizeofimage" : "0x30000", +"timestamp" : "0xae3b111d", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "AF79E0D4-0C00-4049-BBF2-0428A0810B57", +"token" : "0x6000011", +"native_offset" : "0x0", +"filename" : "Burst.Backend.dll", +"sizeofimage" : "0x30000", +"timestamp" : "0xae3b111d", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60001f8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x330713000", +"thread_info_addr" : "0x326390e00", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3aee8", +"SP" : "0x330712dc0", +"BP" : "0x330712e50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aaaac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x32c7fb000", +"thread_info_addr" : "0x3262ed800", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3aee8", +"SP" : "0x32c7fadc0", +"BP" : "0x32c7fae50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aaaac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x33001b000", +"thread_info_addr" : "0x3263f2a00", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3aee8", +"SP" : "0x33001adc0", +"BP" : "0x33001ae50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aaaac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x320207000", +"thread_info_addr" : "0x13d890000", +"thread_name" : "Debugger agent", +"ctx" : { +"IP" : "0x19cf43804", +"SP" : "0x320206ad0", +"BP" : "0x320206af0" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f689978", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f682a80", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x3c989c969d", +"offset_rich_hash" : "0x3c989ca89c", +"crashed" : false, +"native_thread_id" : "0x2068ec840", +"thread_info_addr" : "0x13e85e200", +"thread_name" : "tid_103", +"ctx" : { +"IP" : "0x19cf3afa8", +"SP" : "0x16d08c830", +"BP" : "0x16d08c830" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008d6d", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x000bd" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008d61", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00042" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008d5a", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0000d" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008d52", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00001" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008dea", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002a" +} +, +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x60078b2", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x000a9" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002a" +} +, +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "EAC12AF5-E003-4B02-B1BF-E348A7FEB8C6", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "UnityEngine.CoreModule.dll", +"sizeofimage" : "0x1e6000", +"timestamp" : "0xa0d73c44", +"il_offset" : "0xffffffff" +} +, +{ +"is_managed" : "true", +"guid" : "EAC12AF5-E003-4B02-B1BF-E348A7FEB8C6", +"token" : "0x600247e", +"native_offset" : "0x0", +"filename" : "UnityEngine.CoreModule.dll", +"sizeofimage" : "0x1e6000", +"timestamp" : "0xa0d73c44", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "EAC12AF5-E003-4B02-B1BF-E348A7FEB8C6", +"token" : "0x6002479", +"native_offset" : "0x0", +"filename" : "UnityEngine.CoreModule.dll", +"sizeofimage" : "0x1e6000", +"timestamp" : "0xa0d73c44", +"il_offset" : "0x00001" +} +, +{ +"is_managed" : "true", +"guid" : "EAC12AF5-E003-4B02-B1BF-E348A7FEB8C6", +"token" : "0x600247a", +"native_offset" : "0x0", +"filename" : "UnityEngine.CoreModule.dll", +"sizeofimage" : "0x1e6000", +"timestamp" : "0xa0d73c44", +"il_offset" : "0x00001" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6007889", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00013" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x60078a1", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00001" +} +, +{ +"is_managed" : "true", +"guid" : "AC74C406-7FDC-40BE-AD94-AA83D7C5BBAA", +"token" : "0x60000c0", +"native_offset" : "0x0", +"filename" : "UnityEditor.EditorToolbarModule.dll", +"sizeofimage" : "0x1a000", +"timestamp" : "0x93cad397", +"il_offset" : "0x00001" +} +, +{ +"is_managed" : "true", +"guid" : "AC74C406-7FDC-40BE-AD94-AA83D7C5BBAA", +"token" : "0x60000be", +"native_offset" : "0x0", +"filename" : "UnityEditor.EditorToolbarModule.dll", +"sizeofimage" : "0x1a000", +"timestamp" : "0x93cad397", +"il_offset" : "0x00083" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} +, +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0xffffffff" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004dc1", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00005" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600172b", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00095" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600172a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00009" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001720", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00027" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001537", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00020" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600171e", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x001d2" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001530", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0009c" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b793", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x000ae" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b788", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00006" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b786", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00019" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600aba1", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x000a6" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b116", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00037" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b110", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x000d5" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b0fb", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00061" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b1cc", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0012e" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b1cd", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x000ef" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b1b4", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0015b" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600342a", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0003c" +} +, +{ +"is_managed" : "true", +"guid" : "0FF9DC5F-644B-4142-B73B-5F72F5023E02", +"token" : "0x60002a7", +"native_offset" : "0x0", +"filename" : "UnityEditor.UIElementsModule.dll", +"sizeofimage" : "0x76000", +"timestamp" : "0xa4a57271", +"il_offset" : "0x0002e" +} +, +{ +"is_managed" : "true", +"guid" : "0FF9DC5F-644B-4142-B73B-5F72F5023E02", +"token" : "0x6000294", +"native_offset" : "0x0", +"filename" : "UnityEditor.UIElementsModule.dll", +"sizeofimage" : "0x76000", +"timestamp" : "0xa4a57271", +"il_offset" : "0x00162" +} +, +{ +"is_managed" : "true", +"guid" : "0FF9DC5F-644B-4142-B73B-5F72F5023E02", +"token" : "0x600028f", +"native_offset" : "0x0", +"filename" : "UnityEditor.UIElementsModule.dll", +"sizeofimage" : "0x76000", +"timestamp" : "0xa4a57271", +"il_offset" : "0x000d6" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6003fe8", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6003feb", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6004312", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0001a" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600395e", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00063" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002a" +} +, +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0xffffffff" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6000b17", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0002a" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6003e7f", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0010a" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6003e7e", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6003e59", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00022" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6003e4e", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00016" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6003e4d", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x0000b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002a" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf79170", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7bf1dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7c9ef8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f79005c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f735038", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f75f83c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f75fa80", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f72debc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5d2218", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5a158c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5a3aa0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5a7688", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f622478", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f621f90", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "(null)", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "(null)", +"sizeofimage" : "0x0", +"timestamp" : "0x0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008d6d", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008d61", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008d5a", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008d52", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6008dea", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f72cfcc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5cecfc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5a158c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5a3aa0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5a7688", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f622478", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f621f90", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "(null)", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "(null)", +"sizeofimage" : "0x0", +"timestamp" : "0x0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x60078b2", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730be8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x10397c628", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1039531ec", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103952e2c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103a1ce8c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103919c90", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x10391b6ec", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103950148", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x102dcc1a8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "EAC12AF5-E003-4B02-B1BF-E348A7FEB8C6", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "UnityEngine.CoreModule.dll", +"sizeofimage" : "0x1e6000", +"timestamp" : "0xa0d73c44", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "EAC12AF5-E003-4B02-B1BF-E348A7FEB8C6", +"token" : "0x600247e", +"native_offset" : "0x0", +"filename" : "UnityEngine.CoreModule.dll", +"sizeofimage" : "0x1e6000", +"timestamp" : "0xa0d73c44", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "EAC12AF5-E003-4B02-B1BF-E348A7FEB8C6", +"token" : "0x6002479", +"native_offset" : "0x0", +"filename" : "UnityEngine.CoreModule.dll", +"sizeofimage" : "0x1e6000", +"timestamp" : "0xa0d73c44", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "EAC12AF5-E003-4B02-B1BF-E348A7FEB8C6", +"token" : "0x600247a", +"native_offset" : "0x0", +"filename" : "UnityEngine.CoreModule.dll", +"sizeofimage" : "0x1e6000", +"timestamp" : "0xa0d73c44", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x6007889", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x60078a1", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "AC74C406-7FDC-40BE-AD94-AA83D7C5BBAA", +"token" : "0x60000c0", +"native_offset" : "0x0", +"filename" : "UnityEditor.EditorToolbarModule.dll", +"sizeofimage" : "0x1a000", +"timestamp" : "0x93cad397", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "AC74C406-7FDC-40BE-AD94-AA83D7C5BBAA", +"token" : "0x60000be", +"native_offset" : "0x0", +"filename" : "UnityEditor.EditorToolbarModule.dll", +"sizeofimage" : "0x1a000", +"timestamp" : "0x93cad397", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7344b4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6df50c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6eff60", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004dc1", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600172b", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600172a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001720", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001537", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600171e", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001530", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b793", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b788", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b786", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600aba1", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b116", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b110", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b0fb", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "05128D75-46F4-47F7-B777-CD3B48234DFB", +"token" : "0x600b1cc", +"native_offset" : "0x0", +"filename" : "UnityEditor.CoreModule.dll", +"sizeofimage" : "0x9c0000", +"timestamp" : "0xf536837f", +"il_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x373287000", +"thread_info_addr" : "0x33de36000", +"thread_name" : "tid_3e503", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x373286d70", +"BP" : "0x373286d80" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103153c40", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035ca524", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035ca4c0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x32cc53000", +"thread_info_addr" : "0x325b4c400", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3aee8", +"SP" : "0x32cc52dc0", +"BP" : "0x32cc52e50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aaaac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x32d06b000", +"thread_info_addr" : "0x3262a0a00", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3aee8", +"SP" : "0x32d06adc0", +"BP" : "0x32d06ae50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aaaac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x313711effe", +"offset_rich_hash" : "0x313711fd22", +"crashed" : false, +"native_thread_id" : "0x33e207000", +"thread_info_addr" : "0x12d056000", +"thread_name" : "Burst-CompilerThread-2", +"ctx" : { +"IP" : "0x19cf3dbbc", +"SP" : "0x33e204840", +"BP" : "0x33e204870" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0003c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x000f4" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00089" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00135" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0029d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000cc" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001f" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0009a" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x001c3" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0003d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00058" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00034" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0004a" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000f5" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf793f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf76dbc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6fe888", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6cd7f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6c072c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f623390", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "(null)", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "(null)", +"sizeofimage" : "0x0", +"timestamp" : "0x0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x313711effe", +"offset_rich_hash" : "0x313711fd22", +"crashed" : false, +"native_thread_id" : "0x33e61f000", +"thread_info_addr" : "0x33955fa00", +"thread_name" : "Burst-CompilerThread-4", +"ctx" : { +"IP" : "0x19cf3dbbc", +"SP" : "0x33e61c840", +"BP" : "0x33e61c870" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0003c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x000f4" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00089" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00135" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0029d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000cc" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001f" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0009a" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x001c3" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0003d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00058" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00034" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0004a" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000f5" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf793f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf76dbc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6fe888", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6cd7f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6c072c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f623390", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "(null)", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "(null)", +"sizeofimage" : "0x0", +"timestamp" : "0x0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17de53000", +"thread_info_addr" : "0x33dca2600", +"thread_name" : "tid_14b07", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17de52d00", +"BP" : "0x17de52d10" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035124dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103513934", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x313711effe", +"offset_rich_hash" : "0x313711fd22", +"crashed" : false, +"native_thread_id" : "0x33ea37000", +"thread_info_addr" : "0x33954ba00", +"thread_name" : "Burst-CompilerThread-6", +"ctx" : { +"IP" : "0x19cf3dbbc", +"SP" : "0x33ea34840", +"BP" : "0x33ea34870" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0003c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x000f4" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00089" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00135" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0029d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000cc" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001f" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0009a" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x001c3" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0003d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00058" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00034" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0004a" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000f5" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf793f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf76dbc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6fe888", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6cd7f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6c072c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f623390", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "(null)", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "(null)", +"sizeofimage" : "0x0", +"timestamp" : "0x0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x32d82f000", +"thread_info_addr" : "0x325b4da00", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3aee8", +"SP" : "0x32d82edc0", +"BP" : "0x32d82ee50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aaaac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17dedf000", +"thread_info_addr" : "0x13eb85800", +"thread_name" : "tid_14c0f", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17deded00", +"BP" : "0x17deded10" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035124dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103513934", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x313711effe", +"offset_rich_hash" : "0x313711fd22", +"crashed" : false, +"native_thread_id" : "0x33ee4f000", +"thread_info_addr" : "0x33d9aaa00", +"thread_name" : "Burst-CompilerThread-8", +"ctx" : { +"IP" : "0x19cf3dbbc", +"SP" : "0x33ee4c840", +"BP" : "0x33ee4c870" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0003c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x000f4" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00089" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00135" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0029d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000cc" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001f" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0009a" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x001c3" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0003d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00058" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00034" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0004a" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000f5" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf793f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf76dbc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6fe888", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6cd7f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6c072c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f623390", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "(null)", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "(null)", +"sizeofimage" : "0x0", +"timestamp" : "0x0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x14a938e184", +"offset_rich_hash" : "0x14a938e46a", +"crashed" : false, +"native_thread_id" : "0x33f267000", +"thread_info_addr" : "0x12d189000", +"thread_name" : "Burst-ProgressReporter", +"ctx" : { +"IP" : "0x19cf3e6ec", +"SP" : "0x33f2660f0", +"BP" : "0x33f266180" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0xffffffff" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f5d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f50", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000e" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f52", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001ea2", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0001d" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001ea1", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x000d9" +} +, +{ +"is_managed" : "true", +"guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", +"token" : "0x60026bc", +"native_offset" : "0x0", +"filename" : "System.dll", +"sizeofimage" : "0x29a000", +"timestamp" : "0xda5b041f", +"il_offset" : "0x00067" +} +, +{ +"is_managed" : "true", +"guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", +"token" : "0x60026bb", +"native_offset" : "0x0", +"filename" : "System.dll", +"sizeofimage" : "0x29a000", +"timestamp" : "0xda5b041f", +"il_offset" : "0x00006" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6001185", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0002a" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c8c0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7a1314", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f75db6c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f75d9a0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f78cd38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6f5984", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f5d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f50", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f52", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001ea2", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001ea1", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", +"token" : "0x60026bc", +"native_offset" : "0x0", +"filename" : "System.dll", +"sizeofimage" : "0x29a000", +"timestamp" : "0xda5b041f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", +"token" : "0x60026bb", +"native_offset" : "0x0", +"filename" : "System.dll", +"sizeofimage" : "0x29a000", +"timestamp" : "0xda5b041f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6001185", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x33091f000", +"thread_info_addr" : "0x325bf1400", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3aee8", +"SP" : "0x33091edc0", +"BP" : "0x33091ee50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aaaac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17df6b000", +"thread_info_addr" : "0x12d66ec00", +"thread_name" : "tid_13d0f", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17df6ad00", +"BP" : "0x17df6ad10" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035124dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103513934", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17dff7000", +"thread_info_addr" : "0x325bdaa00", +"thread_name" : "tid_13b07", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17dff6d00", +"BP" : "0x17dff6d10" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035124dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103513934", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x32c5ef000", +"thread_info_addr" : "0x13eb5e600", +"thread_name" : "tid_27a0b", +"ctx" : { +"IP" : "0x19cf3e6ec", +"SP" : "0x32c5eec40", +"BP" : "0x32c5eecd0" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c8c0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7a1314", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7aaef4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aa2e0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x1e95c19c80", +"offset_rich_hash" : "0x1e95c1a162", +"crashed" : false, +"native_thread_id" : "0x32ca07000", +"thread_info_addr" : "0x12d7be600", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3e6ec", +"SP" : "0x32ca05da0", +"BP" : "0x32ca05e30" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0xffffffff" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f5d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f50", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000e" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f52", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001ea2", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0001d" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001ea1", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x000d9" +} +, +{ +"is_managed" : "true", +"guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", +"token" : "0x60026bc", +"native_offset" : "0x0", +"filename" : "System.dll", +"sizeofimage" : "0x29a000", +"timestamp" : "0xda5b041f", +"il_offset" : "0x00067" +} +, +{ +"is_managed" : "true", +"guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", +"token" : "0x60026e2", +"native_offset" : "0x0", +"filename" : "System.dll", +"sizeofimage" : "0x29a000", +"timestamp" : "0xda5b041f", +"il_offset" : "0x0004d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b5", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00118" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c5", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00034" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0004a" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fb", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002031", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00074" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002046", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002a" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c894", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7a133c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f75db6c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f75d9a0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f78cd38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6f5984", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f5d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f50", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f52", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001ea2", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001ea1", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", +"token" : "0x60026bc", +"native_offset" : "0x0", +"filename" : "System.dll", +"sizeofimage" : "0x29a000", +"timestamp" : "0xda5b041f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "A3BFFBAE-B945-4750-AFBB-F3D363FB55F3", +"token" : "0x60026e2", +"native_offset" : "0x0", +"filename" : "System.dll", +"sizeofimage" : "0x29a000", +"timestamp" : "0xda5b041f", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b5", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c5", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fb", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002031", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002046", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f755844", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aa8fc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17e083000", +"thread_info_addr" : "0x33dc40400", +"thread_name" : "tid_11103", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17e082d00", +"BP" : "0x17e082d10" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035124dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103513934", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17e10f000", +"thread_info_addr" : "0x33dca6a00", +"thread_name" : "tid_13903", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17e10ed00", +"BP" : "0x17e10ed10" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035124dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103513934", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x1224727402", +"offset_rich_hash" : "0x12247275cb", +"crashed" : false, +"native_thread_id" : "0x34e607000", +"thread_info_addr" : "0x33dac8e00", +"thread_name" : "Timer-Scheduler", +"ctx" : { +"IP" : "0x19cf3e6ec", +"SP" : "0x34e605ee0", +"BP" : "0x34e605f70" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0xffffffff" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60020b2", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00044" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600209e", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600209d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002098", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00019" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600209b", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600215a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0003c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c8c0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7a1314", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f75db6c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f75d9a0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f75dc24", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f74c9c4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6f7080", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60020b2", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600209e", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600209d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002098", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600209b", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600215a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17e19b000", +"thread_info_addr" : "0x33f9a1000", +"thread_name" : "tid_13803", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17e19ad00", +"BP" : "0x17e19ad10" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035124dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103513934", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17e227000", +"thread_info_addr" : "0x12d221e00", +"thread_name" : "tid_11203", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17e226d00", +"BP" : "0x17e226d10" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035124dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103513934", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x32dc87000", +"thread_info_addr" : "0x3263f3800", +"thread_name" : "Thread Pool Worker", +"ctx" : { +"IP" : "0x19cf3aee8", +"SP" : "0x32dc86dc0", +"BP" : "0x32dc86e50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6aaaac", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17e2b3000", +"thread_info_addr" : "0x3393bda00", +"thread_name" : "tid_11303", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17e2b2d00", +"BP" : "0x17e2b2d10" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdc9b50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cdca204", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x105b143e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x1035124dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103513934", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x103742474", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : true, +"offset_free_hash" : "0x313711effe", +"offset_rich_hash" : "0x313711fd22", +"crashed" : false, +"native_thread_id" : "0x33d6ab000", +"thread_info_addr" : "0x339562800", +"thread_name" : "Burst-CompilerThread-1", +"ctx" : { +"IP" : "0x19cf3dbbc", +"SP" : "0x33d6a8840", +"BP" : "0x33d6a8870" +}, +"managed_frames" : [ +{ +"is_managed" : "false", +"native_address" : "unregistered" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0003c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x000f4" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00089" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00135" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0029d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000cc" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001f" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0009a" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x001c3" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0003d" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00058" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002c" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x0001c" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0000f" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00034" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0004a" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x000f5" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00014" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00071" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x0002b" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00008" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00065" +} + +], +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf793f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf76dbc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6fe888", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6cd7f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f6c072c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f623390", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "(null)", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "(null)", +"sizeofimage" : "0x0", +"timestamp" : "0x0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60061af", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600619d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x600617a", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000226", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000220", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000330", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000313", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c31", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c30", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000c2f", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b9", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000ba0", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014a8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60016b1", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6004693", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014b2", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002300", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fa", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fd", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002466", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x60023fc", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6002547", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x60014c8", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "69B504CF-34C5-4D68-8310-E60F1CE29D2E", +"token" : "0x6000be4", +"native_offset" : "0x0", +"filename" : "Burst.Compiler.IL.dll", +"sizeofimage" : "0x1aa000", +"timestamp" : "0x804eb2a0", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7d", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f25", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f23", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f22", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x6001f7f", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "true", +"guid" : "3AACBE60-8A2F-468E-B6BB-1C15E219490D", +"token" : "0x00000", +"native_offset" : "0x0", +"filename" : "mscorlib.dll", +"sizeofimage" : "0x470000", +"timestamp" : "0xcd46cd56", +"il_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f5ab6dc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f730ca8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f732670", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752d14", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +}, +{ +"is_managed" : false, +"offset_free_hash" : "0x0", +"offset_rich_hash" : "0x0", +"crashed" : false, +"native_thread_id" : "0x17fe43000", +"thread_info_addr" : "0x13d88f000", +"thread_name" : "Finalizer", +"ctx" : { +"IP" : "0x19cf3aed0", +"SP" : "0x17fe42de0", +"BP" : "0x17fe42e50" +}, +"unmanaged_frames" : [ +{ +"is_managed" : "false", +"native_address" : "0x17f61bad8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751e38", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7521b0", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f751f5c", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f65cd74", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cfb2de4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f78b7f8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752c20", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f752acc", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1fc8", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x17f7d1f50", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf7c2e4", +"native_offset" : "0x00000" +} +, +{ +"is_managed" : "false", +"native_address" : "0x19cf770fc", +"native_offset" : "0x00000" +} + +] +} +] +} \ No newline at end of file