Title: [mac intel 16' Monterey][Python 3.10.4][tkinter 8.6] Calling tkinter askOpenfilename crashes when repeatedly creating a window · Issue #92603 · python/cpython · GitHub
Open Graph Title: [mac intel 16' Monterey][Python 3.10.4][tkinter 8.6] Calling tkinter askOpenfilename crashes when repeatedly creating a window · Issue #92603 · python/cpython
X Title: [mac intel 16' Monterey][Python 3.10.4][tkinter 8.6] Calling tkinter askOpenfilename crashes when repeatedly creating a window · Issue #92603 · python/cpython
Description: Crash report This seems to be an intel mac issue only. I have a python program that allows users to repeatedly press a key that will create a tkinter window where they can open an image an manipulate it. The problem is, by the 3rd time, ...
Open Graph Description: Crash report This seems to be an intel mac issue only. I have a python program that allows users to repeatedly press a key that will create a tkinter window where they can open an image an manipula...
X Description: Crash report This seems to be an intel mac issue only. I have a python program that allows users to repeatedly press a key that will create a tkinter window where they can open an image an manipula...
Opengraph URL: https://github.com/python/cpython/issues/92603
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[mac intel 16' Monterey][Python 3.10.4][tkinter 8.6] Calling tkinter askOpenfilename crashes when repeatedly creating a window","articleBody":"\r\n**Crash report**\r\n\r\nThis seems to be an intel mac issue only.\r\n\r\nI have a python program that allows users to repeatedly press a key that will create a tkinter window where they can open an image an manipulate it.\r\n\r\nThe problem is, by the 3rd time, the program always crashes.\r\n\r\nI can't figure out why..\r\n\r\nI have simplified the code below:\r\n\r\n```\r\nimport tkinter as tk\r\nfrom tkinter import filedialog\r\n\r\nclass Application(tk.Frame):\r\n def __init__(self, root=None):\r\n\r\n super().__init__(root) \r\n self.root = root\r\n filename = filedialog.askopenfilename(title='open')\r\n\r\n\r\ndef run(title):\r\n root = tk.Tk()\r\n root.title(title)\r\n root.geometry(str(100) + \"x\" + str(100))\r\n app = Application(root=root)\r\n\r\n app.mainloop()\r\n\r\n\r\ndef main():\r\n run(\"1\")\r\n run(\"2\")\r\n run(\"3\")\r\n run(\"4\")\r\n run(\"5\")\r\n run(\"6\")\r\n\r\nif __name__ == '__main__':\r\n main()\r\n```\r\n\r\n**Error messages**\r\n\r\n```\r\n-------------------------------------\r\nTranslated Report (Full Report Below)\r\n-------------------------------------\r\n\r\nProcess: Python [11454]\r\nPath: /Library/Frameworks/Python.framework/Versions/3.10/Resources/Python.app/Contents/MacOS/Python\r\nIdentifier: org.python.python\r\nVersion: 3.10.4 (3.10.4)\r\nCode Type: X86-64 (Native)\r\nParent Process: zsh [11448]\r\nResponsible: Terminal [11446]\r\nUser ID: 503\r\n\r\nDate/Time: 2022-05-10 12:50:02.1244 +0800\r\nOS Version: macOS 12.3.1 (21E258)\r\nReport Version: 12\r\nBridge OS Version: 6.4 (19P4243)\r\nAnonymous UUID: 53FD5B78-B1FE-89B8-5F60-4A8C78CC8D58\r\n\r\nSleep/Wake UUID: 94152489-4D5E-4330-9634-214D5A2EAC5E\r\n\r\nTime Awake Since Boot: 52000 seconds\r\nTime Since Wake: 9285 seconds\r\n\r\nSystem Integrity Protection: enabled\r\n\r\nCrashed Thread: 0 Dispatch queue: com.apple.main-thread\r\n\r\nException Type: EXC_BAD_ACCESS (SIGSEGV)\r\nException Codes: KERN_INVALID_ADDRESS at 0x000000000000001c\r\nException Codes: 0x0000000000000001, 0x000000000000001c\r\nException Note: EXC_CORPSE_NOTIFY\r\n\r\nTermination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11\r\nTerminating Process: exc handler [11454]\r\n\r\nVM Region Info: 0x1c is not in any region. Bytes before following region: 4408430564\r\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\r\n UNUSED SPACE AT START\r\n---\u003e \r\n __TEXT 106c35000-106c39000 [ 16K] r-x/r-x SM=COW .../MacOS/Python\r\n\r\nThread 0 Crashed:: Dispatch queue: com.apple.main-thread\r\n0 libobjc.A.dylib \t 0x7ff81ddfc536 object_isClass + 24\r\n1 Foundation \t 0x7ff81ee41e9a KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED + 50\r\n2 Foundation \t 0x7ff81ee41c24 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:maybeNewValuesDict:usingBlock:] + 316\r\n3 Foundation \t 0x7ff81ee50b88 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 980\r\n4 CoreFoundation \t 0x7ff81dfee801 -[CFPrefsSource forEachObserver:] + 280\r\n5 CoreFoundation \t 0x7ff81e02a3f3 -[CFPrefsSource _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:] + 83\r\n6 CoreFoundation \t 0x7ff81e02a29c ___CFPrefsDeliverPendingKVONotificationsGuts_block_invoke + 374\r\n7 CoreFoundation \t 0x7ff81e02a11e __CFDictionaryApplyFunction_block_invoke + 22\r\n8 CoreFoundation \t 0x7ff81dff2ee3 CFBasicHashApply + 115\r\n9 CoreFoundation \t 0x7ff81dfe5c0b CFDictionaryApplyFunction + 131\r\n10 CoreFoundation \t 0x7ff81e02a093 _CFPrefsDeliverPendingKVONotificationsGuts + 262\r\n11 CoreFoundation \t 0x7ff81dfd69a6 -[_CFXPreferences _deliverPendingKVONotifications] + 90\r\n12 CoreFoundation \t 0x7ff81dfd721d __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 402\r\n13 CoreFoundation \t 0x7ff81e131f4b -[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 374\r\n14 CoreFoundation \t 0x7ff81e02e561 -[_CFXPreferences setValue:forKey:appIdentifier:container:configurationURL:] + 96\r\n15 CoreFoundation \t 0x7ff81e02e4c8 _CFPreferencesSetAppValueWithContainerAndConfiguration + 113\r\n16 Foundation \t 0x7ff81ee8c920 -[NSUserDefaults(NSUserDefaults) setObject:forKey:] + 73\r\n17 AppKit \t 0x7ff820a9fc63 -[NSWindow _persistFrame] + 106\r\n18 AppKit \t 0x7ff820a9f9f4 -[NSWindow _reallySetFrame:] + 683\r\n19 AppKit \t 0x7ff820a9f315 -[NSWindow _oldPlaceWindow:fromServer:] + 213\r\n20 AppKit \t 0x7ff820a9d97e -[NSWindow _setFrameCommon:display:fromServer:] + 1278\r\n21 ViewBridge \t 0x7ff8255c0169 -[NSRemoteView _serviceRequestsResizeInProgress:] + 1507\r\n22 ViewBridge \t 0x7ff8255eeb01 withImplicitAnimation + 101\r\n23 ViewBridge \t 0x7ff8255c0431 -[NSRemoteView _serviceRequestsResize:completion:] + 147\r\n24 ViewBridge \t 0x7ff8255c1183 -[NSRemoteView _serviceRequestsFrame:serviceWindowBackgroundColor:safeFrame:animate:transaction:completion:] + 904\r\n25 ViewBridge \t 0x7ff8255bb421 -[NSRemoteView _finishAdvanceToConfigPhaseWithContextID:andOffset:] + 1017\r\n26 ViewBridge \t 0x7ff8255cdce2 __38-[NSRemoteView _advanceToConfigPhase:]_block_invoke_2.2566 + 167\r\n27 CoreFoundation \t 0x7ff81e00c2bc __invoking___ + 140\r\n28 CoreFoundation \t 0x7ff81e00c163 -[NSInvocation invoke] + 305\r\n29 ViewBridge \t 0x7ff825567e98 __deferNSXPCInvocationOntoMainThread_block_invoke + 124\r\n30 ViewBridge \t 0x7ff82555b2c4 __wrapBlockWithVoucher_block_invoke + 37\r\n31 ViewBridge \t 0x7ff82555af4f __deferBlockOntoMainThread_block_invoke_2 + 274\r\n32 CoreFoundation \t 0x7ff81e028681 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12\r\n33 CoreFoundation \t 0x7ff81e02852c __CFRunLoopDoBlocks + 445\r\n34 CoreFoundation \t 0x7ff81e02789d __CFRunLoopRun + 2609\r\n35 CoreFoundation \t 0x7ff81e0267ac CFRunLoopRunSpecific + 562\r\n36 ViewBridge \t 0x7ff82555a434 __invokeRunLoopInModeForDuration_block_invoke_2 + 25\r\n37 ViewBridge \t 0x7ff82555a2fa invokeRunLoopInModeForDuration + 179\r\n38 ViewBridge \t 0x7ff82555a23c __29-[NSCFRunLoopSemaphore wait:]_block_invoke_3 + 82\r\n39 ViewBridge \t 0x7ff82555a1e8 __CONSIDER_WHO_REQUESTED_THIS_WAIT_BEFORE_SENDING_BUG_TO_VIEWBRIDGE__ + 7\r\n40 ViewBridge \t 0x7ff82555a1b3 __29-[NSCFRunLoopSemaphore wait:]_block_invoke_2 + 124\r\n41 ViewBridge \t 0x7ff82555a0a9 __29-[NSCFRunLoopSemaphore wait:]_block_invoke + 163\r\n42 ViewBridge \t 0x7ff825559ce8 +[NSCFRunLoopSemaphore _observe:whilePerforming:] + 259\r\n43 ViewBridge \t 0x7ff8255598ae -[NSCFRunLoopSemaphore wait:] + 178\r\n44 AppKit \t 0x7ff8214548c5 -[NSSavePanel _initBridgeAndStuff] + 379\r\n45 AppKit \t 0x7ff82145553b -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 140\r\n46 AppKit \t 0x7ff82145f16f -[NSOpenPanel initWithContentRect:styleMask:backing:defer:] + 150\r\n47 AppKit \t 0x7ff820d467e8 -[NSPanel init] + 69\r\n48 AppKit \t 0x7ff82145548c -[NSSavePanel init] + 197\r\n49 AppKit \t 0x7ff82111dab2 +[NSSavePanel(Instantiation) _crunchyRawUnbonedPanel] + 58\r\n50 libtk8.6.dylib \t 0x1071932bf Tk_GetOpenFileObjCmd + 63\r\n51 libtcl8.6.dylib \t 0x1073bec71 TclNRRunCallbacks + 79\r\n52 _tkinter.cpython-310-darwin.so\t 0x1070c16c5 Tkapp_Call + 389\r\n53 Python \t 0x107779bea cfunction_call + 90\r\n54 Python \t 0x107713acd _PyObject_Call + 109\r\n55 Python \t 0x10784d5b7 _PyEval_EvalFrameDefault + 35431\r\n56 Python \t 0x1078431df _PyEval_Vector + 383\r\n57 Python \t 0x10785401f call_function + 175\r\n58 Python \t 0x10784d22a _PyEval_EvalFrameDefault + 34522\r\n59 Python \t 0x1078431df _PyEval_Vector + 383\r\n60 Python \t 0x10785401f call_function + 175\r\n61 Python \t 0x10784d3ae _PyEval_EvalFrameDefault + 34910\r\n62 Python \t 0x1078431df _PyEval_Vector + 383\r\n63 Python \t 0x107713076 _PyObject_FastCallDictTstate + 214\r\n64 Python \t 0x1077a7dd9 slot_tp_init + 201\r\n65 Python \t 0x10779e662 type_call + 322\r\n66 Python \t 0x107712d74 _PyObject_MakeTpCall + 132\r\n67 Python \t 0x1078540dd call_function + 365\r\n68 Python \t 0x10784d3ae _PyEval_EvalFrameDefault + 34910\r\n69 Python \t 0x1078431df _PyEval_Vector + 383\r\n70 Python \t 0x10785401f call_function + 175\r\n71 Python \t 0x10784d2fe _PyEval_EvalFrameDefault + 34734\r\n72 Python \t 0x1078431df _PyEval_Vector + 383\r\n73 Python \t 0x10785401f call_function + 175\r\n74 Python \t 0x10784d2fe _PyEval_EvalFrameDefault + 34734\r\n75 Python \t 0x1078431df _PyEval_Vector + 383\r\n76 Python \t 0x1078b836d pyrun_file + 333\r\n77 Python \t 0x1078b7b2d _PyRun_SimpleFileObject + 365\r\n78 Python \t 0x1078b717f _PyRun_AnyFileObject + 143\r\n79 Python \t 0x1078e3047 pymain_run_file_obj + 199\r\n80 Python \t 0x1078e2815 pymain_run_file + 85\r\n81 Python \t 0x1078e1f9e pymain_run_python + 334\r\n82 Python \t 0x1078e1e07 Py_RunMain + 23\r\n83 Python \t 0x1078e31e2 pymain_main + 50\r\n84 Python \t 0x1078e348a Py_BytesMain + 42\r\n85 dyld \t 0x107ed351e start + 462\r\n\r\nThread 1:\r\n0 libsystem_pthread.dylib \t 0x7ff81df5df48 start_wqthread + 0\r\n\r\nThread 2:\r\n0 libsystem_pthread.dylib \t 0x7ff81df5df48 start_wqthread + 0\r\n\r\nThread 3:\r\n0 libsystem_pthread.dylib \t 0x7ff81df5df48 start_wqthread + 0\r\n\r\nThread 4:\r\n0 libsystem_pthread.dylib \t 0x7ff81df5df48 start_wqthread + 0\r\n\r\nThread 5:\r\n0 libsystem_pthread.dylib \t 0x7ff81df5df48 start_wqthread + 0\r\n\r\nThread 6:: com.apple.NSEventThread\r\n0 libsystem_kernel.dylib \t 0x7ff81df2597a mach_msg_trap + 10\r\n1 libsystem_kernel.dylib \t 0x7ff81df25ce8 mach_msg + 56\r\n2 CoreFoundation \t 0x7ff81e028cdd __CFRunLoopServiceMachPort + 319\r\n3 CoreFoundation \t 0x7ff81e027368 __CFRunLoopRun + 1276\r\n4 CoreFoundation \t 0x7ff81e0267ac CFRunLoopRunSpecific + 562\r\n5 AppKit \t 0x7ff820bbaf5e _NSEventThread + 132\r\n6 libsystem_pthread.dylib \t 0x7ff81df624e1 _pthread_start + 125\r\n7 libsystem_pthread.dylib \t 0x7ff81df5df6b thread_start + 15\r\n\r\nThread 7:\r\n0 libsystem_kernel.dylib \t 0x7ff81df2dd5a __select + 10\r\n1 libtcl8.6.dylib \t 0x1074af8b8 NotifierThreadProc + 880\r\n2 libsystem_pthread.dylib \t 0x7ff81df624e1 _pthread_start + 125\r\n3 libsystem_pthread.dylib \t 0x7ff81df5df6b thread_start + 15\r\n\r\nThread 8:\r\n0 libsystem_pthread.dylib \t 0x7ff81df5df48 start_wqthread + 0\r\n\r\nThread 9:\r\n0 libsystem_pthread.dylib \t 0x7ff81df5df48 start_wqthread + 0\r\n\r\nThread 10:\r\n0 libsystem_pthread.dylib \t 0x7ff81df5df48 start_wqthread + 0\r\n\r\nThread 11:\r\n0 libsystem_pthread.dylib \t 0x7ff81df5df48 start_wqthread + 0\r\n\r\n\r\nThread 0 crashed with X86 Thread State (64-bit):\r\n rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000001 rdx: 0x0000000000000000\r\n rdi: 0x00007fddf270e6b0 rsi: 0x00007ff7b92c5fd0 rbp: 0x00007ff7b92c5fc0 rsp: 0x00007ff7b92c5f88\r\n r8: 0x0000000000000330 r9: 0x0000000000000030 r10: 0x00000000000007fb r11: 0x0000000000000154\r\n r12: 0x00007fddf270e6b0 r13: 0x00007ff81ddf5270 r14: 0x0000000000000001 r15: 0x00007ff7b92c5fd0\r\n rip: 0x00007ff81ddfc536 rfl: 0x0000000000010246 cr2: 0x000000000000001c\r\n \r\nLogical CPU: 0\r\nError Code: 0x00000004 (no mapping for user data read)\r\nTrap Number: 14\r\n\r\nThread 0 instruction stream:\r\n 48 89 d8 48 f7 d8 48 8d-75 a8 48 89 06 e8 f6 be H..H..H.u.H.....\r\n ff ff 80 08 01 49 89 1e-4c 89 ef 4c 89 fe e8 e1 .....I..L..L....\r\n ef ff ff 48 89 df e8 e4-8c 01 00 48 89 d8 48 83 ...H.......H..H.\r\n c4 38 5b 41 5c 41 5d 41-5e 41 5f 5d c3 90 90 90 .8[A\\A]A^A_]....\r\n 90 90 31 c0 c3 90 90 90-48 85 ff 74 1a 40 f6 c7 ..1.....H..t.@..\r\n 01 75 14 48 b8 f8 ff ff-ff ff 7f 00 00 48 23 07 .u.H.........H#.\r\n [8a]40 1c 24 01 eb 02 31-c0 0f b6 c0 c3 90 90 90 .@.$...1........\t\u003c==\r\n 90 90 90 90 90 90 90 90-90 90 90 90 55 48 89 e5 ............UH..\r\n 53 50 48 89 d3 48 8b 35-ee 0b 96 41 ff 15 28 eb SPH..H.5...A..(.\r\n e5 3f 31 c9 48 39 d8 0f-94 c1 89 c8 48 83 c4 08 .?1.H9......H...\r\n 5b 5d c3 90 90 90 90 90-90 90 90 90 90 90 90 90 []..............\r\n 90 90 55 48 89 e5 e8 df-8c ff ff 48 89 c7 5d e9 ..UH.......H..].\r\n\r\nBinary Images:\r\n 0x7ff81ddeb000 - 0x7ff81de28fff libobjc.A.dylib (*) \u003c6d51b7b2-136e-336d-95ca-442af1009ec2\u003e /usr/lib/libobjc.A.dylib\r\n 0x7ff81ee1b000 - 0x7ff81f1d6fff com.apple.Foundation (6.9) \u003c3370467f-ef48-301d-97d1-cdc236b7053a\u003e /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation\r\n 0x7ff81dfa9000 - 0x7ff81e4aafff com.apple.CoreFoundation (6.9) \u003c743f0cb7-e962-3e42-8653-7bd141129561\u003e /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation\r\n 0x7ff820a0f000 - 0x7ff82189cfff com.apple.AppKit (6.9) \u003c92a78ebd-bba5-3f18-a5e1-768c955539d7\u003e /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit\r\n 0x7ff825555000 - 0x7ff825648fff com.apple.ViewBridge (640.1) \u003c32573ec1-d5dc-326f-8bfd-3d2683c78ee4\u003e /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge\r\n 0x1070dc000 - 0x1071e3fff libtk8.6.dylib (*) \u003c32c3f790-c241-3483-ad54-fd3467d44802\u003e /Library/Frameworks/Python.framework/Versions/3.10/lib/libtk8.6.dylib\r\n 0x1073ac000 - 0x1074cffff libtcl8.6.dylib (*) \u003c486d78ca-5d7d-3146-a58e-1b7a54cb8c35\u003e /Library/Frameworks/Python.framework/Versions/3.10/lib/libtcl8.6.dylib\r\n 0x1070c0000 - 0x1070c7fff _tkinter.cpython-310-darwin.so (*) \u003c0437408d-57e2-3d2d-a882-f2808c39d5d4\u003e /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/lib-dynload/_tkinter.cpython-310-darwin.so\r\n 0x10768d000 - 0x107a04fff org.python.python (3.10.4, (c) 2001-2021 Python Software Foundation.) \u003cd3b58296-52a0-3d4f-8d84-11ccf2a5195b\u003e /Library/Frameworks/Python.framework/Versions/3.10/Python\r\n 0x107ece000 - 0x107f39fff dyld (*) \u003cdd9e80de-fb3b-349b-96a4-46874ad34d11\u003e /usr/lib/dyld\r\n 0x7ff81df5c000 - 0x7ff81df67fff libsystem_pthread.dylib (*) \u003c2f6c275d-7e14-3d31-a924-e1bb41d2415f\u003e /usr/lib/system/libsystem_pthread.dylib\r\n 0x7ff81df24000 - 0x7ff81df5bfff libsystem_kernel.dylib (*) \u003c26a59789-b846-3ed4-96dc-8dbef3c0c8e7\u003e /usr/lib/system/libsystem_kernel.dylib\r\n 0x0 - 0xffffffffffffffff ??? (*) \u003c00000000-0000-0000-0000-000000000000\u003e ???\r\n\r\nExternal Modification Summary:\r\n Calls made by other processes targeting this process:\r\n task_for_pid: 0\r\n thread_create: 0\r\n thread_set_state: 0\r\n Calls made by this process:\r\n task_for_pid: 0\r\n thread_create: 0\r\n thread_set_state: 0\r\n Calls made by all processes on this machine:\r\n task_for_pid: 0\r\n thread_create: 0\r\n thread_set_state: 0\r\n\r\nVM Region Summary:\r\nReadOnly portion of Libraries: Total=859.3M resident=0K(0%) swapped_out_or_unallocated=859.3M(100%)\r\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\r\n\r\n VIRTUAL REGION \r\nREGION TYPE SIZE COUNT (non-coalesced) \r\n=========== ======= ======= \r\nAccelerate framework 128K 1 \r\nActivity Tracing 256K 1 \r\nCG backing stores 2688K 4 \r\nCG image 200K 8 \r\nColorSync 224K 25 \r\nCoreAnimation 420K 11 \r\nCoreGraphics 12K 2 \r\nCoreUI image data 1468K 10 \r\nFoundation 16K 1 \r\nKernel Alloc Once 8K 1 \r\nMALLOC 302.4M 64 \r\nMALLOC guard page 48K 9 \r\nMALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated)\r\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\r\nSTACK GUARD 48K 12 \r\nStack 21.1M 12 \r\nVM_ALLOCATE 3124K 16 \r\n__DATA 17.6M 287 \r\n__DATA_CONST 11.8M 167 \r\n__DATA_DIRTY 534K 97 \r\n__FONT_DATA 4K 1 \r\n__LINKEDIT 652.8M 13 \r\n__OBJC_RO 82.6M 1 \r\n__OBJC_RW 3200K 2 \r\n__TEXT 206.6M 307 \r\n__UNICODE 592K 1 \r\ndyld private memory 1024K 1 \r\nmapped file 157.6M 23 \r\nshared memory 780K 18 \r\n=========== ======= ======= \r\nTOTAL 2.7G 1104 \r\nTOTAL, minus reserved VM space 1.4G 1104 \r\n\r\n\r\n\r\n-----------\r\nFull Report\r\n-----------\r\n\r\n{\"app_name\":\"Python\",\"timestamp\":\"2022-05-10 12:50:02.00 +0800\",\"app_version\":\"3.10.4\",\"slice_uuid\":\"dcc85be8-9bee-3e98-9ee3-5544fb3560e8\",\"build_version\":\"3.10.4\",\"platform\":1,\"bundleID\":\"org.python.python\",\"share_with_app_devs\":0,\"is_first_party\":0,\"bug_type\":\"309\",\"os_version\":\"macOS 12.3.1 (21E258)\",\"incident_id\":\"F4377E27-C7BD-4F2B-A00A-E41742482114\",\"name\":\"Python\"}\r\n{\r\n \"uptime\" : 52000,\r\n \"procLaunch\" : \"2022-05-10 12:49:50.6259 +0800\",\r\n \"procRole\" : \"Foreground\",\r\n \"version\" : 2,\r\n \"userID\" : 503,\r\n \"deployVersion\" : 210,\r\n \"modelCode\" : \"MacBookPro16,1\",\r\n \"procStartAbsTime\" : 52911206328210,\r\n \"coalitionID\" : 1155,\r\n \"osVersion\" : {\r\n \"train\" : \"macOS 12.3.1\",\r\n \"build\" : \"21E258\",\r\n \"releaseType\" : \"User\"\r\n },\r\n \"captureTime\" : \"2022-05-10 12:50:02.1244 +0800\",\r\n \"incident\" : \"F4377E27-C7BD-4F2B-A00A-E41742482114\",\r\n \"bug_type\" : \"309\",\r\n \"pid\" : 11454,\r\n \"procExitAbsTime\" : 52922704424931,\r\n \"cpuType\" : \"X86-64\",\r\n \"procName\" : \"Python\",\r\n \"procPath\" : \"\\/Library\\/Frameworks\\/Python.framework\\/Versions\\/3.10\\/Resources\\/Python.app\\/Contents\\/MacOS\\/Python\",\r\n \"bundleInfo\" : {\"CFBundleShortVersionString\":\"3.10.4\",\"CFBundleVersion\":\"3.10.4\",\"CFBundleIdentifier\":\"org.python.python\"},\r\n \"storeInfo\" : {\"deviceIdentifierForVendor\":\"6E763147-F7E3-52F1-93A1-6EF69C4AEF7D\",\"thirdParty\":true},\r\n \"parentProc\" : \"zsh\",\r\n \"parentPid\" : 11448,\r\n \"coalitionName\" : \"com.apple.Terminal\",\r\n \"crashReporterKey\" : \"53FD5B78-B1FE-89B8-5F60-4A8C78CC8D58\",\r\n \"responsiblePid\" : 11446,\r\n \"responsibleProc\" : \"Terminal\",\r\n \"wakeTime\" : 9285,\r\n \"bridgeVersion\" : {\"build\":\"19P4243\",\"train\":\"6.4\"},\r\n \"sleepWakeUUID\" : \"94152489-4D5E-4330-9634-214D5A2EAC5E\",\r\n \"sip\" : \"enabled\",\r\n \"vmRegionInfo\" : \"0x1c is not in any region. Bytes before following region: 4408430564\\n REGION TYPE START - END [ VSIZE] PRT\\/MAX SHRMOD REGION DETAIL\\n UNUSED SPACE AT START\\n---\u003e \\n __TEXT 106c35000-106c39000 [ 16K] r-x\\/r-x SM=COW ...\\/MacOS\\/Python\",\r\n \"isCorpse\" : 1,\r\n \"exception\" : {\"codes\":\"0x0000000000000001, 0x000000000000001c\",\"rawCodes\":[1,28],\"type\":\"EXC_BAD_ACCESS\",\"signal\":\"SIGSEGV\",\"subtype\":\"KERN_INVALID_ADDRESS at 0x000000000000001c\"},\r\n \"termination\" : {\"flags\":0,\"code\":11,\"namespace\":\"SIGNAL\",\"indicator\":\"Segmentation fault: 11\",\"byProc\":\"exc handler\",\"byPid\":11454},\r\n \"vmregioninfo\" : \"0x1c is not in any region. Bytes before following region: 4408430564\\n REGION TYPE START - END [ VSIZE] PRT\\/MAX SHRMOD REGION DETAIL\\n UNUSED SPACE AT START\\n---\u003e \\n __TEXT 106c35000-106c39000 [ 16K] r-x\\/r-x SM=COW ...\\/MacOS\\/Python\",\r\n \"extMods\" : {\"caller\":{\"thread_create\":0,\"thread_set_state\":0,\"task_for_pid\":0},\"system\":{\"thread_create\":0,\"thread_set_state\":0,\"task_for_pid\":0},\"targeted\":{\"thread_create\":0,\"thread_set_state\":0,\"task_for_pid\":0},\"warnings\":0},\r\n \"faultingThread\" : 0,\r\n \"threads\" : [{\"triggered\":true,\"id\":3379549,\"instructionState\":{\"instructionStream\":{\"bytes\":[72,137,216,72,247,216,72,141,117,168,72,137,6,232,246,190,255,255,128,8,1,73,137,30,76,137,239,76,137,254,232,225,239,255,255,72,137,223,232,228,140,1,0,72,137,216,72,131,196,56,91,65,92,65,93,65,94,65,95,93,195,144,144,144,144,144,49,192,195,144,144,144,72,133,255,116,26,64,246,199,1,117,20,72,184,248,255,255,255,255,127,0,0,72,35,7,138,64,28,36,1,235,2,49,192,15,182,192,195,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,85,72,137,229,83,80,72,137,211,72,139,53,238,11,150,65,255,21,40,235,229,63,49,201,72,57,216,15,148,193,137,200,72,131,196,8,91,93,195,144,144,144,144,144,144,144,144,144,144,144,144,144,144,144,85,72,137,229,232,223,140,255,255,72,137,199,93,233],\"offset\":96}},\"threadState\":{\"r13\":{\"value\":140703629791856,\"symbolLocation\":0,\"symbol\":\"objc_retain\"},\"rax\":{\"value\":0},\"rflags\":{\"value\":66118},\"cpu\":{\"value\":0},\"r14\":{\"value\":1},\"rsi\":{\"value\":140701940342736},\"r8\":{\"value\":816},\"cr2\":{\"value\":28},\"rdx\":{\"value\":0},\"r10\":{\"value\":2043},\"r9\":{\"value\":48},\"r15\":{\"value\":140701940342736},\"rbx\":{\"value\":0},\"trap\":{\"value\":14,\"description\":\"(no mapping for user data read)\"},\"err\":{\"value\":4},\"r11\":{\"value\":340},\"rip\":{\"value\":140703629821238,\"matchesCrashFrame\":1},\"rbp\":{\"value\":140701940342720},\"rsp\":{\"value\":140701940342664},\"r12\":{\"value\":140591231985328},\"rcx\":{\"value\":1},\"flavor\":\"x86_THREAD_STATE\",\"rdi\":{\"value\":140591231985328}},\"queue\":\"com.apple.main-thread\",\"frames\":[{\"imageOffset\":70966,\"symbol\":\"object_isClass\",\"symbolLocation\":24,\"imageIndex\":0},{\"imageOffset\":159386,\"symbol\":\"KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED\",\"symbolLocation\":50,\"imageIndex\":1},{\"imageOffset\":158756,\"symbol\":\"-[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:maybeNewValuesDict:usingBlock:]\",\"symbolLocation\":316,\"imageIndex\":1},{\"imageOffset\":220040,\"symbol\":\"-[NSObject(NSKeyValueObservingPrivate) _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:]\",\"symbolLocation\":980,\"imageIndex\":1},{\"imageOffset\":284673,\"symbol\":\"-[CFPrefsSource forEachObserver:]\",\"symbolLocation\":280,\"imageIndex\":2},{\"imageOffset\":529395,\"symbol\":\"-[CFPrefsSource _notifyObserversOfChangeFromValuesForKeys:toValuesForKeys:]\",\"symbolLocation\":83,\"imageIndex\":2},{\"imageOffset\":529052,\"symbol\":\"___CFPrefsDeliverPendingKVONotificationsGuts_block_invoke\",\"symbolLocation\":374,\"imageIndex\":2},{\"imageOffset\":528670,\"symbol\":\"__CFDictionaryApplyFunction_block_invoke\",\"symbolLocation\":22,\"imageIndex\":2},{\"imageOffset\":302819,\"symbol\":\"CFBasicHashApply\",\"symbolLocation\":115,\"imageIndex\":2},{\"imageOffset\":248843,\"symbol\":\"CFDictionaryApplyFunction\",\"symbolLocation\":131,\"imageIndex\":2},{\"imageOffset\":528531,\"symbol\":\"_CFPrefsDeliverPendingKVONotificationsGuts\",\"symbolLocation\":262,\"imageIndex\":2},{\"imageOffset\":186790,\"symbol\":\"-[_CFXPreferences _deliverPendingKVONotifications]\",\"symbolLocation\":90,\"imageIndex\":2},{\"imageOffset\":188957,\"symbol\":\"__108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke\",\"symbolLocation\":402,\"imageIndex\":2},{\"imageOffset\":1609547,\"symbol\":\"-[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:]\",\"symbolLocation\":374,\"imageIndex\":2},{\"imageOffset\":546145,\"symbol\":\"-[_CFXPreferences setValue:forKey:appIdentifier:container:configurationURL:]\",\"symbolLocation\":96,\"imageIndex\":2},{\"imageOffset\":545992,\"symbol\":\"_CFPreferencesSetAppValueWithContainerAndConfiguration\",\"symbolLocation\":113,\"imageIndex\":2},{\"imageOffset\":465184,\"symbol\":\"-[NSUserDefaults(NSUserDefaults) setObject:forKey:]\",\"symbolLocation\":73,\"imageIndex\":1},{\"imageOffset\":592995,\"symbol\":\"-[NSWindow _persistFrame]\",\"symbolLocation\":106,\"imageIndex\":3},{\"imageOffset\":592372,\"symbol\":\"-[NSWindow _reallySetFrame:]\",\"symbolLocation\":683,\"imageIndex\":3},{\"imageOffset\":590613,\"symbol\":\"-[NSWindow _oldPlaceWindow:fromServer:]\",\"symbolLocation\":213,\"imageIndex\":3},{\"imageOffset\":584062,\"symbol\":\"-[NSWindow _setFrameCommon:display:fromServer:]\",\"symbolLocation\":1278,\"imageIndex\":3},{\"imageOffset\":438633,\"symbol\":\"-[NSRemoteView _serviceRequestsResizeInProgress:]\",\"symbolLocation\":1507,\"imageIndex\":4},{\"imageOffset\":629505,\"symbol\":\"withImplicitAnimation\",\"symbolLocation\":101,\"imageIndex\":4},{\"imageOffset\":439345,\"symbol\":\"-[NSRemoteView _serviceRequestsResize:completion:]\",\"symbolLocation\":147,\"imageIndex\":4},{\"imageOffset\":442755,\"symbol\":\"-[NSRemoteView _serviceRequestsFrame:serviceWindowBackgroundColor:safeFrame:animate:transaction:completion:]\",\"symbolLocation\":904,\"imageIndex\":4},{\"imageOffset\":418849,\"symbol\":\"-[NSRemoteView _finishAdvanceToConfigPhaseWithContextID:andOffset:]\",\"symbolLocation\":1017,\"imageIndex\":4},{\"imageOffset\":494818,\"symbol\":\"__38-[NSRemoteView _advanceToConfigPhase:]_block_invoke_2.2566\",\"symbolLocation\":167,\"imageIndex\":4},{\"imageOffset\":406204,\"symbol\":\"__invoking___\",\"symbolLocation\":140,\"imageIndex\":2},{\"imageOffset\":405859,\"symbol\":\"-[NSInvocation invoke]\",\"symbolLocation\":305,\"imageIndex\":2},{\"imageOffset\":77464,\"symbol\":\"__deferNSXPCInvocationOntoMainThread_block_invoke\",\"symbolLocation\":124,\"imageIndex\":4},{\"imageOffset\":25284,\"symbol\":\"__wrapBlockWithVoucher_block_invoke\",\"symbolLocation\":37,\"imageIndex\":4},{\"imageOffset\":24399,\"symbol\":\"__deferBlockOntoMainThread_block_invoke_2\",\"symbolLocation\":274,\"imageIndex\":4},{\"imageOffset\":521857,\"symbol\":\"__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__\",\"symbolLocation\":12,\"imageIndex\":2},{\"imageOffset\":521516,\"symbol\":\"__CFRunLoopDoBlocks\",\"symbolLocation\":445,\"imageIndex\":2},{\"imageOffset\":518301,\"symbol\":\"__CFRunLoopRun\",\"symbolLocation\":2609,\"imageIndex\":2},{\"imageOffset\":513964,\"symbol\":\"CFRunLoopRunSpecific\",\"symbolLocation\":562,\"imageIndex\":2},{\"imageOffset\":21556,\"symbol\":\"__invokeRunLoopInModeForDuration_block_invoke_2\",\"symbolLocation\":25,\"imageIndex\":4},{\"imageOffset\":21242,\"symbol\":\"invokeRunLoopInModeForDuration\",\"symbolLocation\":179,\"imageIndex\":4},{\"imageOffset\":21052,\"symbol\":\"__29-[NSCFRunLoopSemaphore wait:]_block_invoke_3\",\"symbolLocation\":82,\"imageIndex\":4},{\"imageOffset\":20968,\"symbol\":\"__CONSIDER_WHO_REQUESTED_THIS_WAIT_BEFORE_SENDING_BUG_TO_VIEWBRIDGE__\",\"symbolLocation\":7,\"imageIndex\":4},{\"imageOffset\":20915,\"symbol\":\"__29-[NSCFRunLoopSemaphore wait:]_block_invoke_2\",\"symbolLocation\":124,\"imageIndex\":4},{\"imageOffset\":20649,\"symbol\":\"__29-[NSCFRunLoopSemaphore wait:]_block_invoke\",\"symbolLocation\":163,\"imageIndex\":4},{\"imageOffset\":19688,\"symbol\":\"+[NSCFRunLoopSemaphore _observe:whilePerforming:]\",\"symbolLocation\":259,\"imageIndex\":4},{\"imageOffset\":18606,\"symbol\":\"-[NSCFRunLoopSemaphore wait:]\",\"symbolLocation\":178,\"imageIndex\":4},{\"imageOffset\":10770629,\"symbol\":\"-[NSSavePanel _initBridgeAndStuff]\",\"symbolLocation\":379,\"imageIndex\":3},{\"imageOffset\":10773819,\"symbol\":\"-[NSSavePanel initWithContentRect:styleMask:backing:defer:]\",\"symbolLocation\":140,\"imageIndex\":3},{\"imageOffset\":10813807,\"symbol\":\"-[NSOpenPanel initWithContentRect:styleMask:backing:defer:]\",\"symbolLocation\":150,\"imageIndex\":3},{\"imageOffset\":3373032,\"symbol\":\"-[NSPanel init]\",\"symbolLocation\":69,\"imageIndex\":3},{\"imageOffset\":10773644,\"symbol\":\"-[NSSavePanel init]\",\"symbolLocation\":197,\"imageIndex\":3},{\"imageOffset\":7400114,\"symbol\":\"+[NSSavePanel(Instantiation) _crunchyRawUnbonedPanel]\",\"symbolLocation\":58,\"imageIndex\":3},{\"imageOffset\":750271,\"symbol\":\"Tk_GetOpenFileObjCmd\",\"symbolLocation\":63,\"imageIndex\":5},{\"imageOffset\":76913,\"symbol\":\"TclNRRunCallbacks\",\"symbolLocation\":79,\"imageIndex\":6},{\"imageOffset\":5829,\"symbol\":\"Tkapp_Call\",\"symbolLocation\":389,\"imageIndex\":7},{\"imageOffset\":969706,\"symbol\":\"cfunction_call\",\"symbolLocation\":90,\"imageIndex\":8},{\"imageOffset\":551629,\"symbol\":\"_PyObject_Call\",\"symbolLocation\":109,\"imageIndex\":8},{\"imageOffset\":1836471,\"symbol\":\"_PyEval_EvalFrameDefault\",\"symbolLocation\":35431,\"imageIndex\":8},{\"imageOffset\":1794527,\"symbol\":\"_PyEval_Vector\",\"symbolLocation\":383,\"imageIndex\":8},{\"imageOffset\":1863711,\"symbol\":\"call_function\",\"symbolLocation\":175,\"imageIndex\":8},{\"imageOffset\":1835562,\"symbol\":\"_PyEval_EvalFrameDefault\",\"symbolLocation\":34522,\"imageIndex\":8},{\"imageOffset\":1794527,\"symbol\":\"_PyEval_Vector\",\"symbolLocation\":383,\"imageIndex\":8},{\"imageOffset\":1863711,\"symbol\":\"call_function\",\"symbolLocation\":175,\"imageIndex\":8},{\"imageOffset\":1835950,\"symbol\":\"_PyEval_EvalFrameDefault\",\"symbolLocation\":34910,\"imageIndex\":8},{\"imageOffset\":1794527,\"symbol\":\"_PyEval_Vector\",\"symbolLocation\":383,\"imageIndex\":8},{\"imageOffset\":548982,\"symbol\":\"_PyObject_FastCallDictTstate\",\"symbolLocation\":214,\"imageIndex\":8},{\"imageOffset\":1158617,\"symbol\":\"slot_tp_init\",\"symbolLocation\":201,\"imageIndex\":8},{\"imageOffset\":1119842,\"symbol\":\"type_call\",\"symbolLocation\":322,\"imageIndex\":8},{\"imageOffset\":548212,\"symbol\":\"_PyObject_MakeTpCall\",\"symbolLocation\":132,\"imageIndex\":8},{\"imageOffset\":1863901,\"symbol\":\"call_function\",\"symbolLocation\":365,\"imageIndex\":8},{\"imageOffset\":1835950,\"symbol\":\"_PyEval_EvalFrameDefault\",\"symbolLocation\":34910,\"imageIndex\":8},{\"imageOffset\":1794527,\"symbol\":\"_PyEval_Vector\",\"symbolLocation\":383,\"imageIndex\":8},{\"imageOffset\":1863711,\"symbol\":\"call_function\",\"symbolLocation\":175,\"imageIndex\":8},{\"imageOffset\":1835774,\"symbol\":\"_PyEval_EvalFrameDefault\",\"symbolLocation\":34734,\"imageIndex\":8},{\"imageOffset\":1794527,\"symbol\":\"_PyEval_Vector\",\"symbolLocation\":383,\"imageIndex\":8},{\"imageOffset\":1863711,\"symbol\":\"call_function\",\"symbolLocation\":175,\"imageIndex\":8},{\"imageOffset\":1835774,\"symbol\":\"_PyEval_EvalFrameDefault\",\"symbolLocation\":34734,\"imageIndex\":8},{\"imageOffset\":1794527,\"symbol\":\"_PyEval_Vector\",\"symbolLocation\":383,\"imageIndex\":8},{\"imageOffset\":2274157,\"symbol\":\"pyrun_file\",\"symbolLocation\":333,\"imageIndex\":8},{\"imageOffset\":2272045,\"symbol\":\"_PyRun_SimpleFileObject\",\"symbolLocation\":365,\"imageIndex\":8},{\"imageOffset\":2269567,\"symbol\":\"_PyRun_AnyFileObject\",\"symbolLocation\":143,\"imageIndex\":8},{\"imageOffset\":2449479,\"symbol\":\"pymain_run_file_obj\",\"symbolLocation\":199,\"imageIndex\":8},{\"imageOffset\":2447381,\"symbol\":\"pymain_run_file\",\"symbolLocation\":85,\"imageIndex\":8},{\"imageOffset\":2445214,\"symbol\":\"pymain_run_python\",\"symbolLocation\":334,\"imageIndex\":8},{\"imageOffset\":2444807,\"symbol\":\"Py_RunMain\",\"symbolLocation\":23,\"imageIndex\":8},{\"imageOffset\":2449890,\"symbol\":\"pymain_main\",\"symbolLocation\":50,\"imageIndex\":8},{\"imageOffset\":2450570,\"symbol\":\"Py_BytesMain\",\"symbolLocation\":42,\"imageIndex\":8},{\"imageOffset\":21790,\"symbol\":\"start\",\"symbolLocation\":462,\"imageIndex\":9}]},{\"id\":3379554,\"frames\":[{\"imageOffset\":8008,\"symbol\":\"start_wqthread\",\"symbolLocation\":0,\"imageIndex\":10}]},{\"id\":3379555,\"frames\":[{\"imageOffset\":8008,\"symbol\":\"start_wqthread\",\"symbolLocation\":0,\"imageIndex\":10}]},{\"id\":3379563,\"frames\":[{\"imageOffset\":8008,\"symbol\":\"start_wqthread\",\"symbolLocation\":0,\"imageIndex\":10}]},{\"id\":3379565,\"frames\":[{\"imageOffset\":8008,\"symbol\":\"start_wqthread\",\"symbolLocation\":0,\"imageIndex\":10}]},{\"id\":3379577,\"frames\":[{\"imageOffset\":8008,\"symbol\":\"start_wqthread\",\"symbolLocation\":0,\"imageIndex\":10}]},{\"id\":3379585,\"name\":\"com.apple.NSEventThread\",\"frames\":[{\"imageOffset\":6522,\"symbol\":\"mach_msg_trap\",\"symbolLocation\":10,\"imageIndex\":11},{\"imageOffset\":7400,\"symbol\":\"mach_msg\",\"symbolLocation\":56,\"imageIndex\":11},{\"imageOffset\":523485,\"symbol\":\"__CFRunLoopServiceMachPort\",\"symbolLocation\":319,\"imageIndex\":2},{\"imageOffset\":516968,\"symbol\":\"__CFRunLoopRun\",\"symbolLocation\":1276,\"imageIndex\":2},{\"imageOffset\":513964,\"symbol\":\"CFRunLoopRunSpecific\",\"symbolLocation\":562,\"imageIndex\":2},{\"imageOffset\":1752926,\"symbol\":\"_NSEventThread\",\"symbolLocation\":132,\"imageIndex\":3},{\"imageOffset\":25825,\"symbol\":\"_pthread_start\",\"symbolLocation\":125,\"imageIndex\":10},{\"imageOffset\":8043,\"symbol\":\"thread_start\",\"symbolLocation\":15,\"imageIndex\":10}]},{\"id\":3379586,\"frames\":[{\"imageOffset\":40282,\"symbol\":\"__select\",\"symbolLocation\":10,\"imageIndex\":11},{\"imageOffset\":1063096,\"symbol\":\"NotifierThreadProc\",\"symbolLocation\":880,\"imageIndex\":6},{\"imageOffset\":25825,\"symbol\":\"_pthread_start\",\"symbolLocation\":125,\"imageIndex\":10},{\"imageOffset\":8043,\"symbol\":\"thread_start\",\"symbolLocation\":15,\"imageIndex\":10}]},{\"id\":3379596,\"frames\":[{\"imageOffset\":8008,\"symbol\":\"start_wqthread\",\"symbolLocation\":0,\"imageIndex\":10}]},{\"id\":3379597,\"frames\":[{\"imageOffset\":8008,\"symbol\":\"start_wqthread\",\"symbolLocation\":0,\"imageIndex\":10}]},{\"id\":3379796,\"frames\":[{\"imageOffset\":8008,\"symbol\":\"start_wqthread\",\"symbolLocation\":0,\"imageIndex\":10}]},{\"id\":3379797,\"frames\":[{\"imageOffset\":8008,\"symbol\":\"start_wqthread\",\"symbolLocation\":0,\"imageIndex\":10}]}],\r\n \"usedImages\" : [\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64h\",\r\n \"base\" : 140703629750272,\r\n \"size\" : 253952,\r\n \"uuid\" : \"6d51b7b2-136e-336d-95ca-442af1009ec2\",\r\n \"path\" : \"\\/usr\\/lib\\/libobjc.A.dylib\",\r\n \"name\" : \"libobjc.A.dylib\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 140703646724096,\r\n \"CFBundleShortVersionString\" : \"6.9\",\r\n \"CFBundleIdentifier\" : \"com.apple.Foundation\",\r\n \"size\" : 3915776,\r\n \"uuid\" : \"3370467f-ef48-301d-97d1-cdc236b7053a\",\r\n \"path\" : \"\\/System\\/Library\\/Frameworks\\/Foundation.framework\\/Versions\\/C\\/Foundation\",\r\n \"name\" : \"Foundation\",\r\n \"CFBundleVersion\" : \"1858.112\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64h\",\r\n \"base\" : 140703631577088,\r\n \"CFBundleShortVersionString\" : \"6.9\",\r\n \"CFBundleIdentifier\" : \"com.apple.CoreFoundation\",\r\n \"size\" : 5251072,\r\n \"uuid\" : \"743f0cb7-e962-3e42-8653-7bd141129561\",\r\n \"path\" : \"\\/System\\/Library\\/Frameworks\\/CoreFoundation.framework\\/Versions\\/A\\/CoreFoundation\",\r\n \"name\" : \"CoreFoundation\",\r\n \"CFBundleVersion\" : \"1858.112\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 140703676035072,\r\n \"CFBundleShortVersionString\" : \"6.9\",\r\n \"CFBundleIdentifier\" : \"com.apple.AppKit\",\r\n \"size\" : 15261696,\r\n \"uuid\" : \"92a78ebd-bba5-3f18-a5e1-768c955539d7\",\r\n \"path\" : \"\\/System\\/Library\\/Frameworks\\/AppKit.framework\\/Versions\\/C\\/AppKit\",\r\n \"name\" : \"AppKit\",\r\n \"CFBundleVersion\" : \"2113.40.127\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 140703754964992,\r\n \"CFBundleShortVersionString\" : \"640.1\",\r\n \"CFBundleIdentifier\" : \"com.apple.ViewBridge\",\r\n \"size\" : 999424,\r\n \"uuid\" : \"32573ec1-d5dc-326f-8bfd-3d2683c78ee4\",\r\n \"path\" : \"\\/System\\/Library\\/PrivateFrameworks\\/ViewBridge.framework\\/Versions\\/A\\/ViewBridge\",\r\n \"name\" : \"ViewBridge\",\r\n \"CFBundleVersion\" : \"640.1\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 4413308928,\r\n \"size\" : 1081344,\r\n \"uuid\" : \"32c3f790-c241-3483-ad54-fd3467d44802\",\r\n \"path\" : \"\\/Library\\/Frameworks\\/Python.framework\\/Versions\\/3.10\\/lib\\/libtk8.6.dylib\",\r\n \"name\" : \"libtk8.6.dylib\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 4416258048,\r\n \"size\" : 1196032,\r\n \"uuid\" : \"486d78ca-5d7d-3146-a58e-1b7a54cb8c35\",\r\n \"path\" : \"\\/Library\\/Frameworks\\/Python.framework\\/Versions\\/3.10\\/lib\\/libtcl8.6.dylib\",\r\n \"name\" : \"libtcl8.6.dylib\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 4413194240,\r\n \"size\" : 32768,\r\n \"uuid\" : \"0437408d-57e2-3d2d-a882-f2808c39d5d4\",\r\n \"path\" : \"\\/Library\\/Frameworks\\/Python.framework\\/Versions\\/3.10\\/lib\\/python3.10\\/lib-dynload\\/_tkinter.cpython-310-darwin.so\",\r\n \"name\" : \"_tkinter.cpython-310-darwin.so\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 4419276800,\r\n \"CFBundleShortVersionString\" : \"3.10.4, (c) 2001-2021 Python Software Foundation.\",\r\n \"CFBundleIdentifier\" : \"org.python.python\",\r\n \"size\" : 3637248,\r\n \"uuid\" : \"d3b58296-52a0-3d4f-8d84-11ccf2a5195b\",\r\n \"path\" : \"\\/Library\\/Frameworks\\/Python.framework\\/Versions\\/3.10\\/Python\",\r\n \"name\" : \"Python\",\r\n \"CFBundleVersion\" : \"3.10.4\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 4427931648,\r\n \"size\" : 442368,\r\n \"uuid\" : \"dd9e80de-fb3b-349b-96a4-46874ad34d11\",\r\n \"path\" : \"\\/usr\\/lib\\/dyld\",\r\n \"name\" : \"dyld\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 140703631261696,\r\n \"size\" : 49152,\r\n \"uuid\" : \"2f6c275d-7e14-3d31-a924-e1bb41d2415f\",\r\n \"path\" : \"\\/usr\\/lib\\/system\\/libsystem_pthread.dylib\",\r\n \"name\" : \"libsystem_pthread.dylib\"\r\n },\r\n {\r\n \"source\" : \"P\",\r\n \"arch\" : \"x86_64\",\r\n \"base\" : 140703631032320,\r\n \"size\" : 229376,\r\n \"uuid\" : \"26a59789-b846-3ed4-96dc-8dbef3c0c8e7\",\r\n \"path\" : \"\\/usr\\/lib\\/system\\/libsystem_kernel.dylib\",\r\n \"name\" : \"libsystem_kernel.dylib\"\r\n },\r\n {\r\n \"size\" : 0,\r\n \"source\" : \"A\",\r\n \"base\" : 0,\r\n \"uuid\" : \"00000000-0000-0000-0000-000000000000\"\r\n }\r\n],\r\n \"sharedCache\" : {\r\n \"base\" : 140703627988992,\r\n \"size\" : 15224815616,\r\n \"uuid\" : \"6cc5ecdc-5119-37f0-9a85-4f48a50f5f78\"\r\n},\r\n \"vmSummary\" : \"ReadOnly portion of Libraries: Total=859.3M resident=0K(0%) swapped_out_or_unallocated=859.3M(100%)\\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\\n\\n VIRTUAL REGION \\nREGION TYPE SIZE COUNT (non-coalesced) \\n=========== ======= ======= \\nAccelerate framework 128K 1 \\nActivity Tracing 256K 1 \\nCG backing stores 2688K 4 \\nCG image 200K 8 \\nColorSync 224K 25 \\nCoreAnimation 420K 11 \\nCoreGraphics 12K 2 \\nCoreUI image data 1468K 10 \\nFoundation 16K 1 \\nKernel Alloc Once 8K 1 \\nMALLOC 302.4M 64 \\nMALLOC guard page 48K 9 \\nMALLOC_MEDIUM (reserved) 960.0M 8 reserved VM address space (unallocated)\\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\\nSTACK GUARD 48K 12 \\nStack 21.1M 12 \\nVM_ALLOCATE 3124K 16 \\n__DATA 17.6M 287 \\n__DATA_CONST 11.8M 167 \\n__DATA_DIRTY 534K 97 \\n__FONT_DATA 4K 1 \\n__LINKEDIT 652.8M 13 \\n__OBJC_RO 82.6M 1 \\n__OBJC_RW 3200K 2 \\n__TEXT 206.6M 307 \\n__UNICODE 592K 1 \\ndyld private memory 1024K 1 \\nmapped file 157.6M 23 \\nshared memory 780K 18 \\n=========== ======= ======= \\nTOTAL 2.7G 1104 \\nTOTAL, minus reserved VM space 1.4G 1104 \\n\",\r\n \"legacyInfo\" : {\r\n \"threadTriggered\" : {\r\n \"queue\" : \"com.apple.main-thread\"\r\n }\r\n},\r\n \"trialInfo\" : {\r\n \"rollouts\" : [\r\n {\r\n \"rolloutId\" : \"5ffde50ce2aacd000d47a95f\",\r\n \"factorPackIds\" : {\r\n\r\n },\r\n \"deploymentId\" : 240000140\r\n },\r\n {\r\n \"rolloutId\" : \"5fc94383418129005b4e9ae0\",\r\n \"factorPackIds\" : {\r\n\r\n },\r\n \"deploymentId\" : 240000370\r\n }\r\n ],\r\n \"experiments\" : [\r\n\r\n ]\r\n}\r\n}\r\n\r\nModel: MacBookPro16,1, BootROM 1731.100.130.0.0 (iBridge: 19.16.14243.0.0,0), 8 processors, 8-Core Intel Core i9, 2.4 GHz, 32 GB, SMC \r\nGraphics: Intel UHD Graphics 630, Intel UHD Graphics 630, Built-In\r\nGraphics: AMD Radeon Pro 5300M, AMD Radeon Pro 5300M, PCIe, 4 GB\r\nDisplay: Color LCD, 3072 x 1920 Retina, Main, MirrorOff, Online\r\nMemory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, Micron, MT40A2G8NEA-062E:J\r\nMemory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, Micron, MT40A2G8NEA-062E:J\r\nAirPort: spairport_wireless_card_type_wifi (0x14E4, 0x7BF), wl0: Jul 12 2021 18:02:56 version 9.30.464.0.32.5.76 FWID 01-c081cfed\r\nBluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports\r\nNetwork Service: Wi-Fi, AirPort, en0\r\nUSB Device: USB31Bus\r\nUSB Device: T2Bus\r\nUSB Device: composite_device\r\nUSB Device: Touch Bar Backlight\r\nUSB Device: Touch Bar Display\r\nUSB Device: Apple Internal Keyboard / Trackpad\r\nUSB Device: Headset\r\nUSB Device: Ambient Light Sensor\r\nUSB Device: FaceTime HD Camera (Built-in)\r\nUSB Device: Apple T2 Controller\r\nThunderbolt Bus: MacBook Pro, Apple Inc., 63.5\r\nThunderbolt Bus: MacBook Pro, Apple Inc., 63.5\r\n\r\n```\r\n\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-108693\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/chetan-set","@type":"Person","name":"chetan-set"},"datePublished":"2022-05-10T05:00:56.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/92603/cpython/issues/92603"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:e45dbdbc-6b8a-d30f-7fd9-9b1d60729594 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | BCA8:1478A3:70014B:9E2A58:696A1261 |
| html-safe-nonce | dabadfbee448415e06c87d921b76ee399abe37a6129c2b993a2b1efbe3e65a98 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQ0E4OjE0NzhBMzo3MDAxNEI6OUUyQTU4OjY5NkExMjYxIiwidmlzaXRvcl9pZCI6IjYzMjEyOTcwMjA5NjE0NzA0MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | a60f284581ff06fd364f20de233d3a57ceaa477fe7d273ba27c539a86060b15c |
| hovercard-subject-tag | issue:1230620245 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/92603/issue_layout |
| twitter:image | https://opengraph.githubassets.com/6cc637dbf5276967c0491f9ad99d42c12167763f2e11bf632e5189617781ffe4/python/cpython/issues/92603 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/6cc637dbf5276967c0491f9ad99d42c12167763f2e11bf632e5189617781ffe4/python/cpython/issues/92603 |
| og:image:alt | Crash report This seems to be an intel mac issue only. I have a python program that allows users to repeatedly press a key that will create a tkinter window where they can open an image an manipula... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | chetan-set |
| hostname | github.com |
| expected-hostname | github.com |
| None | 699227a00bbb7fe1eec276d2ae1c3a93068bc5ba483bd9dc4b2a27a8f4f2f595 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7266b2d935baa1c6474b16dd9feaa5ca30607261 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width