This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE.app crashes when attempting to open a .py file
Type: crash Stage: resolved
Components: IDLE, macOS, Tkinter Versions: Python 2.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: ned.deily Nosy List: ned.deily, phyreman, ronaldoussoren
Priority: normal Keywords:

Created on 2010-02-09 23:52 by phyreman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg99141 - (view) Author: John-Michael Glenn (phyreman) Date: 2010-02-09 23:52
This happens every time I try to open any .py file from anywhere in my computer. I start IDLE.app and go to the menu and open a file then it pauses and crashes. I get a similar event when I try to use the Run Module option from the menu, except it doesn't crash it will hang and eventually show a shell window, but it does nothing and I am unable to do anything in either of the two windows. Here is the crash report for when I try to open a file (edited out bluetooth and airport information):

Process:         Python [48392]
Path:            /Applications/Python 2.6/IDLE.app/Contents/MacOS/Python
Identifier:      org.python.IDLE
Version:         2.6.4 (2.6.4)
Code Type:       X86-64 (Native)
Parent Process:  launchd [459]

Date/Time:       2010-02-09 15:25:43.842 -0800
OS Version:      Mac OS X 10.6.2 (10C540)
Report Version:  6

Interval Since Last Report:          895070 sec
Crashes Since Last Report:           28
Per-App Interval Since Last Report:  101706 sec
Per-App Crashes Since Last Report:   13
Anonymous UUID:                      FF835E84-3062-4BF0-8A30-7089C4C5C31B

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 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               	0x00007fff81c15120 objc_msgSend + 44
1   com.apple.CoreFoundation      	0x00007fff80037246 _CFAutoreleasePoolPop + 230
2   com.apple.Foundation          	0x00007fff851512f8 -[NSAutoreleasePool drain] + 158
3   com.tcltk.tklibrary           	0x00000001010bba4f XQueryPointer + 2425
4   com.tcltk.tklibrary           	0x00000001010bbd3f Tk_MacOSXSetupTkNotifier + 614
5   com.tcltk.tcllibrary          	0x000000010076c2ae Tcl_DoOneEvent + 297
6   _tkinter.so                   	0x00000001004e3311 Tkapp_MainLoop + 401
7   org.python.python             	0x00000001000b8018 PyEval_EvalFrameEx + 28696
8   org.python.python             	0x00000001000b8d70 PyEval_EvalCodeEx + 2112
9   org.python.python             	0x00000001000b6d5d PyEval_EvalFrameEx + 23901
10  org.python.python             	0x00000001000b71ba PyEval_EvalFrameEx + 25018
11  org.python.python             	0x00000001000b8d70 PyEval_EvalCodeEx + 2112
12  org.python.python             	0x00000001000b8e56 PyEval_EvalCode + 54
13  org.python.python             	0x00000001000dda8e PyRun_FileExFlags + 174
14  org.python.python             	0x00000001000ddd49 PyRun_SimpleFileExFlags + 489
15  org.python.python             	0x00000001000ed45c Py_Main + 3020
16  Python                        	0x0000000100000ed4 0x100000000 + 3796

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib             	0x00007fff8053ebba kevent + 10
1   libSystem.B.dylib             	0x00007fff80540a85 _dispatch_mgr_invoke + 154
2   libSystem.B.dylib             	0x00007fff8054075c _dispatch_queue_invoke + 185
3   libSystem.B.dylib             	0x00007fff80540286 _dispatch_worker_thread2 + 244
4   libSystem.B.dylib             	0x00007fff8053fbb8 _pthread_wqthread + 353
5   libSystem.B.dylib             	0x00007fff8053fa55 start_wqthread + 13

Thread 2:
0   libSystem.B.dylib             	0x00007fff8053f9da __workq_kernreturn + 10
1   libSystem.B.dylib             	0x00007fff8053fdec _pthread_wqthread + 917
2   libSystem.B.dylib             	0x00007fff8053fa55 start_wqthread + 13

Thread 3:
0   libSystem.B.dylib             	0x00007fff805699e2 select$DARWIN_EXTSN + 10
1   com.tcltk.tcllibrary          	0x000000010079dd86 Tcl_InitNotifier + 1520
2   libSystem.B.dylib             	0x00007fff8055ef8e _pthread_start + 331
3   libSystem.B.dylib             	0x00007fff8055ee41 thread_start + 13

Thread 4:
0   libSystem.B.dylib             	0x00007fff80525e3a mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff805264ad mach_msg + 59
2   com.apple.CoreFoundation      	0x00007fff8004e7a2 __CFRunLoopRun + 1698
3   com.apple.CoreFoundation      	0x00007fff8004dc2f CFRunLoopRunSpecific + 575
4   com.apple.CoreFoundation      	0x00007fff8004d9b6 CFRunLoopRun + 70
5   com.apple.DesktopServices     	0x00007fff87543d86 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514
6   ...ple.CoreServices.CarbonCore	0x00007fff82a5cb4d PrivateMPEntryPoint + 63
7   libSystem.B.dylib             	0x00007fff8055ef8e _pthread_start + 331
8   libSystem.B.dylib             	0x00007fff8055ee41 thread_start + 13

Thread 5:
0   libSystem.B.dylib             	0x00007fff8053f9da __workq_kernreturn + 10
1   libSystem.B.dylib             	0x00007fff8053fdec _pthread_wqthread + 917
2   libSystem.B.dylib             	0x00007fff8053fa55 start_wqthread + 13

Thread 6:
0   libSystem.B.dylib             	0x00007fff8053f9da __workq_kernreturn + 10
1   libSystem.B.dylib             	0x00007fff8053fdec _pthread_wqthread + 917
2   libSystem.B.dylib             	0x00007fff8053fa55 start_wqthread + 13

Thread 7:
0   libSystem.B.dylib             	0x00007fff8053f9da __workq_kernreturn + 10
1   libSystem.B.dylib             	0x00007fff8053fdec _pthread_wqthread + 917
2   libSystem.B.dylib             	0x00007fff8053fa55 start_wqthread + 13

Thread 8:
0   libSystem.B.dylib             	0x00007fff8053f9da __workq_kernreturn + 10
1   libSystem.B.dylib             	0x00007fff8053fdec _pthread_wqthread + 917
2   libSystem.B.dylib             	0x00007fff8053fa55 start_wqthread + 13

Thread 9:
0   libSystem.B.dylib             	0x00007fff805699e2 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation      	0x00007fff80070242 __CFSocketManager + 818
2   libSystem.B.dylib             	0x00007fff8055ef8e _pthread_start + 331
3   libSystem.B.dylib             	0x00007fff8055ee41 thread_start + 13

Thread 10:
0   libSystem.B.dylib             	0x00007fff80525e3a mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff805264ad mach_msg + 59
2   com.apple.opengl              	0x00007fff879fbad9 glcDebugListener + 313
3   libSystem.B.dylib             	0x00007fff8055ef8e _pthread_start + 331
4   libSystem.B.dylib             	0x00007fff8055ee41 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00000001008c1c00  rbx: 0x00000001139cb700  rcx: 0x0000000116502ef6  rdx: 0x0000000000000000
  rdi: 0x00000001139cb700  rsi: 0x00007fff86ba2558  rbp: 0x00007fff5fbfeb50  rsp: 0x00007fff5fbfeb18
   r8: 0x7000000000000000   r9: 0x0000000116117740  r10: 0x000000011612d590  r11: 0x0000000116502ef6
  r12: 0x0000000100c81a00  r13: 0x0000000100c81a00  r14: 0x00007fff700363a0  r15: 0x0000000000000000
  rip: 0x00007fff81c15120  rfl: 0x0000000000010206  cr2: 0x0000000055d07000

Binary Images:
       0x100000000 -        0x100000fff +Python ??? (???) <93AE5D90-3A0D-DBF3-CC07-71F7D8ED12E9> /Applications/Python 2.6/IDLE.app/Contents/MacOS/Python
       0x100003000 -        0x100155fe7 +org.python.python 2.6.4, (c) 2004-2008 Python Software Foundation. (2.6.4) <CAD556F4-9264-1D6C-C08C-3E42FF2B9014> /Library/Frameworks/Python.framework/Versions/2.6/Python
       0x1002f6000 -        0x1002f9ff7 +strop.so ??? (???) <F4BB8FA4-9A11-F90F-AA22-102656C4F44C> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/strop.so
       0x10049a000 -        0x1004a2ff7 +_socket.so ??? (???) <262AE2EE-0F8D-5B90-BABB-4A582EC8EBCE> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_socket.so
       0x1004ac000 -        0x1004b0ff7 +_ssl.so ??? (???) <2EBDD47B-F57E-F550-2DFF-57A6AEFBE1C1> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_ssl.so
       0x1004b6000 -        0x1004b8fff +cStringIO.so ??? (???) <F5BA92A5-BA62-B238-B7E8-7D4570CD574C> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cStringIO.so
       0x1004be000 -        0x1004c0fff +time.so ??? (???) <BEBB8BED-3DFD-2808-A538-C5DE75E8EC4C> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/time.so
       0x1004c5000 -        0x1004c6ff7 +_functools.so ??? (???) <D69C7AD7-6E45-31D6-BF32-B74F593D0D70> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_functools.so
       0x1004c9000 -        0x1004cdff7 +_collections.so ??? (???) <82EF05C3-28C5-AF63-9C15-DDA7AF1277DA> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_collections.so
       0x1004d3000 -        0x1004d7fff +operator.so ??? (???) <08CAD3FE-1E5E-2D58-3C9E-53794DE23BB4> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/operator.so
       0x1004df000 -        0x1004e7ff7 +_tkinter.so ??? (???) <DDB62008-C0E0-CB49-345C-9BD8B32DE11D> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_tkinter.so
       0x1006f7000 -        0x1007d5fff  com.tcltk.tcllibrary 8.5.7 (8.5.7) <58C89B97-8F2D-F83D-FBAD-70C9E8759DD0> /System/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl
       0x101000000 -        0x101108fef  com.tcltk.tklibrary 8.5.7 (8.5.7) <7904B095-6503-0263-5CA8-CE5F6C427FE6> /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk
       0x1011cc000 -        0x1011d2ff7 +itertools.so ??? (???) <BAB24956-4407-14FD-97DB-692219EA34AE> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/itertools.so
       0x1011dc000 -        0x1011dffff +select.so ??? (???) <A8D51D88-38BB-86B7-F931-2047D8E6BB8D> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/select.so
       0x1011e5000 -        0x1011e6ff7 +fcntl.so ??? (???) <9C470F5E-50B6-7ECB-9B1C-3A4B04503C6B> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/fcntl.so
       0x1011e9000 -        0x1011eefff +_struct.so ??? (???) <2C59DE6C-CBE0-E277-9073-6F59A9B76BE2> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_struct.so
       0x1011f6000 -        0x1011f9ff7 +binascii.so ??? (???) <C20C040C-558A-FD06-BB65-1D1E25F09A1B> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/binascii.so
       0x1011fd000 -        0x1011fdfff +_bisect.so ??? (???) <E12C901C-C4DE-2FFF-4DAD-320FA0BF342E> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_bisect.so
       0x1015c3000 -        0x1015c4ff7 +icglue.so ??? (???) <87C3EE0D-19E8-3E31-D8DD-DD02E57BBC69> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/icglue.so
       0x1015c8000 -        0x1015ccff7 +_Res.so ??? (???) <5D45A6EF-E113-91F4-592A-6CA52D0B3EC8> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_Res.so
       0x1015d2000 -        0x1015d7fff +_File.so ??? (???) <10D16380-0726-910E-CECE-EA8D03291287> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_File.so
       0x1015e0000 -        0x1015e1ff7 +MacOS.so ??? (???) <7F7E362E-FD66-4281-6B15-79A2DBF9A14C> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/MacOS.so
       0x1016a5000 -        0x1016a8fff +math.so ??? (???) <A6937C5E-8DAF-FA03-0E32-8337631B0E2E> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/math.so
       0x1016ae000 -        0x1016affff +_random.so ??? (???) <3C3EF68B-C248-0957-7251-980C9FE3BD29> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_random.so
       0x1016b3000 -        0x1016b5ff7 +_locale.so ??? (???) <08BD827C-EB27-52EE-F932-3402959473A4> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_locale.so
       0x1016f9000 -        0x101709ff7 +cPickle.so ??? (???) <FAE0109D-401F-2DBC-A8F0-853BD4B1FC1E> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/cPickle.so
       0x101712000 -        0x101713ff7 +_heapq.so ??? (???) <96BBE9D8-AD16-AD7E-1B04-5AB9DD770C11> /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_heapq.so
       0x113749000 -        0x11374efff  com.apple.qldisplay.Text 2.1 (327.3) <2683743E-BB44-3F07-48CB-535DC0EFAE92> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/Resources/DisplayBundles/Text.qldisplay/Contents/MacOS/Text
       0x113755000 -        0x11375afff  com.apple.qldisplay.Generic 2.1 (327.3) <A231C62A-B935-9F74-DE16-6C6FD2C2F295> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/Resources/DisplayBundles/Generic.qldisplay/Contents/MacOS/Generic
       0x118bba000 -        0x118d45ff7  GLEngine ??? (???) <87000128-AB5F-9631-CB53-5A792E58E655> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x118d75000 -        0x119233fe7  com.apple.driver.AppleIntelGMAX3100GLDriver 1.6.6 (6.0.6) <BC0CEAB3-467F-D9A7-98A4-FB7DC9FD149C> /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/AppleIntelGMAX3100GLDriver
       0x11945e000 -        0x11947dfff  GLRendererFloat ??? (???) <5868E7F1-BAC2-F896-9DAA-D5ABDFA9A7C2> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80003000 -     0x7fff80176ff7  com.apple.CoreFoundation 6.6.1 (550.13) <1E952BD9-37C6-16BE-B2F0-CD92A6283D37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff80180000 -     0x7fff801b5ff7  libcups.2.dylib ??? (???) <B7854E3A-784F-5033-1A47-CF2AE40C5855> /usr/lib/libcups.2.dylib
    0x7fff801b6000 -     0x7fff801d1ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff801d2000 -     0x7fff801ebfff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff801ec000 -     0x7fff8023bff7  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fff80272000 -     0x7fff802f6fe7  com.apple.print.framework.PrintCore 6.1 (312.3) <33C0EADA-243E-1897-335D-17C5DC6A14A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff802f7000 -     0x7fff80322ff7  libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff803b6000 -     0x7fff80438fe7  com.apple.QuickLookUIFramework 2.1 (327.3) <A35335F3-BC7B-1341-D934-45ACC19FFEC3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff80439000 -     0x7fff80495fff  libGLU.dylib ??? (???) <6A6612BC-1AF9-08EC-80B2-B697238EED47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff80496000 -     0x7fff80496ff7  com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff804a3000 -     0x7fff804e6fff  libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff804e7000 -     0x7fff804e7ff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff804e8000 -     0x7fff80517ff7  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
    0x7fff80525000 -     0x7fff806e3ff7  libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
    0x7fff806e6000 -     0x7fff8072dff7  com.apple.coreui 2 (113) <60D2FE5C-8470-A0F4-379B-1E90FBD4FE7D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8072e000 -     0x7fff807befff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff807bf000 -     0x7fff807d0fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
    0x7fff8080c000 -     0x7fff8083dfef  libTrueTypeScaler.dylib ??? (???) <8291D9BB-97B2-AD06-D565-58A14A20D617> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8083e000 -     0x7fff80bd6fff  com.apple.QuartzCore 1.6.1 (227.8) <E296B174-F7CB-F021-D103-091CCB33BBEB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff80bd7000 -     0x7fff80c07fef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff80c08000 -     0x7fff80c1eff7  com.apple.MultitouchSupport.framework 204.9 (204.9) <2BBD800A-0456-D90D-3205-8CE61F3A8F05> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff80c5e000 -     0x7fff80e98ff7  com.apple.imageKit 2.0.1 (1.0) <5E32976B-5CEB-6316-2B5C-2ABFEF588E4F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff80e99000 -     0x7fff8158d537  com.apple.CoreGraphics 1.536.12 (???) <0DCA088B-0C6B-146F-0341-9E0212B5CA50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff816ee000 -     0x7fff8174bfef  com.apple.framework.IOKit 2.0 (???) <EBBEED67-D5BE-5F7F-96F4-9023BBA1B913> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8174c000 -     0x7fff8176dfff  libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff8176e000 -     0x7fff8188ffe7  libcrypto.0.9.8.dylib ??? (???) <32F2A87F-B146-BBF2-3AD1-494C686F1EE3> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff81890000 -     0x7fff8189bff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff8189c000 -     0x7fff81b05fff  com.apple.QuartzComposer 4.1 (156.10) <F5569DC9-15E9-0815-3032-7E1257F36A3E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff81b06000 -     0x7fff81c0ffff  com.apple.MediaToolbox 0.420.18 (420.18) <0A2444E8-DA72-7DC8-084F-D78D28E5C74F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff81c10000 -     0x7fff81cc6fff  libobjc.A.dylib ??? (???) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff81cca000 -     0x7fff81cd9fff  com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff81f51000 -     0x7fff820bdff7  com.apple.QTKit 7.6.3 (1591.3) <2AD2AC43-F6A8-F2CE-CCFE-9E8E38E47BB0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff820be000 -     0x7fff82101ff7  libRIP.A.dylib ??? (???) <9CA0768E-C2DF-61FD-F475-DB48F4219B49> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff82102000 -     0x7fff82102ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff82103000 -     0x7fff823f3ff3  com.apple.RawCamera.bundle 2.3.0 (505) <E65CF964-5AFF-805A-E24C-4A9E2E3D4759> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff823f4000 -     0x7fff82449fef  com.apple.framework.familycontrols 2.0 (2.0) <8DD78DC7-4C73-EDE6-86A4-BC35B335ED5F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff82505000 -     0x7fff825c1ff7  libFontParser.dylib ??? (???) <99DEA723-9D02-2361-E3C7-034E25C5B829> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff825c2000 -     0x7fff828c0fe7  com.apple.HIToolbox 1.6.2 (???) <D463A388-244E-047A-E49A-4DA6C15BD1BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff828c1000 -     0x7fff82970fff  edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff82987000 -     0x7fff82998fef  libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff82999000 -     0x7fff829dffe7  libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff829e0000 -     0x7fff82a2aff7  com.apple.Metadata 10.6.2 (507.4) <A28A5E0C-DCDC-A5CE-4EB7-39752E63956A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff82a2b000 -     0x7fff82a41fff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff82a42000 -     0x7fff82a55fff  libGL.dylib ??? (???) <5F9DAF5F-C25C-B6C2-C9BC-3D91D723FD85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff82a56000 -     0x7fff82d88fef  com.apple.CoreServices.CarbonCore 861.2 (861.2) <39F3B259-AC2A-792B-ECFE-4F3E72F2D1A5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff82fb1000 -     0x7fff82fbefe7  libCSync.A.dylib ??? (???) <F4066C8C-2A3E-4F2F-9F4D-03DB56F7C5CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff82fbf000 -     0x7fff8304efff  com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff831b8000 -     0x7fff83235fef  libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff83376000 -     0x7fff833e2ff7  com.apple.CorePDF 1.1 (1.1) <3D51A551-50C5-DDD5-9A79-9679DA2806B0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff835d3000 -     0x7fff835d3ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff835d4000 -     0x7fff835f6ff7  com.apple.opencl 12 (12) <533D6753-D6E4-EC34-E93B-8F6498B50FBA> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff83627000 -     0x7fff83b1fff7  com.apple.VideoToolbox 0.420.18 (420.18) <428CE263-C02B-421D-7772-FC73EFF180A3> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff83b81000 -     0x7fff83be3fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff83be4000 -     0x7fff83c4efe7  libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff83c4f000 -     0x7fff83c51fff  libRadiance.dylib ??? (???) <376EAE92-8F25-9202-CC35-8EED5BD471FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff83c52000 -     0x7fff83c58ff7  IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff83cb2000 -     0x7fff83cd6ff7  com.apple.CoreVideo 1.6.0 (43.1) <FF310442-03F4-648D-4CD2-D7AC459901D5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff83cd7000 -     0x7fff83cdffff  com.apple.DisplayServicesFW 2.2 (2.2) <2C497E53-F471-5930-D15D-C033C438F39C> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff83ce0000 -     0x7fff83ce1fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff84720000 -     0x7fff84725ff7  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
    0x7fff8474d000 -     0x7fff84775fff  com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff84776000 -     0x7fff847b1ff7  com.apple.CoreMediaIOServices 124.0 (850) <B71C361C-105E-EDD2-5AEE-10E640445561> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
    0x7fff849d4000 -     0x7fff849d7ff7  com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff849fd000 -     0x7fff84a00ff7  libCoreVMClient.dylib ??? (???) <1C6D04BA-5F78-CC4D-26CB-7904919042B9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff84a4c000 -     0x7fff84a85ff7  com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff84a86000 -     0x7fff84ec9fef  libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff84eca000 -     0x7fff84ed8ff7  libkxld.dylib ??? (???) <568C35E7-B101-3F1E-0361-3E1E9F15C90B> /usr/lib/system/libkxld.dylib
    0x7fff84f22000 -     0x7fff85060fff  com.apple.CoreData 102.1 (250) <8DDA49A1-F78C-DE30-8B58-EBC49E4E7ABF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff85061000 -     0x7fff85075ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8512b000 -     0x7fff853acfe7  com.apple.Foundation 6.6.1 (751.14) <767349DB-C486-70E8-7970-F13DB4CDAF37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff853ad000 -     0x7fff853adff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff853ae000 -     0x7fff85467fff  libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff8560a000 -     0x7fff8560bff7  com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <98969AA3-2394-34B5-2DC3-7F4187E96D26> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8560c000 -     0x7fff8560efff  com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8560f000 -     0x7fff856dbfff  com.apple.CFNetwork 454.5 (454.5) <319C7138-2839-DA5E-413A-618248BD4A32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff856dc000 -     0x7fff85768fef  SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff85769000 -     0x7fff8576aff7  com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8576b000 -     0x7fff857ebff7  com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <04677A98-142E-9C0E-18A7-4C74275856B7> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
    0x7fff857ec000 -     0x7fff857f1fff  libGIF.dylib ??? (???) <9DB87A71-27B7-A909-461B-F886DB2BD622> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff857fa000 -     0x7fff857feff7  libCGXType.A.dylib ??? (???) <E11B4D25-2251-4646-118C-87BD4C57A194> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff85900000 -     0x7fff85947fef  com.apple.QuickLookFramework 2.1 (327.3) <6B3D79C5-E19B-97E1-673F-74731A0B188B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff85948000 -     0x7fff859e2fff  com.apple.ApplicationServices.ATS 4.1 (???) <E2A107C5-0230-265A-E40D-CFE0219C99E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff859e3000 -     0x7fff859e3ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff85a0e000 -     0x7fff85a12ff7  libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff85a13000 -     0x7fff85b1dff7  com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
    0x7fff85b1e000 -     0x7fff85c42fe7  com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <466C5725-8311-41F1-1653-EB5C80644ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff85c43000 -     0x7fff85c48fff  libGFXShared.dylib ??? (???) <05345B3E-5705-3C2A-464E-052B1DDA45B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff85c49000 -     0x7fff85cfefe7  com.apple.ink.framework 1.3.1 (105) <5AA00FE5-B251-44AF-5108-44AA927C053C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff85cff000 -     0x7fff85d05fff  libCGXCoreImage.A.dylib ??? (???) <B6A66067-68D9-7644-B4AF-EEA3B2AACA8D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff85d0e000 -     0x7fff85d52fef  com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff85d5f000 -     0x7fff85fe4fe7  com.apple.security 6.1.1 (37594) <E5DA8BFD-4A48-EFD4-E938-3BDFB356A8AF> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff85fe5000 -     0x7fff861a3fff  libicucore.A.dylib ??? (???) <5BD16988-545F-6A8C-9A6F-FB18ACDCAEC2> /usr/lib/libicucore.A.dylib
    0x7fff861a4000 -     0x7fff86260ff7  com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff86261000 -     0x7fff86261ff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff862e1000 -     0x7fff863bbff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff863bc000 -     0x7fff863dafff  libPng.dylib ??? (???) <7635B74B-5415-9767-A881-E0B017F62376> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff863db000 -     0x7fff863edfe7  libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff863ee000 -     0x7fff8646dfff  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <2633DFAC-F6A6-489D-8DF0-F12639CCD8C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8646e000 -     0x7fff86e62fff  com.apple.AppKit 6.6.3 (1038.25) <2F7A5AC8-29E7-9B5F-D3F1-4C7F5821BB80> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff86fbd000 -     0x7fff86fd2ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <E83DAF4F-F284-BE0B-3D9D-D573023098B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff86fd3000 -     0x7fff87022fef  libTIFF.dylib ??? (???) <796A1E6E-09B0-64F4-35F7-2ACEE9C2B429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8743c000 -     0x7fff87541fe7  libGLProgrammability.dylib ??? (???) <50498DA4-A2D6-260E-5C6E-994AF9BBDB98> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff87542000 -     0x7fff87626fff  com.apple.DesktopServices 1.5.3 (1.5.3) <F443ED58-3761-116F-A8B2-C6DC29B7D119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff87643000 -     0x7fff87684ff7  com.apple.SystemConfiguration 1.10.1 (1.10.1) <FFCA91A7-ADDB-E3D0-234A-47609BC37556> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff87685000 -     0x7fff876c2fef  libFontRegistry.dylib ??? (???) <8712832A-A980-3AAF-0D88-50164898F38E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff876c3000 -     0x7fff87848fef  com.apple.JavaScriptCore 6531.21 (6531.21.9) <FB6CF9E3-A3B1-8C45-1D91-756679DE36FB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff87921000 -     0x7fff8795bfff  libssl.0.9.8.dylib ??? (???) <0714FA32-C193-CD96-80D1-6FCF06A0ED2E> /usr/lib/libssl.0.9.8.dylib
    0x7fff8795c000 -     0x7fff87962ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff87963000 -     0x7fff879b4fe7  com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff879b5000 -     0x7fff879f6fef  com.apple.QD 3.33 (???) <3F528878-21F5-B2B5-8A9B-DF067BF91922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff879f7000 -     0x7fff87a06fef  com.apple.opengl 1.6.5 (1.6.5) <30D6B03B-4B4C-1F78-1FDB-0403E7FE8707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff87a07000 -     0x7fff87a1dfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff87a1e000 -     0x7fff87a3eff7  com.apple.DirectoryService.Framework 3.6 (621.1) <FC0C2E15-84E2-B4A8-18EE-3AE620111627> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff87a3f000 -     0x7fff87a74fff  libGLImage.dylib ??? (???) <8AB3A26A-4CC4-4E6D-95CC-530FD7204599> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff87a75000 -     0x7fff87a75ff7  com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87aa1000 -     0x7fff87adcff7  com.apple.AE 496.1 (496.1) <27D2D2E9-B309-7E65-8C3F-7FF01148F0DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff87add000 -     0x7fff87ae0fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff87ae1000 -     0x7fff87b48fef  com.apple.AppleVAFramework 4.7.5 (4.7.5) <68D4E82B-7D55-A963-FF0B-80F276C1F2DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff87b49000 -     0x7fff87b54ff7  com.apple.HelpData 2.0.4 (34) <B44D2E2A-BC1E-CD63-F8A1-C9465491693A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff87b79000 -     0x7fff87bf6fe7  com.apple.CoreText 3.1.0 (???) <B4BFF82D-CA77-9A8E-2C7E-66367E807C7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff87bf7000 -     0x7fff87c1dfe7  libJPEG.dylib ??? (???) <89DFAA03-2801-BB31-1F4D-1AE0804E08BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff87c1e000 -     0x7fff88428fe7  libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff88444000 -     0x7fff885fefef  com.apple.ImageIO.framework 3.0.1 (3.0.1) <10202E28-34DD-71CA-BE5D-1BE5C8DE2198> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff88656000 -     0x7fff886beff7  com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff88844000 -     0x7fff888e4fff  com.apple.LaunchServices 362 (362) <CCBFC037-7162-E392-B11F-90098891AE20> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff888eb000 -     0x7fff888f2fff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff888f5000 -     0x7fff88a0cfef  libxml2.2.dylib ??? (???) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff88a0d000 -     0x7fff88a59fff  libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff88a5a000 -     0x7fff88b0eff7  com.apple.ColorSync 4.6.2 (4.6.2) <78A86D96-7758-6BFE-7231-A0C70F185FDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff88b4d000 -     0x7fff88b4efff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x7fff88b4f000 -     0x7fff88b8afe7  com.apple.CoreMedia 0.420.18 (420.18) <30166EED-C905-A818-9C3C-32E4EEA20995> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib

Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.31f0
Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
msg99156 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-02-10 07:06
Do you use your an installer from python.org or your own build? The crashlog seems to indicate the latter (because of the Code Type).

Which version of Tk are you using? Which OS release?

I know there are issues with the system Tk 8.5 on OSX 10.6, although this is a new type of problem and and probably unrelated to the other ones.

Something what might give us further information: start IDLE by running "/Applications/Python 2.6/IDLE.app/Contents/MacOS/IDLE" from a terminal window (including the quotes). That will show any output from the IDLE process in the terminal window, where it is easier to collect it than from the system log.   With some luck this will show that IDLE is doing something that it shouldn't.
msg99158 - (view) Author: John-Michael Glenn (phyreman) Date: 2010-02-10 08:05
I compiled it myself.

"I know there are issues with the system Tk 8.5 on OSX 10.6, although this is a new type of problem and and probably unrelated to the other ones."

...crap, I have 8.5 on 10.6.2

"...start IDLE by running "/Applications/Python 2.6/IDLE.app/Contents/MacOS/IDLE" from a terminal window (including the quotes). That will show any output from the IDLE process in the terminal window, where it is easier to collect it than from the system log.   With some luck this will show that IDLE is doing something that it shouldn't."

When I try to open a file it crashes and only spits out "Segmentation fault". When I try to test a module it just hangs and keeps me from doing anything at all but stare at my code. But it only does this once for each file that I try to test. So if I force quit it and open that same file again and test the module, it'll work just fine.
msg130410 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2011-03-09 03:25
Now that ActiveState has released a version of Tcl/Tk 8.5 (8.5.9.2) for Mac OS X that is also an Aqua Cocoa Tk (like the Apple-supplied Tk 8.5.7 in 10.6), versions of Python linked with the new ActiveTcl 8.5.9 do not display the kind of problem reported here as well as a number of other problems reported elsewhere.  For 2.6 (which is now in security-fix-only mode since the release of Python 2.7), you might need to modify Python's setup.py to link properly with the ActiveState 8.5.9 or with Tcl/Tk 8.4.

There is now a webpage that summarizes the somewhat confusing state of affairs with regard to Tcl/Tk support with Python on Mac OS X:

  http://www.python.org/download/mac/tcltk/
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52144
2011-03-09 03:25:36ned.deilysetstatus: open -> closed

assignee: ronaldoussoren -> ned.deily

nosy: + ned.deily
messages: + msg130410
resolution: not a bug
stage: resolved
2010-02-10 08:05:12phyremansetmessages: + msg99158
2010-02-10 07:06:51ronaldoussorensetmessages: + msg99156
2010-02-10 00:39:47brian.curtinsetassignee: ronaldoussoren

components: + macOS
nosy: + ronaldoussoren
2010-02-09 23:52:30phyremancreate