python / cpython

The Python programming language
https://www.python.org
Other
62.15k stars 29.86k forks source link

IDLE crashes after file open in OS X #58780

Closed 93182966-8c93-4378-b862-bb84ab4d9c1f closed 12 years ago

93182966-8c93-4378-b862-bb84ab4d9c1f commented 12 years ago
BPO 14575
Nosy @ned-deily, @serwy

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = None closed_at = created_at = labels = ['expert-IDLE', 'type-crash'] title = 'IDLE crashes after file open in OS X' updated_at = user = 'https://bugs.python.org/hgibbons' ``` bugs.python.org fields: ```python activity = actor = 'hgibbons' assignee = 'none' closed = True closed_date = closer = 'ned.deily' components = ['IDLE'] creation = creator = 'hgibbons' dependencies = [] files = [] hgrepos = [] issue_num = 14575 keywords = [] message_count = 9.0 messages = ['158249', '158285', '158287', '158580', '158581', '158582', '158583', '158635', '158900'] nosy_count = 3.0 nosy_names = ['ned.deily', 'roger.serwy', 'hgibbons'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'crash' url = 'https://bugs.python.org/issue14575' versions = ['Python 2.7'] ```

93182966-8c93-4378-b862-bb84ab4d9c1f commented 12 years ago

IDLE crashes shortly after I open a any file with IDLE, using the file browser. If I open a file from the File->Recent Files list, it does not crash.

OS X version 10.6.8.

f52c13af-a5a0-4c40-a7a2-6ce855459ec8 commented 12 years ago

Hugh, Can you launch IDLE from the terminal and report the error message you receive? From a regular Terminal, enter:

python -m idlelib.idle FILE_TO_OPEN.py
ned-deily commented 12 years ago

This is almost certainly due to using the Apple-supplied Tcl/Tk 8.5 in Mac OS X 10.6. The Apple-suppied version of Tcl/Tk is buggy to the point of being unusable with Tkinter applications, in particular IDLE. There are many duplicate issues on similar problems, for instance, bpo-12269. One solution is to use a current 64-bit/32-bit python.org installer (at the moment, 2.7.3 is the latest for Python 2) *and* install the latest ActiveState Tcl/Tk 8.5. See http://www.python.org/download/mac/tcltk/ for more details.

93182966-8c93-4378-b862-bb84ab4d9c1f commented 12 years ago

There were no errors when opening the file that way.

On Apr 14, 2012, at 3:30 PM, Roger Serwy wrote:

Roger Serwy \roger.serwy@gmail.com\ added the comment:

Hugh, Can you launch IDLE from the terminal and report the error message you receive? From a regular Terminal, enter:

python -m idlelib.idle FILE_TO_OPEN.py

---------- nosy: +serwy


Python tracker \report@bugs.python.org\ \http://bugs.python.org/issue14575\


93182966-8c93-4378-b862-bb84ab4d9c1f commented 12 years ago

No errors when opening the file that way. However, when I then go to the IDLE file menu and open a file using the file browser ( File -> Open.. \<click on file> ) IDLE terminates with a segmentation fault a few seconds after opening the file.

Below, I pasted a copy of the messages that appear in the error report that appears when the program crashes.

On Apr 14, 2012, at 3:30 PM, Roger Serwy wrote:

Roger Serwy \roger.serwy@gmail.com\ added the comment:

Hugh, Can you launch IDLE from the terminal and report the error message you receive? From a regular Terminal, enter:

python -m idlelib.idle FILE_TO_OPEN.py

---------- nosy: +serwy


Python tracker \report@bugs.python.org\ \http://bugs.python.org/issue14575\


------ error report follows this line ------ Process: Python [5003] Path: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Identifier: org.python.python Version: 2.7.3 (2.7.3) Code Type: X86-64 (Native) Parent Process: bash [4992]

Date/Time: 2012-04-17 18:08:57.920 -0600 OS Version: Mac OS X 10.6.8 (10K549) Report Version: 6

Interval Since Last Report: 31224 sec Crashes Since Last Report: 1 Per-App Interval Since Last Report: -421 sec Per-App Crashes Since Last Report: 1 Anonymous UUID: F3E76799-9CEF-4733-8775-57C2DCB2098E

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Application Specific Information: objc_msgSend() selector name: release

Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x00007fff83970f10 objc_msgSend + 44 1 com.apple.CoreFoundation 0x00007fff812891d6 _CFAutoreleasePoolPop + 230 2 com.apple.Foundation 0x00007fff85cd1110 -[NSAutoreleasePool drain] + 158 3 Tk 0x00000001010bba4f XQueryPointer + 2425 4 Tk 0x00000001010bbd3f Tk_MacOSXSetupTkNotifier + 614 5 Tcl 0x00000001006902ae Tcl_DoOneEvent + 297 6 _tkinter.so 0x000000010060e65d Tkapp_MainLoop + 413 7 org.python.python 0x00000001000c1e7d PyEval_EvalFrameEx + 25213 8 org.python.python 0x00000001000c4149 PyEval_EvalCodeEx + 2137 9 org.python.python 0x00000001000c1a3d PyEval_EvalFrameEx + 24125 10 org.python.python 0x00000001000c286d PyEval_EvalFrameEx + 27757 11 org.python.python 0x00000001000c4149 PyEval_EvalCodeEx + 2137 12 org.python.python 0x00000001000c376f PyEval_EvalFrameEx + 31599 13 org.python.python 0x00000001000c4149 PyEval_EvalCodeEx + 2137 14 org.python.python 0x00000001000c1a3d PyEval_EvalFrameEx + 24125 15 org.python.python 0x00000001000c4149 PyEval_EvalCodeEx + 2137 16 org.python.python 0x000000010003d910 function_call + 176 17 org.python.python 0x000000010000c362 PyObject_Call + 98 18 org.python.python 0x00000001000ff2ac RunModule + 124 19 org.python.python 0x00000001000ffd75 Py_Main + 2325 20 org.python.python 0x0000000100000f14 0x100000000 + 3860

Thread 1: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x00007fff89e35c0a kevent + 10 1 libSystem.B.dylib 0x00007fff89e37add _dispatch_mgr_invoke + 154 2 libSystem.B.dylib 0x00007fff89e377b4 _dispatch_queue_invoke + 185 3 libSystem.B.dylib 0x00007fff89e372de _dispatch_worker_thread2 + 252 4 libSystem.B.dylib 0x00007fff89e36c08 _pthread_wqthread + 353 5 libSystem.B.dylib 0x00007fff89e36aa5 start_wqthread + 13

Thread 2: 0 libSystem.B.dylib 0x00007fff89e60932 select$DARWIN_EXTSN + 10 1 Tcl 0x00000001006c1d86 Tcl_InitNotifier + 1520 2 libSystem.B.dylib 0x00007fff89e55fd6 _pthread_start + 331 3 libSystem.B.dylib 0x00007fff89e55e89 thread_start + 13

Thread 3: 0 libSystem.B.dylib 0x00007fff89e36a2a __workq_kernreturn + 10 1 libSystem.B.dylib 0x00007fff89e36e3c _pthread_wqthread + 917 2 libSystem.B.dylib 0x00007fff89e36aa5 start_wqthread + 13

Thread 4: 0 libSystem.B.dylib 0x00007fff89e1cd7a mach_msg_trap + 10 1 libSystem.B.dylib 0x00007fff89e1d3ed machmsg + 59 2 com.apple.CoreFoundation 0x00007fff812a0902 \_CFRunLoopRun + 1698 3 com.apple.CoreFoundation 0x00007fff8129fd8f CFRunLoopRunSpecific + 575 4 com.apple.CoreFoundation 0x00007fff8129fb16 CFRunLoopRun + 70 5 com.apple.DesktopServices 0x00007fff8417d326 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514 6 ...ple.CoreServices.CarbonCore 0x00007fff8672c0d1 PrivateMPEntryPoint + 63 7 libSystem.B.dylib 0x00007fff89e55fd6 _pthread_start + 331 8 libSystem.B.dylib 0x00007fff89e55e89 thread_start + 13

Thread 5: 0 libSystem.B.dylib 0x00007fff89e36a2a __workq_kernreturn + 10 1 libSystem.B.dylib 0x00007fff89e36e3c _pthread_wqthread + 917 2 libSystem.B.dylib 0x00007fff89e36aa5 start_wqthread + 13

Thread 6: 0 libSystem.B.dylib 0x00007fff89e36a2a __workq_kernreturn + 10 1 libSystem.B.dylib 0x00007fff89e36e3c _pthread_wqthread + 917 2 libSystem.B.dylib 0x00007fff89e36aa5 start_wqthread + 13

Thread 7: com.apple.CFSocket.private 0 libSystem.B.dylib 0x00007fff89e60932 select$DARWINEXTSN + 10 1 com.apple.CoreFoundation 0x00007fff812c2468 \_CFSocketManager + 824 2 libSystem.B.dylib 0x00007fff89e55fd6 _pthread_start + 331 3 libSystem.B.dylib 0x00007fff89e55e89 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000400 rbx: 0x00000001139c9e50 rcx: 0x00007fff71211650 rdx: 0x00000000000076f5 rdi: 0x00000001139c9e50 rsi: 0x00007fff84c53640 rbp: 0x00007fff5fbfe430 rsp: 0x00007fff5fbfe3f8 r8: 0x0000000000000000 r9: 0x000000011631c720 r10: 0x0000000000000001 r11: 0x000000011677919b r12: 0x0000000101934000 r13: 0x0000000100c8e600 r14: 0x00007fff7018a3c0 r15: 0x0000000000000000 rip: 0x00007fff83970f10 rfl: 0x0000000000010206 cr2: 0x0000000000000000

Binary Images: 0x100000000 - 0x100000fff +org.python.python 2.7.3 (2.7.3) \<BE41DDF4-595E-0D6D-89DB-413749B339C3> /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python 0x100003000 - 0x10016dff7 +org.python.python 2.7.3, (c) 2004-2012 Python Software Foundation. (2.7.3) \<4F9EF48A-7D0C-0C1A-670B-3BF4E72C8696> /Library/Frameworks/Python.framework/Versions/2.7/Python 0x1002ee000 - 0x1002f1ff7 +strop.so ??? (???) \<6389C456-82E5-D58F-D87D-78445284CDEC> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/strop.so 0x1002f6000 - 0x1002f7ff7 +_functools.so ??? (???) \<C721B452-8187-D7D2-00A6-216C47F4BDA8> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_functools.so 0x1002fa000 - 0x1002fbfff +cStringIO.so ??? (???) \<C0567EB0-1EC7-2285-7272-FDC80AB554F6> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cStringIO.so 0x1004f0000 - 0x1004f8fff +_socket.so ??? (???) \<4B24FFF5-0303-2D87-BFB1-20A45E087B69> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_socket.so 0x100502000 - 0x100506ff7 +_ssl.so ??? (???) \<51E5DA69-DE4B-7883-0F68-3AAD95D277B0> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so 0x10050c000 - 0x10050efff +time.so ??? (???) \<92709D00-9460-B5B6-B97F-100C3A055DBB> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/time.so 0x10060a000 - 0x100612ff7 +_tkinter.so ??? (???) \<EB2AB471-8D8E-8EC5-FAE5-51731C5464C2> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_tkinter.so 0x10061b000 - 0x1006f9fff Tcl 8.5.7 (8.5.7) \<58173834-8624-4846-6999-5823F9611D0E> /System/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl 0x100757000 - 0x10075bfff +_collections.so ??? (???) \<9D150F88-A639-8D17-B4C1-B003ED64A825> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so 0x100761000 - 0x100765ff7 +operator.so ??? (???) \<BCE61645-883B-69E4-325D-67E5158E52F1> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/operator.so 0x10076c000 - 0x100773ff7 +itertools.so ??? (???) \<A54988DB-048C-C726-752F-754ABD6386DA> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/itertools.so 0x10077e000 - 0x10077efff +_bisect.so ??? (???) \<7C2E4AE4-BD2E-E0B1-ED49-C97797A87862> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_bisect.so 0x100781000 - 0x100782ff7 +_heapq.so ??? (???) \<6E943E3D-86B8-E5B6-6469-4F37AB67DD0F> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_heapq.so 0x100786000 - 0x100789fff +select.so ??? (???) \<4FAF1D70-ED6A-D278-4025-017E5690DD7A> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/select.so 0x10078f000 - 0x100790ff7 +fcntl.so ??? (???) \<888D3D1A-9537-E266-ED0B-0626C1965FE5> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/fcntl.so 0x100793000 - 0x100797fff +_struct.so ??? (???) \<F9707FF4-712E-9991-DF85-0C46C199B551> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_struct.so 0x1007de000 - 0x1007e1fef +binascii.so ??? (???) \<1D3A5AFB-4FDE-4B1D-7BAB-ED2E8B4DC3BF> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/binascii.so 0x1007e5000 - 0x1007eafef +math.so ??? (???) \<72277351-515A-6D6A-556C-B863114DB023> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/math.so 0x1007f1000 - 0x1007f2fff +_hashlib.so ??? (???) \<FD6A5D40-49F8-B2BD-46B3-C88326DF323B> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_hashlib.so 0x1007f6000 - 0x1007f7fff +_random.so ??? (???) \<959FCA12-F992-BD11-053D-4FA2E312ECBB> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_random.so 0x1007fa000 - 0x1007fcfff +_locale.so ??? (???) \<8410BA87-ECC3-40D3-6540-25F3954A791B> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so 0x101000000 - 0x101108fef Tk 8.5.7 (8.5.7) \<FB697279-1108-A5A4-A875-A510915589B8> /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk 0x1011c9000 - 0x1011d8ff7 +cPickle.so ??? (???) \<2F2B7AB6-CB55-1343-A766-831844DEBF4C> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/cPickle.so 0x117b20000 - 0x117cb3fe7 GLEngine ??? (???) \<BCE83654-81EC-D231-ED6E-1DD449B891F2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x117ce4000 - 0x118100fff com.apple.ATIRadeonX2000GLDriver 1.6.36 (6.3.6) \<EBE273B9-6BF7-32B1-C5A2-2B3C85D776AA> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLDriver 0x118164000 - 0x11818afff GLRendererFloat ??? (???) \<38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x118373000 - 0x118378fff com.apple.qldisplay.Text 2.3 (327.6) \<EB36A58E-B352-2FF5-F9F5-98A883DE94E9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/Resources/DisplayBundles/Text.qldisplay/Contents/MacOS/Text 0x11837f000 - 0x118384fff com.apple.qldisplay.Generic 2.3 (327.6) \<F497227C-B37C-2338-CB60-75B91133B1ED> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/Resources/DisplayBundles/Generic.qldisplay/Contents/MacOS/Generic 0x7fff5fc00000 - 0x7fff5fc3be0f dyld 132.1 (???) \<29DECB19-0193-2575-D838-CF743F0400B2> /usr/lib/dyld 0x7fff80104000 - 0x7fff80164fe7 com.apple.framework.IOKit 2.0 (???) \<4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff80165000 - 0x7fff80167fff com.apple.print.framework.Print 6.1 (237.1) \<CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff80168000 - 0x7fff80168ff7 com.apple.Cocoa 6.6 (???) \<68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff80169000 - 0x7fff801d5fe7 com.apple.CorePDF 1.4 (1.4) \<06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff801d6000 - 0x7fff804f8fef com.apple.JavaScriptCore 6534.55 (6534.55.2) \<F360FF8A-97DE-327E-A366-EDE97321E795> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff804f9000 - 0x7fff804fbfff libRadiance.dylib ??? (???) \<E08CD209-E3E4-2753-AF8A-90DD12ED556F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff804fc000 - 0x7fff804fcff7 com.apple.ApplicationServices 38 (38) \<10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff804fd000 - 0x7fff8050ffe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) \<76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib 0x7fff80510000 - 0x7fff80c0cff7 com.apple.CoreGraphics 1.545.0 (???) \<58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff80c0d000 - 0x7fff80c3efff libGLImage.dylib ??? (???) \<562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff80c51000 - 0x7fff80cc2ff7 com.apple.AppleVAFramework 4.10.27 (4.10.27) \<6CDBA3F5-6C7C-A069-4716-2B6C3AD5001F> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff80cc3000 - 0x7fff80e33fff com.apple.QTKit 7.7 (1789) \<212AE7F7-EFDB-275D-88FB-33B9CF809842> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff80e34000 - 0x7fff80e5cfff com.apple.DictionaryServices 1.1.2 (1.1.2) \<E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff80e5d000 - 0x7fff80e9efef com.apple.CoreMedia 0.484.60 (484.60) \<6B73A514-C4D5-8DC7-982C-4E4F0231ED77> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff80edd000 - 0x7fff811dbfff com.apple.HIToolbox 1.6.5 (???) \<AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff811dc000 - 0x7fff81217fff com.apple.AE 496.5 (496.5) \<208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff81254000 - 0x7fff813cbfe7 com.apple.CoreFoundation 6.6.6 (550.44) \<BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff813cc000 - 0x7fff813fcfef com.apple.shortcut 1.1 (1.1) \<A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff8143c000 - 0x7fff81442ff7 com.apple.DiskArbitration 2.3 (2.3) \<857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff81443000 - 0x7fff8148dff7 com.apple.Metadata 10.6.3 (507.15) \<DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff81cbf000 - 0x7fff81d93fe7 com.apple.CFNetwork 454.12.4 (454.12.4) \<C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff81dde000 - 0x7fff81e03ff7 com.apple.CoreVideo 1.6.2 (45.6) \<E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff81e04000 - 0x7fff81e05fff liblangid.dylib ??? (???) \<EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib 0x7fff81e06000 - 0x7fff81e70fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) \<AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff81e71000 - 0x7fff81e7bfff com.apple.DisplayServicesFW 2.3.3 (289) \<97F62F36-964A-3E17-2A26-A0EEF63F4BDE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff81e7c000 - 0x7fff81e90ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) \<63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff81e91000 - 0x7fff81e9cff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) \<3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff81e9d000 - 0x7fff81ebefff libresolv.9.dylib 41.1.0 (compatibility 1.0.0) \<9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib 0x7fff81ebf000 - 0x7fff81ecefef com.apple.opengl 1.6.14 (1.6.14) \<ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff81ecf000 - 0x7fff81f31fe7 com.apple.datadetectorscore 2.0 (80.7) \<5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff81f32000 - 0x7fff82049fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) \<1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib 0x7fff82251000 - 0x7fff82267fef libbsm.0.dylib ??? (???) \<83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib 0x7fff82268000 - 0x7fff8226dff7 com.apple.CommonPanels 1.2.4 (91) \<4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8226e000 - 0x7fff82273fff libGIF.dylib ??? (???) \<1888A176-22D5-C663-22D0-336D9D213BD6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff82274000 - 0x7fff82282ff7 libkxld.dylib ??? (???) \<8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib 0x7fff822db000 - 0x7fff82419fff com.apple.CoreData 102.1 (251) \<9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8241a000 - 0x7fff82430fe7 com.apple.MultitouchSupport.framework 207.11 (207.11) \<8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff82452000 - 0x7fff8246dff7 com.apple.openscripting 1.3.1 (???) \<9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff82497000 - 0x7fff8249aff7 libCoreVMClient.dylib ??? (???) \<75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8249b000 - 0x7fff824dcfff com.apple.SystemConfiguration 1.10.8 (1.10.2) \<78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff824dd000 - 0x7fff824f6fff com.apple.CFOpenDirectory 10.6 (10.6) \<401557B1-C6D1-7E1A-0D7E-941715C37BFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff824f7000 - 0x7fff8251afff com.apple.opencl 12.3.6 (12.3.6) \<42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8251b000 - 0x7fff82650fff com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) \<F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff82e31000 - 0x7fff82e48fff com.apple.ImageCapture 6.1 (6.1) \<79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff82e49000 - 0x7fff82f53ff7 com.apple.MeshKitIO 1.1 (49.2) \<C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO 0x7fff82f54000 - 0x7fff82fd6fff com.apple.QuickLookUIFramework 2.3 (327.6) \<9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff82ff2000 - 0x7fff831b0ff7 com.apple.ImageIO.framework 3.0.5 (3.0.5) \<4CF96F2C-B7BB-4C57-E352-3C678CA2B2B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff831b1000 - 0x7fff831befe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) \<1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff831bf000 - 0x7fff8369bfef com.apple.RawCamera.bundle 3.12.0 (614) \<E0F08224-8A63-BBCE-BE85-8B0BAB22A7DA> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff837d0000 - 0x7fff837d6ff7 IOSurface ??? (???) \<8E302BB2-0704-C6AB-BD2F-C2A6C6A2E2C3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8380f000 - 0x7fff8380fff7 com.apple.CoreServices 44 (44) \<DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff83810000 - 0x7fff838d2fe7 libFontParser.dylib ??? (???) \<EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff838d3000 - 0x7fff8391ffff libauto.dylib ??? (???) \<F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib 0x7fff8396c000 - 0x7fff83a22ff7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) \<03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib 0x7fff83a23000 - 0x7fff83a6bff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) \<98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff83a6c000 - 0x7fff83aa9ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) \<F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib 0x7fff83aaa000 - 0x7fff83bc9fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) \<14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib 0x7fff83c1a000 - 0x7fff83c1bff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) \<49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff83c1c000 - 0x7fff83c1ffff com.apple.help 1.3.2 (41.1) \<BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff83c20000 - 0x7fff83c6fff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) \<0731C40D-71EF-B417-C83B-54C3527A36EA> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer 0x7fff83d2b000 - 0x7fff83de0fe7 com.apple.ink.framework 1.3.3 (107) \<8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff84125000 - 0x7fff8417aff7 com.apple.framework.familycontrols 2.0.2 (2020) \<8807EB96-D12D-8601-2E74-25784A0DE4FF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8417b000 - 0x7fff84260fef com.apple.DesktopServices 1.5.11 (1.5.11) \<39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff84460000 - 0x7fff844a5fff com.apple.CoreMediaIOServices 140.0 (1496) \<D93293EB-0B84-E97D-E78C-9FE8D48AF58E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices 0x7fff8451b000 - 0x7fff84f15ff7 com.apple.AppKit 6.6.8 (1038.36) \<4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff84f16000 - 0x7fff84f57fef com.apple.QD 3.36 (???) \<5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff84f58000 - 0x7fff84f6cfff libGL.dylib ??? (???) \<2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff84f7a000 - 0x7fff84fcdff7 com.apple.HIServices 1.8.3 (???) \<F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff84fce000 - 0x7fff85001ff7 libTrueTypeScaler.dylib ??? (???) \<B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff85008000 - 0x7fff85053fef com.apple.ImageCaptureCore 1.1 (1.1) \<F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff85054000 - 0x7fff85069ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) \<1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8506a000 - 0x7fff850fafff com.apple.SearchKit 1.3.0 (1.3.0) \<3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff850fb000 - 0x7fff85135fff libcups.2.dylib 2.8.0 (compatibility 2.0.0) \<539EBFDD-96D6-FB07-B128-40232C408757> /usr/lib/libcups.2.dylib 0x7fff85136000 - 0x7fff854d3fe7 com.apple.QuartzCore 1.6.3 (227.37) \<16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff854d4000 - 0x7fff854d7ff7 com.apple.securityhi 4.0 (36638) \<AEF55AF1-54D3-DB8D-27A7-E16192E0045A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff854fc000 - 0x7fff8550bfff com.apple.NetFS 3.2.2 (3.2.2) \<7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8550c000 - 0x7fff8550cff7 com.apple.quartzframework 1.5 (1.5) \<B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff85510000 - 0x7fff85779fff com.apple.QuartzComposer 4.2 ({156.30}) \<C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff8578a000 - 0x7fff8580fff7 com.apple.print.framework.PrintCore 6.3 (312.7) \<CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff85810000 - 0x7fff85821ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) \<97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib 0x7fff85822000 - 0x7fff85c66fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) \<E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff85c67000 - 0x7fff85caafef libtidy.A.dylib ??? (???) \<2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib 0x7fff85cab000 - 0x7fff85f2dfff com.apple.Foundation 6.6.8 (751.63) \<E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff85f2e000 - 0x7fff85f75fff com.apple.QuickLookFramework 2.3 (327.6) \<11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff85f76000 - 0x7fff85ff4ff7 com.apple.CoreText 151.12 (???) \<5BE797B7-C903-B664-ADD9-7514B1A6EF9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff85ff5000 - 0x7fff85ffbfff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) \<D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff86071000 - 0x7fff862abfef com.apple.imageKit 2.0.3 (1.0) \<9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff862ac000 - 0x7fff8632bfe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) \<79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff86499000 - 0x7fff864d2ff7 com.apple.MeshKit 1.1 (49.2) \<832A074D-7601-F7C9-6D3A-E1C58965C3A1> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit 0x7fff86725000 - 0x7fff86a59fef com.apple.CoreServices.CarbonCore 861.39 (861.39) \<1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff86a5a000 - 0x7fff86f60ff7 com.apple.VideoToolbox 0.484.60 (484.60) \<F55EF548-56E4-A6DF-F3C9-6BA4CFF5D629> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff86f94000 - 0x7fff870aefff libGLProgrammability.dylib ??? (???) \<D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff87179000 - 0x7fff87179ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) \<15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8717a000 - 0x7fff8723bfef com.apple.ColorSync 4.6.8 (4.6.8) \<7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8723c000 - 0x7fff8724dfff com.apple.DSObjCWrappers.Framework 10.6 (134) \<3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers 0x7fff8724e000 - 0x7fff874d8fe7 com.apple.security 6.1.2 (55002) \<FD0B5AD4-74DB-7ED8-90D3-6EC56FFA8557> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff874fa000 - 0x7fff87594fff com.apple.ApplicationServices.ATS 275.19 (???) \<2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff87595000 - 0x7fff87d9ffe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) \<EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff87da0000 - 0x7fff87da0ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) \<4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff88e2e000 - 0x7fff88e6cfe7 libFontRegistry.dylib ??? (???) \<395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff88ea4000 - 0x7fff88eedfef libGLU.dylib ??? (???) \<B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff89087000 - 0x7fff89088ff7 com.apple.TrustEvaluationAgent 1.1 (1) \<5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff89089000 - 0x7fff890d0ff7 com.apple.coreui 2 (114) \<923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff892a3000 - 0x7fff892c0ff7 libPng.dylib ??? (???) \<A6D093D2-CA9D-2035-9C11-0AE98585C6F1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff892c1000 - 0x7fff892c2fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) \<5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel 0x7fff892c3000 - 0x7fff89363fff com.apple.LaunchServices 362.3 (362.3) \<B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff89364000 - 0x7fff893e1fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) \<35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib 0x7fff894bb000 - 0x7fff894c0fff libGFXShared.dylib ??? (???) \<6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff894eb000 - 0x7fff895a8fff com.apple.CoreServices.OSServices 359.2 (359.2) \<BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff89607000 - 0x7fff89656fef libTIFF.dylib ??? (???) \<2DDC5A18-35EE-5B59-10D8-0F6925DB3858> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff897c9000 - 0x7fff897e9ff7 com.apple.DirectoryService.Framework 3.6 (621.12) \<A4685F06-5881-35F5-764D-C380304C1CE8> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff89812000 - 0x7fff898a1fff com.apple.PDFKit 2.5.1 (2.5.1) \<38BEE9BB-3716-49BA-7E14-687FE9E066EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff898a2000 - 0x7fff898d1ff7 com.apple.quartzfilters 1.6.0 (1.6.0) \<9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff898d2000 - 0x7fff89915ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) \<5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff89916000 - 0x7fff89941ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) \<8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib 0x7fff89985000 - 0x7fff89989ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) \<DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff899b3000 - 0x7fff89adbff7 com.apple.MediaToolbox 0.484.60 (484.60) \<F921A5E6-E260-03B4-1458-E5814FA1924D> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff89bee000 - 0x7fff89c7bfff com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) \<0A7B422E-5D79-9980-2477-05DC2CB5CF7C> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser 0x7fff89c7c000 - 0x7fff89d08fef SecurityFoundation ??? (???) \<3F1F2727-C508-3630-E2C1-38361841FCE4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff89d09000 - 0x7fff89d09ff7 com.apple.vecLib 3.6 (vecLib 3.6) \<96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff89d6b000 - 0x7fff89e1bfff edu.mit.Kerberos 6.5.11 (6.5.11) \<085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff89e1c000 - 0x7fff89fddfef libSystem.B.dylib 125.2.11 (compatibility 1.0.0) \<9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib 0x7fff89ffc000 - 0x7fff8a003fff com.apple.OpenDirectory 10.6 (10.6) \<4FF6AD25-0916-B21C-9E88-2CC42D90EAC7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8a0d3000 - 0x7fff8a0d9ff7 com.apple.CommerceCore 1.0 (9.1) \<3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8a2bd000 - 0x7fff8a376fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) \<2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib 0x7fff8a377000 - 0x7fff8a37bff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) \<95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib 0x7fff8a37c000 - 0x7fff8a3a3ff7 libJPEG.dylib ??? (???) \<921A3A14-A69B-F393-1678-5A5D32D4BDF2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff8a3fe000 - 0x7fff8a409ff7 com.apple.HelpData 2.0.5 (34.1.1) \<24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff8a40a000 - 0x7fff8a472fff com.apple.MeshKitRuntime 1.1 (49.2) \<4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime 0x7fff8a4a8000 - 0x7fff8a585fff com.apple.vImage 4.1 (4.1) \<C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff8a586000 - 0x7fff8a586ff7 com.apple.Carbon 150 (152) \<23704665-E9F4-6B43-1115-2E69F161FC45> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8a587000 - 0x7fff8a745fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) \<4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib 0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) \<9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.33 GHz, 4 GB, SMC 1.52f9 Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB Memory Module: global_name AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.6 Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Serial ATA Device: Hitachi HDE721010SLA330, 931.51 GB Serial ATA Device: OPTIARC DVD RW AD-5680H USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0x24400000 / 2 USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000 / 2 USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000 / 2 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2 USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0x06110000 / 4

ned-deily commented 12 years ago

The crash dump confirms that the buggy Apple Tcl/Tk 8.5 frameworks are being used (/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk). As I mentioned, the easiest solution is to install the most recent ActiveState Tcl/Tk 8.5. The python.org Python 2.7.3 will automatically use it if it is available at run time.

ned-deily commented 12 years ago

By the way, you should have been seeing a warning message in the IDLE shell window when using 2.7.3 with the buggy Apple Tcl/TK 8.5, telling you to check the information at http://www.python.org/download/mac/tcltk/.

93182966-8c93-4378-b862-bb84ab4d9c1f commented 12 years ago

Thanks. I will try that and see if everything is OK with the updated Tcl/Tk.

93182966-8c93-4378-b862-bb84ab4d9c1f commented 12 years ago

thanks. That eliminated the crashiness.

On Apr 17, 2012, at 6:26 PM, Ned Deily wrote:

Ned Deily \nad@acm.org\ added the comment:

The crash dump confirms that the buggy Apple Tcl/Tk 8.5 frameworks are being used (/System/Library/Frameworks/Tk.framework/Versions/8.5/Tk). As I mentioned, the easiest solution is to install the most recent ActiveState Tcl/Tk 8.5. The python.org Python 2.7.3 will automatically use it if it is available at run time.

----------


Python tracker \report@bugs.python.org\ \http://bugs.python.org/issue14575\