python / cpython

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

IDLE crashes on parentheses #60826

Closed 2bdbeb88-f356-4f2c-bee4-f237909d7b09 closed 11 years ago

2bdbeb88-f356-4f2c-bee4-f237909d7b09 commented 11 years ago
BPO 16622
Nosy @ned-deily, @serwy
Superseder
  • bpo-16177: Typing left parenthesis in IDLE causes intermittent Cocoa Tk crash on OS X
  • Files
  • idlerc.tar.gz
  • 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 on parentheses' updated_at = user = 'https://bugs.python.org/SteveOBrien' ``` bugs.python.org fields: ```python activity = actor = 'roger.serwy' assignee = 'none' closed = True closed_date = closer = 'roger.serwy' components = ['IDLE'] creation = creator = 'Steve.OBrien' dependencies = [] files = ['28228'] hgrepos = [] issue_num = 16622 keywords = [] message_count = 7.0 messages = ['177010', '177015', '177016', '177020', '177057', '177058', '177061'] nosy_count = 3.0 nosy_names = ['ned.deily', 'roger.serwy', 'Steve.OBrien'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = None status = 'closed' superseder = '16177' type = 'crash' url = 'https://bugs.python.org/issue16622' versions = ['Python 3.3'] ```

    2bdbeb88-f356-4f2c-bee4-f237909d7b09 commented 11 years ago

    Working in IDLE on Mac OSX 10.8 when I type a parentheses IDLE crashes. Here is the output of the crash report:

    Process: Python [60507] Path: /Applications/Python 3.3/IDLE.app/Contents/MacOS/Python Identifier: org.python.IDLE Version: 3.3.0 (3.3.0) Code Type: X86-64 (Native) Parent Process: launchd [324] User ID: 493825946

    Date/Time: 2012-12-05 13:04:49.616 -0800 OS Version: Mac OS X 10.8.2 (12C60) Report Version: 10

    Interval Since Last Report: 112281 sec Crashes Since Last Report: 4 Per-App Interval Since Last Report: 27530 sec Per-App Crashes Since Last Report: 3 Anonymous UUID: 337BE211-7572-210E-6815-99D0FE44035F

    Crashed Thread: 0 Dispatch queue: com.apple.main-thread

    Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000

    Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1000) creating window shape' terminate called throwing an exception abort() called

    Application Specific Backtrace 1: 0 CoreFoundation 0x00007fff8e7050a6 __exceptionPreprocess + 198 1 libobjc.A.dylib 0x00007fff91e733f0 objc_exception_throw + 43 2 CoreFoundation 0x00007fff8e704e7c +[NSException raise:format:] + 204 3 AppKit 0x00007fff8d7d0eb3 _NXCreateWindowWithStyleMask + 276 4 AppKit 0x00007fff8d86591f _NSCreateWindow + 64 5 AppKit 0x00007fff8d6e14bd -[NSWindow _commonAwake] + 2159 6 AppKit 0x00007fff8d79185b -[NSWindow _makeKeyRegardlessOfVisibility] + 88 7 AppKit 0x00007fff8d7917c5 -[NSWindow makeKeyAndOrderFront:] + 25 8 Tk 0x0000000101410c99 XMapWindow + 156 9 Tk 0x000000010137d3dc Tk_MapWindow + 89 10 Tk 0x00000001013862ea MapFrame + 62 11 Tcl 0x00000001012d8197 TclServiceIdle + 76 12 Tcl 0x00000001012bc5b6 Tcl_DoOneEvent + 329 13 Tk 0x000000010135c8c7 Tk_UpdateObjCmd + 162 14 Tcl 0x0000000101256c76 TclEvalObjvInternal + 782 15 Tcl 0x0000000101257e68 Tcl_EvalObjv + 66 16 _tkinter.so 0x00000001007d75be Tkapp_Call + 190 17 Python 0x00000001000de02e PyEval_EvalFrameEx + 29774 18 Python 0x00000001000dd7cf PyEval_EvalFrameEx + 27631 19 Python 0x00000001000dd7cf PyEval_EvalFrameEx + 27631 20 Python 0x00000001000dd7cf PyEval_EvalFrameEx + 27631 21 Python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 22 Python 0x000000010003d67a function_call + 186 23 Python 0x000000010000d418 PyObject_Call + 104 24 Python 0x00000001000d9003 PyEval_EvalFrameEx + 9251 25 Python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 26 Python 0x000000010003d67a function_call + 186 27 Python 0x000000010000d418 PyObject_Call + 104 28 Python 0x00000001000d9003 PyEval_EvalFrameEx + 9251 29 Python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 30 Python 0x000000010003d67a function_call + 186 31 Python 0x000000010000d418 PyObject_Call + 104 32 Python 0x0000000100027b0a method_call + 138 33 Python 0x000000010000d418 PyObject_Call + 104 34 Python 0x00000001000d5197 PyEval_CallObjectWithKeywords + 87 35 _tkinter.so 0x00000001007d58a8 PythonCmd + 456 36 Tcl 0x000000010125392f TclInvokeStringCommand + 105 37 Tcl 0x0000000101256c76 TclEvalObjvInternal + 782 38 Tcl 0x0000000101290138 TclExecuteByteCode + 4379 39 Tcl 0x0000000101296d8f TclCompEvalObj + 460 40 Tcl 0x000000010125823d TclEvalObjEx + 817 41 Tcl 0x00000001012d8494 AfterProc + 86 42 Tcl 0x00000001012d8391 TimerHandlerEventProc + 104 43 Tcl 0x00000001012bc2b3 Tcl_ServiceEvent + 147 44 Tcl 0x00000001012bc5a7 Tcl_DoOneEvent + 314 45 _tkinter.so 0x00000001007d4e51 Tkapp_MainLoop + 177 46 Python 0x00000001000de02e PyEval_EvalFrameEx + 29774 47 Python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 48 Python 0x00000001000dd647 PyEval_EvalFrameEx + 27239 49 Python 0x00000001000dd7cf PyEval_EvalFrameEx + 27631 50 Python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 51 Python 0x00000001000df27f PyEval_EvalCode + 63 52 Python 0x000000010010639b PyRun_FileExFlags + 187 53 Python 0x00000001001066b6 PyRun_SimpleFileExFlags + 598 54 Python 0x000000010011d783 Py_Main + 3203 55 Python 0x0000000100000e0e Python + 3598 56 Python 0x0000000100000c54 Python + 3156

    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystemkernel.dylib 0x00007fff9822b212 \_pthread_kill + 10 1 libsystem_c.dylib 0x00007fff8ea53af4 pthread_kill + 90 2 libsystem_c.dylib 0x00007fff8ea97dce abort + 143 3 libc++abi.dylib 0x00007fff9124fa17 abort_message + 257 4 libc++abi.dylib 0x00007fff9124d3c6 default_terminate() + 28 5 libobjc.A.dylib 0x00007fff91e73873 _objc_terminate() + 91 6 libc++abi.dylib 0x00007fff9124d3f5 safe_handlercaller(void (*)()) + 8 7 libc++abi.dylib 0x00007fff9124d450 std::terminate() + 16 8 libc++abi.dylib 0x00007fff9124e5b7 \_cxa_throw + 111 9 libobjc.A.dylib 0x00007fff91e7350c objc_exception_throw + 327 10 com.apple.CoreFoundation 0x00007fff8e704e7c +[NSException raise:format:] + 204 11 com.apple.AppKit 0x00007fff8d7d0eb3 _NXCreateWindowWithStyleMask + 276 12 com.apple.AppKit 0x00007fff8d86591f _NSCreateWindow + 64 13 com.apple.AppKit 0x00007fff8d6e14bd -[NSWindow _commonAwake] + 2159 14 com.apple.AppKit 0x00007fff8d79185b -[NSWindow _makeKeyRegardlessOfVisibility] + 88 15 com.apple.AppKit 0x00007fff8d7917c5 -[NSWindow makeKeyAndOrderFront:] + 25 16 Tk 0x0000000101410c99 XMapWindow + 156 17 Tk 0x000000010137d3dc Tk_MapWindow + 89 18 Tk 0x00000001013862ea MapFrame + 62 19 Tcl 0x00000001012d8197 TclServiceIdle + 76 20 Tcl 0x00000001012bc5b6 Tcl_DoOneEvent + 329 21 Tk 0x000000010135c8c7 Tk_UpdateObjCmd + 162 22 Tcl 0x0000000101256c76 TclEvalObjvInternal + 782 23 Tcl 0x0000000101257e68 Tcl_EvalObjv + 66 24 _tkinter.so 0x00000001007d75be Tkapp_Call + 190 25 org.python.python 0x00000001000de02e PyEval_EvalFrameEx + 29774 26 org.python.python 0x00000001000dd7cf PyEval_EvalFrameEx + 27631 27 org.python.python 0x00000001000dd7cf PyEval_EvalFrameEx + 27631 28 org.python.python 0x00000001000dd7cf PyEval_EvalFrameEx + 27631 29 org.python.python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 30 org.python.python 0x000000010003d67a function_call + 186 31 org.python.python 0x000000010000d418 PyObject_Call + 104 32 org.python.python 0x00000001000d9003 PyEval_EvalFrameEx + 9251 33 org.python.python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 34 org.python.python 0x000000010003d67a function_call + 186 35 org.python.python 0x000000010000d418 PyObject_Call + 104 36 org.python.python 0x00000001000d9003 PyEval_EvalFrameEx + 9251 37 org.python.python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 38 org.python.python 0x000000010003d67a function_call + 186 39 org.python.python 0x000000010000d418 PyObject_Call + 104 40 org.python.python 0x0000000100027b0a method_call + 138 41 org.python.python 0x000000010000d418 PyObject_Call + 104 42 org.python.python 0x00000001000d5197 PyEval_CallObjectWithKeywords + 87 43 _tkinter.so 0x00000001007d58a8 PythonCmd + 456 44 Tcl 0x000000010125392f TclInvokeStringCommand + 105 45 Tcl 0x0000000101256c76 TclEvalObjvInternal + 782 46 Tcl 0x0000000101290138 TclExecuteByteCode + 4379 47 Tcl 0x0000000101296d8f TclCompEvalObj + 460 48 Tcl 0x000000010125823d TclEvalObjEx + 817 49 Tcl 0x00000001012d8494 AfterProc + 86 50 Tcl 0x00000001012d8391 TimerHandlerEventProc + 104 51 Tcl 0x00000001012bc2b3 Tcl_ServiceEvent + 147 52 Tcl 0x00000001012bc5a7 Tcl_DoOneEvent + 314 53 _tkinter.so 0x00000001007d4e51 Tkapp_MainLoop + 177 54 org.python.python 0x00000001000de02e PyEval_EvalFrameEx + 29774 55 org.python.python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 56 org.python.python 0x00000001000dd647 PyEval_EvalFrameEx + 27239 57 org.python.python 0x00000001000dd7cf PyEval_EvalFrameEx + 27631 58 org.python.python 0x00000001000df1b8 PyEval_EvalCodeEx + 2296 59 org.python.python 0x00000001000df27f PyEval_EvalCode + 63 60 org.python.python 0x000000010010639b PyRun_FileExFlags + 187 61 org.python.python 0x00000001001066b6 PyRun_SimpleFileExFlags + 598 62 org.python.python 0x000000010011d783 Py_Main + 3203 63 Python 0x0000000100000e0e 0x100000000 + 3598 64 Python 0x0000000100000c54 0x100000000 + 3156

    Thread 1: 0 libsystemkernel.dylib 0x00007fff9822b6d6 \_workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8ea54eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8ea54cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8ea3f171 start_wqthread + 13

    Thread 2:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff9822bd16 kevent + 10 1 libdispatch.dylib 0x00007fff92af8dea _dispatch_mgr_invoke + 883 2 libdispatch.dylib 0x00007fff92af89ee _dispatch_mgr_thread + 54

    Thread 3: 0 libsystemkernel.dylib 0x00007fff9822b6d6 \_workq_kernreturn + 10 1 libsystem_c.dylib 0x00007fff8ea54eec _pthread_workq_return + 25 2 libsystem_c.dylib 0x00007fff8ea54cb3 _pthread_wqthread + 412 3 libsystem_c.dylib 0x00007fff8ea3f171 start_wqthread + 13

    Thread 4: 0 libsystemkernel.dylib 0x00007fff9822b322 \_select + 10 1 Tcl 0x00000001012efde3 NotifierThreadProc + 558 2 libsystem_c.dylib 0x00007fff8ea52742 _pthread_start + 327 3 libsystem_c.dylib 0x00007fff8ea3f181 thread_start + 13

    Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfb528 rdx: 0x0000000000000000 rdi: 0x0000000000001007 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfb550 rsp: 0x00007fff5fbfb528 r8: 0x00007fff7c768278 r9: 0x0000000000000015 r10: 0x0000000020000000 r11: 0x0000000000000206 r12: 0x00007fff5fbfb6b0 r13: 0x0000000101827610 r14: 0x00007fff7c769180 r15: 0x00007fff5fbfb590 rip: 0x00007fff9822b212 rfl: 0x0000000000000206 cr2: 0x00007fff7c761fe8 Logical CPU: 0

    Binary Images: 0x100000000 - 0x100000ff7 +Python (???) \<B6BD9095-E447-FC67-101E-FACD12B76288> /Applications/Python 3.3/IDLE.app/Contents/MacOS/Python 0x100003000 - 0x1001cafff +org.python.python (3.3.0, [c] 2004-2012 Python Software Foundation. - 3.3.0) \<7322AE55-7D5B-D794-C34A-008F718FDD9E> /Library/Frameworks/Python.framework/Versions/3.3/Python 0x1003ef000 - 0x1003effff +_bisect.so (???) \<9B7DA040-0268-66BA-44D0-8B99D4DD5F5C> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/_bisect.so 0x1003f4000 - 0x1003f5ff7 +_heapq.so (???) \<5C90A077-D3A3-B15F-D979-DA502BACBCED> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/_heapq.so 0x1003fa000 - 0x1003fbff7 +_posixsubprocess.so (???) \<B3639CED-A4C9-1B9D-F400-1066704150CF> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/_posixsubprocess.so 0x10073f000 - 0x100743ff7 +_struct.so (???) \<DEC54C4D-6E5F-1714-1E2A-9402348E05AF> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/_struct.so 0x10074a000 - 0x100754ff7 +_socket.so (???) \<5A8950A5-94B3-F9CA-99AC-07A78A7F5064> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/_socket.so 0x100760000 - 0x100762fff +time.so (???) \<D43D60CC-8291-2FF2-B2A5-12FABF8D5F67> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/time.so 0x1007c9000 - 0x1007ccfff +select.so (???) \<D56DBA57-C9C7-D2B8-BB1C-4004AD996FE4> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/select.so 0x1007d2000 - 0x1007d9ff7 +_tkinter.so (???) \<7BAA763A-7C3E-3690-A57C-41E5E92958A8> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/_tkinter.so 0x1007fc000 - 0x1007fdff7 +_random.so (???) \<BD7DBCEC-79CA-7958-868A-41E8CE2D54ED> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/_random.so 0x101246000 - 0x101323fef +Tcl (8.5.11 - 8.5.11) \<985B2C1E-F571-8BE9-20CB-C9252A009C75> /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl 0x10134f000 - 0x10145dfff +Tk (8.5.11 - 8.5.11) \<71FC9167-700A-4984-D34A-5E71E101C01F> /Library/Frameworks/Tk.framework/Versions/8.5/Tk 0x1014df000 - 0x1014e4ff7 +math.so (???) \<174FC328-DDD1-B9BA-7F5C-635AB356C246> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/math.so 0x1014eb000 - 0x1014edff7 +_hashlib.so (???) \<8D219436-DEC8-887D-6F07-08CEB0DD057D> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/_hashlib.so 0x1014f1000 - 0x1014f2ff7 +fcntl.so (???) \<B93A0365-6300-CD12-A10D-18FA9E98CF6F> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/fcntl.so 0x1016c3000 - 0x1016d3ff7 +_pickle.so (???) \<EBBBD928-66E1-A4CD-05D4-5AED4A48A9BB> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/_pickle.so 0x1020d5000 - 0x1020dcfef +array.so (???) \<36C1D84F-51B0-2128-CE0D-977FE11F512B> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/array.so 0x108a48000 - 0x108aebfe7 +unicodedata.so (???) \<8758869B-96C8-781F-8B5A-0FE9628A4430> /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/lib-dynload/unicodedata.so 0x109300000 - 0x109584ff7 com.apple.RawCamera.bundle (4.02 - 672) \<03BC689F-CE3F-351D-AAD4-3D6C5E81F34C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff60eb1000 - 0x7fff60ee593f dyld (210.2.3) \<A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld 0x7fff8c22a000 - 0x7fff8c27fff7 libTIFF.dylib (845) \<ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8c2bc000 - 0x7fff8c2e7fff libxslt.1.dylib (11.3) \<441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib 0x7fff8caa6000 - 0x7fff8caf5ff7 libcorecrypto.dylib (106.2) \<CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib 0x7fff8caf6000 - 0x7fff8cafdfff libcopyfile.dylib (89) \<876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff8cb09000 - 0x7fff8cb0bff7 libunc.dylib (25) \<92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff8cb0c000 - 0x7fff8cb8cff7 com.apple.ApplicationServices.ATS (332 - 341.1) \<BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8cb8d000 - 0x7fff8cb91fff libpam.2.dylib (20) \<C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib 0x7fff8cb92000 - 0x7fff8cb94fff com.apple.securityhi (4.0 - 55002) \<34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8cba2000 - 0x7fff8cda2fff libicucore.A.dylib (491.11.1) \<CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib 0x7fff8cda3000 - 0x7fff8cda3fff com.apple.CoreServices (57 - 57) \<9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8cda4000 - 0x7fff8cea1ff7 libxml2.2.dylib (22.3) \<47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib 0x7fff8d13d000 - 0x7fff8d181fff libcups.2.dylib (327) \<9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib 0x7fff8d29c000 - 0x7fff8d2d9fe7 libGLImage.dylib (8.6.1) \<7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8d522000 - 0x7fff8d528fff com.apple.DiskArbitration (2.5.1 - 2.5.1) \<F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff8d584000 - 0x7fff8e1b1ff7 com.apple.AppKit (6.8 - 1187.34) \<1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8e1b4000 - 0x7fff8e1e5ff7 com.apple.DictionaryServices (1.2 - 184.4) \<054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8e1e6000 - 0x7fff8e1f4fff libcommonCrypto.dylib (60026) \<2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib 0x7fff8e1f5000 - 0x7fff8e1fbfff libGFXShared.dylib (8.6.1) \<CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8e2ed000 - 0x7fff8e2f1fff libGIF.dylib (845) \<2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8e2f2000 - 0x7fff8e2fdfff com.apple.CommonAuth (3.0 - 2.0) \<74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8e2fe000 - 0x7fff8e325ff7 com.apple.PerformanceAnalysis (1.16 - 16) \<E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff8e326000 - 0x7fff8e446fff com.apple.desktopservices (1.7.2 - 1.7.2) \<CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff8e4a4000 - 0x7fff8e4affff libsystem_notify.dylib (98.5) \<C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib 0x7fff8e4bc000 - 0x7fff8e506ff7 libGLU.dylib (8.6.1) \<DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff8e507000 - 0x7fff8e5a5ff7 com.apple.ink.framework (10.8.2 - 150) \<84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8e651000 - 0x7fff8e671fff libPng.dylib (845) \<C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8e672000 - 0x7fff8e85bfff com.apple.CoreFoundation (6.8 - 744.12) \<EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8e85c000 - 0x7fff8e85cfff com.apple.Accelerate (1.8 - Accelerate 1.8) \<6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8e909000 - 0x7fff8ea22ff7 com.apple.ImageIO.framework (3.2.0 - 845) \<553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8ea3e000 - 0x7fff8eb0afe7 libsystem_c.dylib (825.25) \<8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib 0x7fff8eb2e000 - 0x7fff8eb4fff7 libCRFSuite.dylib (33) \<736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib 0x7fff8ebd3000 - 0x7fff8ebd7fff com.apple.IOSurface (86.0.3 - 86.0.3) \<C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8ebe7000 - 0x7fff8ecacff7 com.apple.coreui (2.0 - 181.1) \<83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8ed04000 - 0x7fff8ee55fff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) \<833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8ee56000 - 0x7fff8ee64ff7 libsystem_network.dylib (77.10) \<0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff8ee79000 - 0x7fff8f1d5fff com.apple.Foundation (6.8 - 945.11) \<A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8f1d6000 - 0x7fff8f2cbfff libiconv.2.dylib (34) \<FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib 0x7fff8f2cc000 - 0x7fff8f31bff7 libFontRegistry.dylib (100) \<2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff8f31c000 - 0x7fff8f379fff com.apple.audio.CoreAudio (4.1.0 - 4.1.0) \<B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8f45e000 - 0x7fff8f461fff com.apple.help (1.3.2 - 42) \<343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8f533000 - 0x7fff8f589fff com.apple.HIServices (1.20 - 417) \<A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8f5ce000 - 0x7fff8f5f0ff7 libxpc.dylib (140.41) \<FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib 0x7fff8f609000 - 0x7fff8f61cff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) \<2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8f61d000 - 0x7fff8f7cbfff com.apple.QuartzCore (1.8 - 304.0) \<BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff8f981000 - 0x7fff8f98cff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) \<C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8f99b000 - 0x7fff8f99bfff com.apple.ApplicationServices (45 - 45) \<A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff90251000 - 0x7fff90252fff libsystem_blocks.dylib (59) \<D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib 0x7fff90253000 - 0x7fff902afff7 com.apple.Symbolication (1.3 - 93) \<F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff902b6000 - 0x7fff90367fff com.apple.LaunchServices (539.7 - 539.7) \<DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff90368000 - 0x7fff903d0fff libvDSP.dylib (380.6) \<CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff903d1000 - 0x7fff907c8fff libLAPACK.dylib (1073.4) \<D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff907c9000 - 0x7fff907cbfff libCVMSPluginSupport.dylib (8.6.1) \<7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff907cc000 - 0x7fff90803ff7 libssl.0.9.8.dylib (47) \<923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib 0x7fff90848000 - 0x7fff9085ffff com.apple.CFOpenDirectory (10.8 - 151.10) \<FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff90860000 - 0x7fff9087dfff com.apple.openscripting (1.3.6 - 148.2) \<33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff9087e000 - 0x7fff90893fff com.apple.ImageCapture (8.0 - 8.0) \<17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff90894000 - 0x7fff90921ff7 com.apple.SearchKit (1.4.0 - 1.4.0) \<C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff90922000 - 0x7fff90961ff7 com.apple.QD (3.42 - 285) \<8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff90e58000 - 0x7fff910fcfff com.apple.CoreImage (8.2.2 - 1.0.1) \<930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff911a5000 - 0x7fff9124bff7 com.apple.CoreServices.OSServices (557.4 - 557.4) \<841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff9124c000 - 0x7fff91271ff7 libc++abi.dylib (24.4) \<E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib 0x7fff91272000 - 0x7fff912beff7 libauto.dylib (185.1) \<73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib 0x7fff912bf000 - 0x7fff91341fff com.apple.Heimdal (3.0 - 2.0) \<660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff91342000 - 0x7fff91577ff7 com.apple.CoreData (106.1 - 407.7) \<24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff91578000 - 0x7fff91635ff7 com.apple.ColorSync (4.8.0 - 4.8.0) \<6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff91735000 - 0x7fff91a65ff7 com.apple.HIToolbox (2.0 - 625) \<317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff91a92000 - 0x7fff91ad5ff7 com.apple.bom (12.0 - 192) \<0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff91d6c000 - 0x7fff91dc3ff7 com.apple.ScalableUserInterface (1.0 - 1) \<F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff91e52000 - 0x7fff91e61ff7 libxar.1.dylib (105) \<370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib 0x7fff91e62000 - 0x7fff91f7a92f libobjc.A.dylib (532.2) \<90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff91f7b000 - 0x7fff91f7cfff libDiagnosticMessagesClient.dylib (8) \<8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff91f96000 - 0x7fff91f97ff7 libsystem_sandbox.dylib (220) \<3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib 0x7fff9204c000 - 0x7fff9204fff7 libdyld.dylib (210.2.3) \<F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib 0x7fff92050000 - 0x7fff92059fff com.apple.CommerceCore (1.0 - 26) \<997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff9205a000 - 0x7fff9215cfff libcrypto.0.9.8.dylib (47) \<74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib 0x7fff9224f000 - 0x7fff92261ff7 libz.1.dylib (43) \<2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff92262000 - 0x7fff92364fff libJP2.dylib (845) \<405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff92365000 - 0x7fff92366ff7 libSystem.B.dylib (169.3) \<365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib 0x7fff9236b000 - 0x7fff92378fff libbz2.1.0.dylib (29) \<CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib 0x7fff92379000 - 0x7fff923a7fff com.apple.CoreServicesInternal (154.2 - 154.2) \<3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff923a8000 - 0x7fff923aafff com.apple.TrustEvaluationAgent (2.0 - 23) \<A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff923ab000 - 0x7fff923b0fff com.apple.OpenDirectory (10.8 - 151.10) \<CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff92590000 - 0x7fff925b2ff7 com.apple.Kerberos (2.0 - 1) \<C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff925b3000 - 0x7fff925b3fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) \<B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff92638000 - 0x7fff92646fff com.apple.Librarian (1.1 - 1) \<1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff92647000 - 0x7fff926afff7 libc++.1.dylib (65.1) \<20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff92717000 - 0x7fff929e7fff com.apple.security (7.0 - 55179.1) \<639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff929e8000 - 0x7fff92af3fff libFontParser.dylib (84.5) \<617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff92af4000 - 0x7fff92b09ff7 libdispatch.dylib (228.23) \<D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib 0x7fff92e96000 - 0x7fff92ebdfff com.apple.framework.familycontrols (4.1 - 410) \<AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff92f3a000 - 0x7fff92f44fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) \<D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff92f45000 - 0x7fff92f9ffff com.apple.print.framework.PrintCore (8.1 - 387.1) \<1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff930c8000 - 0x7fff930f4ff7 libRIP.A.dylib (324.6) \<5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff9335f000 - 0x7fff93363fff libCGXType.A.dylib (324.6) \<2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff93493000 - 0x7fff934a7fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) \<94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff93533000 - 0x7fff93534ff7 libremovefile.dylib (23.1) \<DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib 0x7fff93586000 - 0x7fff935b4ff7 libsystem_m.dylib (3022.6) \<B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib 0x7fff935f0000 - 0x7fff93625ff7 libTrueTypeScaler.dylib (84.5) \<DF2335F3-07BE-30BA-B73C-3204E95B42C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff93626000 - 0x7fff93632fff com.apple.CrashReporterSupport (10.8.2 - 415) \<55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff936ca000 - 0x7fff936cafff com.apple.Cocoa (6.7 - 19) \<1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff93712000 - 0x7fff93729fff com.apple.GenerationalStorage (1.1 - 132.2) \<3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff943b3000 - 0x7fff9444dfff libvMisc.dylib (380.6) \<714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff9444e000 - 0x7fff9446dff7 com.apple.ChunkingLibrary (2.0 - 133.2) \<D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff948ab000 - 0x7fff948abfff libkeymgr.dylib (25) \<CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib 0x7fff948ac000 - 0x7fff948b1fff libcache.dylib (57) \<65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff948b2000 - 0x7fff94933fff com.apple.Metadata (10.7.0 - 707.3) \<A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff94934000 - 0x7fff94934ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) \<29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff94935000 - 0x7fff94942ff7 com.apple.NetAuth (4.0 - 4.0) \<F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff94985000 - 0x7fff949f2fff com.apple.datadetectorscore (4.0 - 269.1) \<C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff94d4d000 - 0x7fff94d6cff7 libresolv.9.dylib (51) \<0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib 0x7fff94d6e000 - 0x7fff94d7afff libCSync.A.dylib (324.6) \<2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x7fff94ec7000 - 0x7fff94ec7fff com.apple.vecLib (3.8 - vecLib 3.8) \<794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff94ec8000 - 0x7fff94ed0ff7 libsystem_dnssd.dylib (379.32.1) \<62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib 0x7fff94ed1000 - 0x7fff94ed2fff liblangid.dylib (116) \<864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib 0x7fff94f11000 - 0x7fff958a1c67 com.apple.CoreGraphics (1.600.0 - 324.6) \<DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff958a2000 - 0x7fff9590fff7 com.apple.framework.IOKit (2.0 - 755.18.10) \<142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff95910000 - 0x7fff959eaff7 com.apple.backup.framework (1.4.1 - 1.4.1) \<A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff959eb000 - 0x7fff959f0fff libcompiler_rt.dylib (30) \<08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff95a45000 - 0x7fff95a59fff libGL.dylib (8.6.1) \<2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff95ba7000 - 0x7fff95d2dfff libBLAS.dylib (1073.4) \<C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff95d40000 - 0x7fff95d6aff7 com.apple.CoreVideo (1.8 - 99.3) \<C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff95d6b000 - 0x7fff95d71fff libmacho.dylib (829) \<BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib 0x7fff95d72000 - 0x7fff95ee6fff com.apple.CFNetwork (596.2.3 - 596.2.3) \<6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff96ea9000 - 0x7fff96eb7ff7 libkxld.dylib (2050.18.24) \<7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib 0x7fff96eb8000 - 0x7fff96efbfff com.apple.RemoteViewServices (2.0 - 80.5) \<F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff971c0000 - 0x7fff971cdfff com.apple.AppleFSCompression (49 - 1.0) \<5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff971ce000 - 0x7fff975ebfff FaceCoreLight (2.4.1) \<A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight 0x7fff975ec000 - 0x7fff976e9fff libsqlite3.dylib (138.1) \<ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib 0x7fff976ed000 - 0x7fff97700ff7 libbsm.0.dylib (32) \<F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib 0x7fff97afb000 - 0x7fff97b23fff libJPEG.dylib (845) \<A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff97b24000 - 0x7fff97b7aff7 com.apple.opencl (2.1.20 - 2.1.20) \<AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff97bed000 - 0x7fff97bf3ff7 libunwind.dylib (35.1) \<21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff97bf4000 - 0x7fff97bfbfff com.apple.NetFS (5.0 - 4.0) \<82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff97ca5000 - 0x7fff97ca7ff7 com.apple.print.framework.Print (8.0 - 258) \<34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff97ca8000 - 0x7fff97fbfff7 com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) \<DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff97fc0000 - 0x7fff97fd6fff com.apple.MultitouchSupport.framework (235.28 - 235.28) \<BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff98040000 - 0x7fff98043fff libRadiance.dylib (845) \<E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff98044000 - 0x7fff980adfff libstdc++.6.dylib (56) \<EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib 0x7fff98137000 - 0x7fff98194ff7 com.apple.AE (645.3 - 645.3) \<FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff98214000 - 0x7fff98218fff libCoreVMClient.dylib (24.4) \<55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff98219000 - 0x7fff98234ff7 libsystem_kernel.dylib (2050.18.24) \<C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib 0x7fff98251000 - 0x7fff982cfff7 com.apple.securityfoundation (6.0 - 55115.4) \<C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff98370000 - 0x7fff9837fff7 com.apple.opengl (1.8.6 - 1.8.6) \<720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff983b9000 - 0x7fff983b9fff libOpenScriptingUtil.dylib (148.2) \<B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib 0x7fff983ba000 - 0x7fff983bbff7 libdnsinfo.dylib (453.18) \<E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib 0x7fff983bc000 - 0x7fff983f2fff libsystem_info.dylib (406.17) \<4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib 0x7fff983f3000 - 0x7fff98414fff com.apple.Ubiquity (1.2 - 243.10) \<F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff986dc000 - 0x7fff98712fff com.apple.DebugSymbols (98 - 98) \<14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff9872e000 - 0x7fff98732ff7 com.apple.TCC (1.0 - 1) \<F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff98766000 - 0x7fff98901fef com.apple.vImage (6.0 - 6.0) \<FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff98e0d000 - 0x7fff98ea7fff com.apple.CoreSymbolication (3.0 - 87) \<75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff98ea8000 - 0x7fff98ea8fff com.apple.Carbon (154 - 155) \<372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff98ea9000 - 0x7fff98eabfff libquarantine.dylib (52) \<4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib 0x7fff98f6c000 - 0x7fff9903eff7 com.apple.CoreText (260.0 - 275.16) \<5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff9906b000 - 0x7fff99073fff liblaunch.dylib (442.26.2) \<2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff99074000 - 0x7fff990aefff com.apple.GSS (3.0 - 2.0) \<0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff99155000 - 0x7fff991a6ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) \<E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff991a7000 - 0x7fff991abff7 com.apple.CommonPanels (1.2.5 - 94) \<AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels

    External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 84208 thread_create: 5 thread_set_state: 0

    VM Region Summary: ReadOnly portion of Libraries: Total=153.5M resident=92.7M(60%) swapped_out_or_unallocated=60.8M(40%) Writable regions: Total=124.0M written=12.6M(10%) resident=32.5M(26%) swapped_out=1332K(1%) unallocated=91.4M(74%)

    REGION TYPE VIRTUAL \=========== \======= CG backing stores 3244K CG image 4K CG shared images 224K CoreServices 2672K MALLOC 91.1M MALLOC guard page 48K MALLOC_LARGE (reserved) 512K reserved VM address space (unallocated) Memory tag=240 4K Memory tag=242 12K Memory tag=251 8K STACK GUARD 56.0M Stack 9820K VMALLOCATE 16.1M __DATA 11.6M __IMAGE 528K __LINKEDIT 54.4M __TEXT 99.2M \_UNICODE 544K mapped file 41.5M shared memory 308K \=========== \======= TOTAL 387.3M TOTAL, minus reserved VM space 386.8M

    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.2 GHz, 8 GB, SMC 1.69f3 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334448302D4348392020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.81.22) Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Network Service: AirPort, AirPort, en1 Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB Serial ATA Device: MATSHITADVD-R UJ-898 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2 USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 7 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 4 USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2 USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfd120000 / 4 USB Device: USB Receiver, 0x046d (Logitech Inc.), 0xc508, 0xfd122000 / 7 USB Device: DualHead2Go-DP, 0x18ea, 0x0009, 0xfd121000 / 6 USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfd123000 / 5 USB Device: Backup+ Desk, 0x0bc2 (Seagate LLC), 0xa0a1, 0xfd123200 / 9 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

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

    Steve, please verify that you are using the correct version of Tkinter with IDLE. See http://www.python.org/download/mac/tcltk/

    2bdbeb88-f356-4f2c-bee4-f237909d7b09 commented 11 years ago

    I have tried both 8.5.11.1 and 8.5.11.2.

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

    This looks like a duplicate of bpo-16177, but for version 3.3.0 instead of 2.7.3. I'm closing this in favor of the prior report.

    Steve, can you try the suggestion from msg172501 in bpo-16177 ?

    2bdbeb88-f356-4f2c-bee4-f237909d7b09 commented 11 years ago

    I have tried renaming my .idlerc file and it seemed yesterday not to work, I just did it again and it is working for the moment.

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

    Steve, could you post the contents of your .idlerc directory? I wonder if "encoding = locale" is the culprit.

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

    You only have an empty "recent-files.lst" file in your posted archive. From what I can tell, there is nothing in common with the other posted .idlerc that had these problems.

    Please do report if the crashes with open parens reoccurs and what was changed in IDLE to trigger it.