Tkinter, IDLE keeps crashing

A

Ash Courchene

Hey,

So I've actually had this problem for awhile, and I cant seem to get anything to work. I've followed all the steps & procedures that my google searches have provide me, but I can't seem to get the Tkinter module or the PythonIDLE IDE to work.

For instance, if I click IDLE on my mac, it'll open up for a quick sec & produce an error.
Or if I go into the Python interpreter, I import Tkinter, call Tk()
Then it says: CGColor 1 components Abort Trap: 6, then get an error. I'll post this crash report below.

My system is a Mac OS X 10.7 Lion.
I'm running 2.7.3 Python
I've installed the recommended version of ActiveState TCL/TK

I still have problems. Does anyone have this problem, or know how to fix it?

Process: Python [32420]
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 [32392]

Date/Time: 2013-02-17 16:37:48.197 -0500
OS Version: Mac OS X 10.7.5 (11G63)
Report Version: 9

Interval Since Last Report: 259971 sec
Crashes Since Last Report: 14
Per-App Interval Since Last Report: 3 sec
Per-App Crashes Since Last Report: 12
Anonymous UUID: 7007EE86-A10A-47A6-9F6D-76D091A76136

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

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

Application Specific Information:
abort() called
objc[32420]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8aea2ce2 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff8af097d2 pthread_kill + 95
2 libsystem_c.dylib 0x00007fff8aefaa7a abort + 143
3 Tcl 0x0000000100623de7 Tcl_PanicVA + 449
4 Tcl 0x0000000100623e89 Tcl_Panic + 162
5 Tk 0x00000001010acd8d TkpGetColor + 383
6 Tk 0x00000001010bab1f TkpMenuInit + 156
7 Tk 0x000000010103c764 TkMenuInit + 88
8 Tk 0x00000001010bd803 -[TKApplication(TKMenus) _setupMenus] + 53
9 Tk 0x00000001010b75da -[TKApplication(TKInit) _setup:] + 56
10 Tk 0x00000001010b7b13 TkpInit + 545
11 Tk 0x000000010102de42 Initialize + 1678
12 _tkinter.so 0x00000001005a0d2b Tcl_AppInit + 75
13 _tkinter.so 0x000000010059e1b4 Tkinter_Create + 916
14 org.python.python 0x00000001000c1e7d PyEval_EvalFrameEx + 25213
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 0x000000010001e97b instancemethod_call +363
19 org.python.python 0x000000010000c362 PyObject_Call + 98
20 org.python.python 0x00000001000ba947 PyEval_CallObjectWithKeywords + 87
21 org.python.python 0x0000000100021c0e PyInstance_New + 126
22 org.python.python 0x000000010000c362 PyObject_Call + 98
23 org.python.python 0x00000001000bf2c8 PyEval_EvalFrameEx + 14024
24 org.python.python 0x00000001000c286d PyEval_EvalFrameEx + 27757
25 org.python.python 0x00000001000c4149 PyEval_EvalCodeEx + 2137
26 org.python.python 0x00000001000c4266 PyEval_EvalCode + 54
27 org.python.python 0x00000001000e8a0c PyRun_InteractiveOneFlags + 380
28 org.python.python 0x00000001000e8c6e PyRun_InteractiveLoopFlags + 78
29 org.python.python 0x00000001000e9451 PyRun_AnyFileExFlags + 161
30 org.python.python 0x000000010010006d Py_Main + 3085
31 org.python.python 0x0000000100000f14 0x100000000 + 3860

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8aea37e6 kevent + 10
1 libdispatch.dylib 0x00007fff885e9786 _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff885e8316 _dispatch_mgr_thread + 54

Thread 2:
0 libsystem_kernel.dylib 0x00007fff8aea3192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8af09594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8af0ab85 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8aea3192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8af09594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8af0ab85 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfdd48rdx: 0x0000000000000000
rdi: 0x0000000000000f07 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfdd70rsp: 0x00007fff5fbfdd48
r8: 0x00007fff7899bfb8 r9: 0x00007fff5fbfdd68 r10: 0x00007fff8aea2d0ar11: 0xffffff80002dad60
r12: 0x0000000100690b60 r13: 0x0000000000000001 r14: 0x00007fff7899e960r15: 0x0000000000000000
rip: 0x00007fff8aea2ce2 rfl: 0x0000000000000246 cr2: 0x00007fff7904dff8
Logical CPU: 0

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
0x1002ed000 - 0x1002effff +readline.so (??? - ???) <A33567B3-2793-9387-FD19-41FFD86C18E5> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/readline.so
0x1004b0000 - 0x1004d4fff libedit.2.dylib (3.0.0 - compatibility 2.0.0) <C9988296-4EAC-3F56-A5A9-F4767BB35AD2> /usr/lib/libedit.2.dylib
0x10059a000 - 0x1005a2ff7 +_tkinter.so (??? - ???) <EB2AB471-8D8E-8EC5-FAE5-51731C5464C2> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_tkinter.so
0x1005ab000 - 0x100688fef +Tcl (8.5.13 - 8.5.13) <C9119697-4061-C010-6D10-497090456D5B> /Library/Frameworks/Tcl.framework/Versions/8.5/Tcl
0x101000000 - 0x10110eff7 +Tk (8.5.13 - 8.5.13) <FF051D43-39FF-B3F1-C1C6-5562EC2C01C0> /Library/Frameworks/Tk.framework/Versions/8.5/Tk
0x7fff6d50a000 - 0x7fff6d53ebaf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
0x7fff885e6000 - 0x7fff885f4fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
0x7fff88633000 - 0x7fff886b8ff7 com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff88850000 - 0x7fff88850fff libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
0x7fff88851000 - 0x7fff88958fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
0x7fff889cf000 - 0x7fff88a96ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff88a97000 - 0x7fff88ab8fff libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff88ab9000 - 0x7fff88ab9fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff88aba000 - 0x7fff88abafff com.apple.audio.units.AudioUnit (1..7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff89070000 - 0x7fff89075fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff89076000 - 0x7fff89077fff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
0x7fff89078000 - 0x7fff890eeff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
0x7fff8916e000 - 0x7fff89173ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff89174000 - 0x7fff89175ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff89176000 - 0x7fff892ddfff com.apple.CFNetwork (520.5.1 - 520..5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff892f3000 - 0x7fff89334fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff89335000 - 0x7fff89375ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
0x7fff893d1000 - 0x7fff893d7fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff893d8000 - 0x7fff893f5fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
0x7fff893f6000 - 0x7fff893f6fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff893f7000 - 0x7fff89414ff7 com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff89517000 - 0x7fff8956bfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff895ad000 - 0x7fff89781ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8978c000 - 0x7fff8978efff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8978f000 - 0x7fff897bfff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff897c0000 - 0x7fff897c6fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
0x7fff897c7000 - 0x7fff897e3ff7 com.apple.GenerationalStorage (1.0- 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff897e4000 - 0x7fff89868ff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8986c000 - 0x7fff8986cfff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8986d000 - 0x7fff8987bfff com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8987c000 - 0x7fff898e7ff7 com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit..framework/Versions/A/IOKit
0x7fff899d2000 - 0x7fff899d2fff com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff899d3000 - 0x7fff89a13fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff89a16000 - 0x7fff89a16fff com.apple.Accelerate.vecLib (3.7 -vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff89a17000 - 0x7fff89aadff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff89ae4000 - 0x7fff89bd9fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff89bfa000 - 0x7fff89c94ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff89c95000 - 0x7fff89c98ff7 com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff89c99000 - 0x7fff89f8eff7 com.apple.security (7.0 - 55148.6)<4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security..framework/Versions/A/Security
0x7fff89f8f000 - 0x7fff89f90ff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
0x7fff89f91000 - 0x7fff89f94fff com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff89f95000 - 0x7fff8a010ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8a011000 - 0x7fff8a285fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8ad83000 - 0x7fff8ad84fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
0x7fff8ad85000 - 0x7fff8ad90ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8ae8c000 - 0x7fff8aeacfff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
0x7fff8aead000 - 0x7fff8aeb8ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8aeb9000 - 0x7fff8af96fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
0x7fff8af99000 - 0x7fff8af9dfff libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
0x7fff8afeb000 - 0x7fff8b001ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8b010000 - 0x7fff8b013fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8b0c6000 - 0x7fff8b101fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff8b102000 - 0x7fff8b162fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8b164000 - 0x7fff8b166ff7 com.apple.print.framework.Print (7..4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8b167000 - 0x7fff8b175ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
0x7fff8b176000 - 0x7fff8b189ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
0x7fff8b1bd000 - 0x7fff8b2c9fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8b2ca000 - 0x7fff8b3aeff7 com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8b3bb000 - 0x7fff8b3e4fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8b3e5000 - 0x7fff8b3eafff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
0x7fff8b3f3000 - 0x7fff8b400fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff8b478000 - 0x7fff8b47dfff com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8c1cb000 - 0x7fff8c4e7fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8c4e8000 - 0x7fff8c4ecfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
0x7fff8c4f9000 - 0x7fff8c51dfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8c574000 - 0x7fff8c627ff7 com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8c628000 - 0x7fff8cc0cfff libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8d09e000 - 0x7fff8d0d1ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8da11000 - 0x7fff8da1eff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
0x7fff8da1f000 - 0x7fff8e625fff com.apple.AppKit (6.7.5 - 1138.51)<44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8e626000 - 0x7fff8e652ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8e6a9000 - 0x7fff8e701ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8e702000 - 0x7fff8f0a0a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8f463000 - 0x7fff8f46cff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
0x7fff8f471000 - 0x7fff8f478ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8f479000 - 0x7fff8f55de5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8f55e000 - 0x7fff8f694fff com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8f695000 - 0x7fff8f69afff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff8f69b000 - 0x7fff8f9b4fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8f9da000 - 0x7fff8f9deff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8fbcf000 - 0x7fff8fc70fff com.apple.LaunchServices (480.40 -480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8feb5000 - 0x7fff8feb6fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8feb7000 - 0x7fff8febcfff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache..dylib
0x7fff8feed000 - 0x7fff8feedfff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff8feee000 - 0x7fff8ff04fff libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8ff44000 - 0x7fff8ff46fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
0x7fff8ff47000 - 0x7fff8ff56fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8ff73000 - 0x7fff8ff99fff com.apple.framework.familycontrols(3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8ff9a000 - 0x7fff8ffa2fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8ffa3000 - 0x7fff8ffe2fff com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8ffe3000 - 0x7fff901e5fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
0x7fff904ac000 - 0x7fff90514ff7 com.apple.audio.CoreAudio (4.0.3 -4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff90515000 - 0x7fff9052afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff905ad000 - 0x7fff905ffff7 libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff90c71000 - 0x7fff9109efff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff91333000 - 0x7fff9155dfe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff915b6000 - 0x7fff916bbfff libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff916bc000 - 0x7fff91b83fff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff91b85000 - 0x7fff91b8fff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
0x7fff91b90000 - 0x7fff91c9dfff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff91cbb000 - 0x7fff91ce4fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff92104000 - 0x7fff92177fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff921c5000 - 0x7fff921fffe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff923df000 - 0x7fff92407fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff9240e000 - 0x7fff92432fff com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff9245a000 - 0x7fff9245afff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff92576000 - 0x7fff925deff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff925df000 - 0x7fff9263aff7 com.apple.opencl (2.0.19 - 2.0.19)<B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff9263b000 - 0x7fff92642fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
0x7fff9264b000 - 0x7fff92656fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff92657000 - 0x7fff926b3ff7 com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff92772000 - 0x7fff92779fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9277a000 - 0x7fff9277bfff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
0x7fff92a6b000 - 0x7fff92b10fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff92eec000 - 0x7fff92eeffff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff92f53000 - 0x7fff9327ffff com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff93280000 - 0x7fff932cefff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
0x7fff93382000 - 0x7fff93394ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff93928000 - 0x7fff939cafff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff93a46000 - 0x7fff93b48fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
0x7fff93b49000 - 0x7fff93b5dff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff93b5e000 - 0x7fff93b75fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff93b76000 - 0x7fff93b76fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff93f17000 - 0x7fff93f1efff libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff93f1f000 - 0x7fff93f8ffff com.apple.datadetectorscore (3.0 -179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff93f90000 - 0x7fff93fa7fff com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff93fa8000 - 0x7fff93ffcff7 com.apple.ScalableUserInterface (1..0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff93ffd000 - 0x7fff93ffeff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff93fff000 - 0x7fff94005ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff946cb000 - 0x7fff9474efef com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff948bc000 - 0x7fff94932fff com.apple.CoreSymbolication (2.2 -73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff94933000 - 0x7fff94a4cfff com.apple.DesktopServices (1.6.5 -1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff94bd8000 - 0x7fff94cb7fff com.apple.ImageIO.framework (3.1.2- 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff94cb8000 - 0x7fff94ccaff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff94d93000 - 0x7fff94ddfff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff94de0000 - 0x7fff94dfffff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff94e00000 - 0x7fff94e62ff7 com.apple.Symbolication (1.3 - 91)<B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff95113000 - 0x7fff95270fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff952f4000 - 0x7fff95303ff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
0x7fff95304000 - 0x7fff9533efff libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses..5.4.dylib
0x7fff9533f000 - 0x7fff95341fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff95342000 - 0x7fff9536dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
0x7fff9536e000 - 0x7fff9550eff7 com.apple.QuartzCore (1.7 - 270.5)<19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff9550f000 - 0x7fff95551ff7 libcommonCrypto.dylib (55010.0.0 -compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
0x7fff95552000 - 0x7fff95558fff com.apple.DiskArbitration (2.4.1 -2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff95559000 - 0x7fff95586fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B..dylib

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: 17300
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=147.1M resident=87.6M(60%) swapped_out_or_unallocated=59.5M(40%)
Writable regions: Total=52.6M written=5644K(10%) resident=6640K(12%) swapped_out=0K(0%) unallocated=46.1M(88%)

REGION TYPE VIRTUAL
=========== =======
CG shared images 96K
CoreServices 4052K
MALLOC 42.4M
MALLOC guard page 48K
STACK GUARD 56.0M
Stack 9752K
VM_ALLOCATE 60K
__CI_BITMAP 80K
__DATA 12.9M
__IMAGE 528K
__LINKEDIT 49.9M
__TEXT 97.2M
__UNICODE 544K
mapped file 20.8M
shared memory 308K
=========== =======
TOTAL 294.4M

Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f15
Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.198.19.22)
Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: Hitachi HTS545032B9SA02, 320.07 GB
Serial ATA Device: MATSHITADVD-R UJ-898, 685.4 MB
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 2
USB Device: USB Optical Mouse, 0x192f (Avago Technologies, Pte.), 0x0416, 0xfa140000 / 6
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 5
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 4
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 3
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3
 
N

Ned Deily

So I've actually had this problem for awhile, and I cant seem to get anything
to work. I've followed all the steps & procedures that my google searches
have provide me, but I can't seem to get the Tkinter module or the Python
IDLE IDE to work.

For instance, if I click IDLE on my mac, it'll open up for a quick sec &
produce an error.
Or if I go into the Python interpreter, I import Tkinter, call Tk()
Then it says: CGColor 1 components Abort Trap: 6, then get an error. I'll
post this crash report below.

My system is a Mac OS X 10.7 Lion.
I'm running 2.7.3 Python
I've installed the recommended version of ActiveState TCL/TK

Most likely you have a non-default preference set (color or font) that
is causing the problem. IDLE and especially Tk on OS X has been known
to be vulnerable to this. To try working around it, open a terminal
session and rename the IDLE settings directory:

cd $HOME
mv .idlerc idlerc-disabled

Then try relaunching IDLE. If that solves it, it would be nice if you
could open an issue on the Python bug tracker (http://bugs.python.org)
and attach to it the contents of the config files in the old
idlerc-disabled directory. There has been some fixes to IDLE since
2.7.3 to make it more resilient; those will be in 2.7.4 which should be
coming along in the near future.
 
N

Ned Deily

Most likely you have a non-default preference set (color or font) that
is causing the problem. IDLE and especially Tk on OS X has been known
to be vulnerable to this. To try working around it, open a terminal
session and rename the IDLE settings directory:

cd $HOME
mv .idlerc idlerc-disabled

Then try relaunching IDLE. If that solves it, it would be nice if you
could open an issue on the Python bug tracker (http://bugs.python.org)
and attach to it the contents of the config files in the old
idlerc-disabled directory. There has been some fixes to IDLE since
2.7.3 to make it more resilient; those will be in 2.7.4 which should be
coming along in the near future.

Following up to myself: I skipped over the second part of your problem.
Sorry about that!

My suggestion above would apply to IDLE but would not explain why
calling Tk() directly outside of IDLE would crash, of course. That
sounds more like a strictly Tk problem. I suggest trying to eliminate
Python from the equation by bringing up the A/S Tk wish shell:

/usr/local/bin/wish8.5

and then trying to run some of the widget demos from its File menu. If
wish also fails, you probably should ask on one of the Tcl/Tk forums,
like the tcl-mac mailing list:

(e-mail address removed)
or http://dir.gmane.org/gmane.comp.lang.tcl.mac

What kind of Mac are your running on and do you have any unusual color
settings or third-party extensions installed?
 
A

Ash Courchene

I believe I have a MacBook Pro.2.4 GHz Intel Core i5.
I dont think I have any weird color settings or 3rd party extensions... How can I tell exactly??
 
A

Ash Courchene

I believe I have a MacBook Pro.2.4 GHz Intel Core i5.
I dont think I have any weird color settings or 3rd party extensions... How can I tell exactly??
 
N

Ned Deily

I believe I have a MacBook Pro.2.4 GHz Intel Core i5.
I dont think I have any weird color settings or 3rd party extensions... How
can I tell exactly??

By finding the one that crashes Tk - yeah, I know that's not very
helpful. But, more seriously, have you tried running
/usr/local/bin/wish8.5? If Tk crashes there when running the widget
demos, then at least Python is not a factor.

The only vaguely potentially relevant hardware factor I can think of is
whether or not the MacBook Pro has a Retina display. The only standard
settings that might be revlevant are those in System Preferences ->
Language & Text, prinarily what Input Source is selected.

Another thing you could try is to temporarily disable the ActiveState
Tcl/Tk and see what happens with calling Tk in python and with IDLE
then. They will automatically fall back to using the Apple-supplied
Tcl/Tk 8.5.x in 10.7 which is older and buggier than A/S 8.5.13 but
should not crash immediately, either. The easiest way to do that is to
use sudo from the terminal:

cd /Library/Frameworks/
sudo mv ./Tcl.framework ./Tcl-DISABLED
sudo mv ./Tk.framework ./Tk-DISABLED

When finished testing, you can restore them by:

cd /Library/Frameworks/
sudo mv ./Tcl-DISABLED ./Tcl.framework
sudo mv ./Tk-DISABLED ./Tk.framework
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top