Taskwarrior and zsh completion makes terminal crash

Hi all,
I had been using taskwarrior a while back. The Tab-completion was working fine with zsh, meaning that if I was typing
$ task add Something project:<TAB><TAB>
I was getting a list of all the projects already listed in my task files.
Now, if I do that, my terminal crashes (virtual or tty).
Does anyone have the same behaviour or has an idea how I could debug this?
Thanks!

Made a hack and slash solution. May add to it if I need extra functionality...
#compdef task
_task () {
_arguments -s \
'::ids:($(task -ids))'\
':add:(add)'\
'::commands:(start done modify)'\
"::tags:($(task _tags | sed 's/.*/\+&/'))"\
":projects:($(task _projects | sed 's/.*/projects:&/'))"
I might try and do this slightly better when I have reliable internet and some time...
Hope this helps.

Similar Messages

  • Tcsh completion (Make and files)

    Hi,
    I had a wonderful completion under Suse-Linux that completed 'make' with the goals from the Makefile in the directory. I found two complete lines that are supposed to do this:
    complete make  'p@*@`sed -n "/^[^.#^I;][^:;='\\']*:/s/:.*//p" [Mm]akefile`@'
    complete make \
        'n/-f/f/' \
        'c/*=/f/' \
        'n@*@`cat -s GNUmakefile Makefile makefile |& sed -n -e "/No such file/d" -e "/^[^     #].*:/s/:.*//p"`@'
    Both do not work. The first produces:
    make `sed -n "/^[^.#^I;][^:;=\]*:/s/:.*//p" [Mm]akefile`: No match.
    when I press TAB after make
    The second produces:
    make `cat -s GNUmakefile Makefile makefile |& sed -n -e "/No such file/d" -e "/^[^
    #].*:/s/:.*//p"`: No match.
    What can I do?
    IN addition, I am used to completion where ambiguous filenames cause a list of options when completion is attempted. On Mac OS, I am just stuck and have to interrupt the program and do an ls to find out what  is there. Any ideas how to fix this?
    Thansk!
    Best
         Stefan

    As far as the filename completion is concerned, In a Terminal window running the C-Shell I can start typing a filename (as many letters as I want) and then press the the <Esc> key to complete. I'm not sure if this works under other shells. Also, if there are more than one filename with the typed letters, the shell beeps but does not show a list of possibilities. I suppose you can write a Perl script to do what you want though.

  • Updated to 10.6.3 and Terminal Crashes

    I updated to 10.6.3 and now my terminal crashes when I launch. I get the following error: Terminal Quit Unexpectedly.
    The details show the following:
    Process: Terminal [9560]
    Path: /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    Identifier: com.apple.Terminal
    Version: 2.1.1 (273)
    Build Info: Terminal-2730000~6
    Code Type: X86-64 (Native)
    Parent Process: launchd [129]
    Date/Time: 2010-04-09 16:51:25.712 -0400
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Interval Since Last Report: 410947 sec
    Crashes Since Last Report: 9
    Per-App Interval Since Last Report: 33 sec
    Per-App Crashes Since Last Report: 7
    Anonymous UUID: 34EF77AE-3046-4C8A-86D8-47FBC46B36D5
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000240
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 ....audio.toolbox.AudioToolbox 0x00007fff86bc00c3 AudioServicesGetProperty + 0
    1 com.apple.Terminal 0x000000010000ec95 0x100000000 + 60565
    2 com.apple.Terminal 0x000000010000e6f2 0x100000000 + 59122
    3 com.apple.Terminal 0x000000010000e0fb 0x100000000 + 57595
    4 com.apple.Terminal 0x00000001000088ef 0x100000000 + 35055
    5 com.apple.Terminal 0x0000000100007da7 0x100000000 + 32167
    6 com.apple.Terminal 0x000000010003a0dd 0x100000000 + 237789
    7 com.apple.Terminal 0x0000000100039cc0 0x100000000 + 236736
    8 com.apple.Terminal 0x00000001000061ec 0x100000000 + 25068
    9 com.apple.Foundation 0x00007fff80c7886e nsnotecallback + 167
    10 com.apple.CoreFoundation 0x00007fff84e04aea __CFXNotificationPost + 954
    11 com.apple.CoreFoundation 0x00007fff84df1098 _CFXNotificationPostNotification + 200
    12 com.apple.Foundation 0x00007fff80c6f7d8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 101
    13 com.apple.AppKit 0x00007fff83da8fb2 -[NSApplication _postDidFinishNotification] + 100
    14 com.apple.AppKit 0x00007fff83da8ee7 -[NSApplication _sendFinishLaunchingNotification] + 66
    15 com.apple.AppKit 0x00007fff83e73ed1 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 219
    16 com.apple.AppKit 0x00007fff83e73b4d -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 77
    17 com.apple.Foundation 0x00007fff80ca716a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 360
    18 com.apple.Foundation 0x00007fff80ca6f9a _NSAppleEventManagerGenericHandler + 114
    19 com.apple.AE 0x00007fff81d13323 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 162
    20 com.apple.AE 0x00007fff81d1321c dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 32
    21 com.apple.AE 0x00007fff81d13123 aeProcessAppleEvent + 210
    22 com.apple.HIToolbox 0x00007fff829a88fd AEProcessAppleEvent + 48
    23 com.apple.AppKit 0x00007fff83d78c0d _DPSNextEvent + 1191
    24 com.apple.AppKit 0x00007fff83d78379 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    25 com.apple.AppKit 0x00007fff83d3e05b -[NSApplication run] + 395
    26 com.apple.AppKit 0x00007fff83d36d7c NSApplicationMain + 364
    27 com.apple.Terminal 0x00000001000011dc 0x100000000 + 4572
    Thread 1:
    0 libSystem.B.dylib 0x00007fff81a2930a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff81a2971c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff81a29385 start_wqthread + 13
    Thread 2: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff81a284ea kevent + 10
    1 libSystem.B.dylib 0x00007fff81a2a3bd dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff81a2a094 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff81a29bbe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff81a294e8 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff81a29385 start_wqthread + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff81a284ea kevent + 10
    1 com.apple.Terminal 0x000000010000199d 0x100000000 + 6557
    2 com.apple.Foundation 0x00007fff80c78ead _NSThread__main_ + 1429
    3 libSystem.B.dylib 0x00007fff81a488b6 pthreadstart + 331
    4 libSystem.B.dylib 0x00007fff81a48769 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff81a19d46 read + 10
    1 com.apple.Terminal 0x000000010000a820 0x100000000 + 43040
    2 com.apple.Foundation 0x00007fff80c78ead _NSThread__main_ + 1429
    3 libSystem.B.dylib 0x00007fff81a488b6 pthreadstart + 331
    4 libSystem.B.dylib 0x00007fff81a48769 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff81a53286 select$DARWIN_EXTSN + 10
    1 com.apple.Terminal 0x000000010000c45f 0x100000000 + 50271
    2 com.apple.Foundation 0x00007fff80c78ead _NSThread__main_ + 1429
    3 libSystem.B.dylib 0x00007fff81a488b6 pthreadstart + 331
    4 libSystem.B.dylib 0x00007fff81a48769 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000240 rbx: 0x000000010038b118 rcx: 0x00007fff5fbfe62c rdx: 0x0000000000000000
    rdi: 0x000000006175726c rsi: 0x0000000000000000 rbp: 0x00007fff5fbfe630 rsp: 0x00007fff5fbfe618
    r8: 0x00007fff5fbfe620 r9: 0x0000000000000000 r10: 0x00007fff891350be r11: 0x00007fff86bc00c3
    r12: 0x00007fff84529850 r13: 0x00007fff8446f7a0 r14: 0x00007fff708377c0 r15: 0x00007fff844f88da
    rip: 0x00007fff86bc00c3 rfl: 0x0000000000010206 cr2: 0x0000000000000240
    Binary Images:
    0x100000000 - 0x100093fe7 com.apple.Terminal 2.1.1 (273) <0D89DC6E-FFCE-E03E-BF6F-1F5616167F2E> /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff8003e000 - 0x7fff80042ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff80043000 - 0x7fff800f8fe7 com.apple.ColorSync 4.6.3 (4.6.3) <0522B33D-F78A-9A46-1CB2-9073E4F8EFD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8016e000 - 0x7fff8022bff7 com.apple.CoreServices.OSServices 357 (357) <7CFA1963-B639-BE99-12F1-220DF214AB50> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff80317000 - 0x7fff80375ff7 com.apple.framework.IOKit 2.0 (???) <516EB9AF-4723-FC17-984B-918115E53459> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff80376000 - 0x7fff80402fef SecurityFoundation 36840.0.0 (compatibility 1.0.0) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff80559000 - 0x7fff807defef com.apple.security 6.1.1 (37594) <ED08CC62-42E2-E97F-E807-C09EB1CF950D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff80967000 - 0x7fff80967ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff809d1000 - 0x7fff809f7fe7 libJPEG.dylib ??? (???) <85902BC7-43AE-E202-0EEE-3C9996D00971> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff80a35000 - 0x7fff80a35ff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff80a65000 - 0x7fff80ab4fef libTIFF.dylib ??? (???) <D6BED22B-A092-EC70-6E1D-0B52FA6FBBDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff80ac0000 - 0x7fff80adbff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff80adc000 - 0x7fff80ae1fff libGIF.dylib ??? (???) <0E58DF99-B3DF-6FF9-E810-CCEC0853C8B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff80ae2000 - 0x7fff80b1fff7 libFontRegistry.dylib ??? (???) <12FDAEB9-01F7-5562-DBC6-7B2374CCAEA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff80b20000 - 0x7fff80b5bfff libncurses.5.4.dylib 5.4.0 (compatibility 5.4.0) <6D209999-FB35-3134-E6D9-833125D3DE8A> /usr/lib/libncurses.5.4.dylib
    0x7fff80b5c000 - 0x7fff80c36ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff80c67000 - 0x7fff80c67ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff80c68000 - 0x7fff80ee9fe7 com.apple.Foundation 6.6.2 (751.21) <49BEB8B8-BC1F-B4E4-3D90-A141AC764A8D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff812ba000 - 0x7fff813d3fef libGLProgrammability.dylib ??? (???) <9D2B1DA3-C581-73F8-A2E4-01C4CE1C3B32> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff8144d000 - 0x7fff8158bfff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff81834000 - 0x7fff818b2fff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff818b3000 - 0x7fff818bafff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff818bb000 - 0x7fff818cdfe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff818ce000 - 0x7fff818d3ff7 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
    0x7fff81905000 - 0x7fff81913ff7 libkxld.dylib ??? (???) <E685E658-C908-95B9-8D16-8153C1CE05D7> /usr/lib/system/libkxld.dylib
    0x7fff81914000 - 0x7fff8197efe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8197f000 - 0x7fff819c0fef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff819f7000 - 0x7fff81a0dfef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff81a0e000 - 0x7fff81bcdff7 libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    0x7fff81d10000 - 0x7fff81d4bfff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff81d4c000 - 0x7fff81d7dfff libGLImage.dylib ??? (???) <7E8A6ED2-B093-0714-F65A-64ECC41187C4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff81d9f000 - 0x7fff81dc4fe7 com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff81dc5000 - 0x7fff81dc6fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff81dc7000 - 0x7fff81de7ff7 com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff81df4000 - 0x7fff81e45fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff81e46000 - 0x7fff81e55fff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff81e56000 - 0x7fff81ee6fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff81f17000 - 0x7fff81fb7fff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff81ffe000 - 0x7fff820adfff edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff82152000 - 0x7fff82154fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff82155000 - 0x7fff8223bfe7 com.apple.DesktopServices 1.5.5 (1.5.5) <EFCBA7C3-A6CE-9550-FE19-73BB3D046549> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8224f000 - 0x7fff82252ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff82253000 - 0x7fff8229dff7 com.apple.Metadata 10.6.3 (507.8) <A850E5A6-69D8-EBC1-B005-43F72B58EA36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8229e000 - 0x7fff8236efff com.apple.CFNetwork 454.9.4 (454.9.4) <33395EDD-D653-6EAD-57A6-9C718D69D2DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff824d9000 - 0x7fff824effff 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
    0x7fff8251a000 - 0x7fff8251aff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8251b000 - 0x7fff8295efef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8295f000 - 0x7fff82973ff7 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
    0x7fff82974000 - 0x7fff82c72fef com.apple.HIToolbox 1.6.2 (???) <759E1C39-58EB-C434-3E33-416C04AFE6DC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff830ab000 - 0x7fff830abff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff830fb000 - 0x7fff830fcff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8326e000 - 0x7fff8327bfe7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <540820E4-75E3-B2A0-5EF2-222304250CD8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff83d35000 - 0x7fff8472afe7 com.apple.AppKit 6.6.5 (1038.29) <AC1ED9CC-6149-36EE-AA57-15BA4F05EAAA> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8472b000 - 0x7fff847a8fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff847b6000 - 0x7fff847feff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff847ff000 - 0x7fff8490efe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <826C2437-F760-E049-1719-9C69A3BAA4B0> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8490f000 - 0x7fff84958fef libGLU.dylib ??? (???) <FEDE662B-46B2-26D8-3E57-84E4C15A4FB2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff84959000 - 0x7fff84c69fff com.apple.RawCamera.bundle 2.3.2 (516) <6F5CA4E2-3EE7-BA49-00D5-31BE709228A3> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff84c6d000 - 0x7fff84cecfff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <2633DFAC-F6A6-489D-8DF0-F12639CCD8C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff84ced000 - 0x7fff84d02ff7 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
    0x7fff84d03000 - 0x7fff84d58fef com.apple.framework.familycontrols 2.0.1 (2010) <E6E1C44A-6513-92DF-F71E-C157C485024C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff84dac000 - 0x7fff84f21fef com.apple.CoreFoundation 6.6.1 (550.19) <1051BA2C-DCD7-787C-907C-A50D12AA6049> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff84f31000 - 0x7fff84f34fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff84f35000 - 0x7fff850effff com.apple.ImageIO.framework 3.0.2 (3.0.1) <911FA1A5-7063-6A19-73D3-95B78A265524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff850f0000 - 0x7fff85133ff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <677BA546-F215-C5C8-9C65-305E43633FDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff85134000 - 0x7fff85152fff libPng.dylib ??? (???) <D0512FBF-911C-A9EC-465D-48A411509D6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff85153000 - 0x7fff85174fff libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <1AE68BBB-6536-125C-DE2A-13CA916D0EC4> /usr/lib/libresolv.9.dylib
    0x7fff85346000 - 0x7fff8535afff libGL.dylib ??? (???) <A85982AB-6395-DE2B-2023-F735093E663D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8535b000 - 0x7fff85383fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff853e9000 - 0x7fff853e9ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff853ea000 - 0x7fff85bf4fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff85e61000 - 0x7fff8601ffff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <1B6C3785-BE99-EAD5-69AB-B28C40466A82> /usr/lib/libicucore.A.dylib
    0x7fff86020000 - 0x7fff86021ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff860b2000 - 0x7fff86172fff libFontParser.dylib ??? (???) <01E3B0FE-2539-61BD-E2DE-7407B01C6F03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff863e1000 - 0x7fff86ade037 com.apple.CoreGraphics 1.543.33 (???) <359B3BC6-0152-94D2-3CAA-D8C24C0B9E65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff86b75000 - 0x7fff86b84ff7 com.apple.opengl 1.6.7 (1.6.7) <63D8F554-2488-4811-EEC7-672FCFAF731B> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff86b87000 - 0x7fff86bb8fef libTrueTypeScaler.dylib ??? (???) <E58FE3D5-79EA-C11B-A8F8-5882AB722B11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff86bb9000 - 0x7fff86cdefef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff86cdf000 - 0x7fff86ce5ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff86ce6000 - 0x7fff87019fef com.apple.CoreServices.CarbonCore 861.6 (861.6) <652B1704-460F-F0D1-B917-B08698E0EF7F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff87094000 - 0x7fff87119fff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8714a000 - 0x7fff87203fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff87204000 - 0x7fff8720aff7 IOSurface ??? (???) <F998C45A-CCCF-2306-F37A-389EE0054CB3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8720b000 - 0x7fff87252ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff87253000 - 0x7fff872a2ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff872a3000 - 0x7fff872a6ff7 libCoreVMClient.dylib ??? (???) <9A0E75A9-7964-CAF9-DEB7-11A073530F64> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff872ae000 - 0x7fff872bfff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <C1154E2E-B1CB-1FAD-77ED-B139BA1AB073> /usr/lib/libz.1.dylib
    0x7fff872c0000 - 0x7fff87375fe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff873de000 - 0x7fff873e2ff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <27FF96BC-1F15-A52D-3339-4BFC49D6810E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff874a8000 - 0x7fff874a8ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff874a9000 - 0x7fff874c2fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8751b000 - 0x7fff8755cfff com.apple.SystemConfiguration 1.10.2 (1.10.2) <7DADC459-6E38-084A-B333-8332B28C244E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff87596000 - 0x7fff875e2fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff875e3000 - 0x7fff8797bfe7 com.apple.QuartzCore 1.6.1 (227.18) <ADB9E286-C5AB-3505-35D2-849E1F560A2A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff87aaf000 - 0x7fff87ad2fff com.apple.opencl 12.1 (12.1) <AB00CB6B-5BBD-C819-007A-08C0B110AB93> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff87ad3000 - 0x7fff87ae9ff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <38D0D705-FD15-38AE-A8B9-F9970508D1BD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff87aea000 - 0x7fff87c01fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff8804f000 - 0x7fff88105fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff88106000 - 0x7fff88131ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff881e4000 - 0x7fff881e6fff libRadiance.dylib ??? (???) <73CE39EA-E38B-4320-8A7D-11C1A08A8A7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff88263000 - 0x7fff882fdfff com.apple.ApplicationServices.ATS 4.1 (???) <CC53C373-1B3B-7E80-25A7-F2C404222BF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff882fe000 - 0x7fff88303fff libGFXShared.dylib ??? (???) <A2C80199-6076-3CBE-E418-E0AD0A3053DE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff88310000 - 0x7fff88345ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <0C865212-6427-5DE4-40C4-B5739491B691> /usr/lib/libcups.2.dylib
    0x7fff88589000 - 0x7fff88594ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <CB9A4929-61AF-DE71-5635-133E9EC95783> /usr/lib/libSystem.B.dylib
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.18f5
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.10
    Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: Hitachi HTS541616J9SA00, 149.05 GB
    Parallel ATA Device: MATSHITADVD-R UJ-85J
    USB Device: External HDD, 0x1058 (Western Digital Technologies, Inc.), 0x0704, 0xfa200000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021a, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    This is my development computer and the terminal is critical. Any help would be greatly appreciated.

    chapslawgeek wrote:
    I updated to 10.6.3 and now my terminal crashes when I launch. I get the following error: Terminal Quit Unexpectedly.
    If you haven't done so already, I'd download and install the 10.6.3 v1.1 "combo" updater:
    http://support.apple.com/kb/DL1017
    You might also try trashing the Terminal settings file, found here:
    <yourhomefolder>/Library/Preferences/com.apple.Terminal.plist

  • HT1386 How many different computers can I sync my iPod with?  My laptop crashed and was completely wiped clean and this was the machine that my iPod synced with so I don't know if it will be counted as a "new" computer.

    How many different computers can I sync my iPod with?  My laptop crashed and was completely wiped clean and this was the machine that my iPod synced with so I don't know if it will be counted as a "new" computer when I sync my iPod.

    You can sync with onee at a time. Syncing to another will erase the current content.
    Copy everything from your backup copy of your old computer to your new one.

  • My old computer (a Sony) with my iTunes crashed. I have a new MAC and want to make sure I can keep all of my music (mostly from old CD's that have been lost). I bought iTunes match hoping that would work but it isn't using the data on my phone. HELP!

    My old computer (a Sony) with my iTunes crashed. I have a new MAC and want to make sure I can keep all of my music (mostly from old CD's that have been lost). I bought iTunes match hoping that would work but it isn't using the data on my phone. HELP!

    Since you have purchased a new Mac (which, BTW, is not typed in all capitals) why not buy a Time Capsule <http://www.apple.com/airport-time-capsule/> which is designed specifically to work with OS X and Time Machine?
    You don't say what part of your Sony "crashed." If it was not the HDD it is possible to take the computer apart, put the HDD in an external case, then recover the data off of it (including the music) simply drag-n-drop. If it was the HDD that "crashed" that makes it more difficult.
    If you are able to recover the music from the Sony you can then add it to the iTunes library on the Mac and iTunes Match will then scan, match and upload the tracks to be mirrored in the cloud.

  • I have a component like the following and it completely crashes the design view in flex builder

    I have a component like the following and it completely crashes the design view in flex builder.I can see anything in the layout. Everything compliles fine and looks normal in the outline view. Any ideas whats wrong. If I remove the AdvancedDataGridColumnGroup's all looks fine
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Panel x="353" y="34" width="1159" height="505.7" maxWidth="663" allowDrag="true" allowResize="true" allowClose="true" allowMaximize="true" allowMinimize="true" resizeEffect="Resize" moveEffect="Move" close="parent.removeChild(this)" maxHeight="680" layout="absolute" title="Back office list" xmlns:mx="http://www.adobe.com/2006/mxml">
        <mx:AdvancedDataGrid id="deals" displayItemsExpanded="true" dataProvider="{tradesResult}" width="100%" height="373" sortExpertMode="true" variableRowHeight="true" headerStyleName="smallHeader" editable="false" fontWeight="normal">
            <mx:columns>
                <mx:AdvancedDataGridColumn width="75">
                </mx:AdvancedDataGridColumn>
                <mx:AdvancedDataGridColumnGroup headerText="Client side">
                    <mx:AdvancedDataGridColumn dataField="Reference" headerText="Mon Ref" width="60" editable="true" wordWrap="true" showDataTips="true" textAlign="center"/>
                    <mx:AdvancedDataGridColumn dataField="clientside" headerText="MC Pr" textAlign="center" wordWrap="true" width="70">
                    </mx:AdvancedDataGridColumn>
                </mx:AdvancedDataGridColumnGroup>
                <mx:AdvancedDataGridColumnGroup headerText="Bank side">
                    <mx:AdvancedDataGridColumn dataField="bankDealRef" headerText="Bank Ref" width="70" editable="true" wordWrap="true" dataTipFunction="dataTipFuncNotes" showDataTips="true" textAlign="center"/>
                    <mx:AdvancedDataGridColumn dataField="Premium2" headerText="Bank Pr" width="55" editable="true" wordWrap="true" showDataTips="true" textAlign="center"/>
                </mx:AdvancedDataGridColumnGroup>
            </mx:columns>
        </mx:AdvancedDataGrid>
    </mx:Panel>

    Nikos,
    When using grouped columns you should change the <mx:columns> to <mx:groupedColumns>, I ran this example in a sandbox app and it works fine.
    EXAMPLE:
    <mx:AdvancedDataGrid id="deals" displayItemsExpanded="true" dataProvider="{flatData}" width="100%" height="373"
            sortExpertMode="true" variableRowHeight="true" headerStyleName="smallHeader" editable="false" fontWeight="normal">
           <mx:groupedColumns>
                <mx:AdvancedDataGridColumn width="75">
                </mx:AdvancedDataGridColumn>
                <mx:AdvancedDataGridColumnGroup headerText="Client side">
                    <mx:AdvancedDataGridColumn dataField="customer" headerText="Mon Ref" width="60" editable="true" wordWrap="true" showDataTips="true" textAlign="center"/>
                    <mx:AdvancedDataGridColumn dataField="product" headerText="MC Pr" textAlign="center" wordWrap="true" width="70">
                    </mx:AdvancedDataGridColumn>
                </mx:AdvancedDataGridColumnGroup>
                <mx:AdvancedDataGridColumnGroup headerText="Bank side">
                    <mx:AdvancedDataGridColumn dataField="revenue" headerText="Bank Ref" width="70" editable="true" wordWrap="true"
                        showDataTips="true" textAlign="center"/>
                    <mx:AdvancedDataGridColumn dataField="cost" headerText="Bank Pr" width="55" editable="true" wordWrap="true" showDataTips="true" textAlign="center"/>
                </mx:AdvancedDataGridColumnGroup>
            </mx:groupedColumns>
        </mx:AdvancedDataGrid>
    HTH,
    Kenny Yates

  • HT1222 i completed a software update yesterday and whenever I try and launch iTunes now it crashes almost immediately. I have tried downloading an installing the latest version but to no avail - any ideas?

    i completed a software update yesterday and whenever I try and launch iTunes now it crashes almost immediately. I have tried downloading an installing the latest version but to no avail - any ideas?

    Have you tried temporarily turning off your firewall and antivirus software until the download has completed ?

  • HT201412 iPhone crashed twice, and is completely unresponsive.

    iPhone crashed yesterday and was restored via iTunes; however, the phone crashed again this morning and is completely unresponsive.  The phone will not turn on, off, will not reset, and is not recognized when connected to iPhones, thus restoring again is not possible.  Any suggestions, or is this phone dead?

    Hi mbordonaro97, 
    Welcome to the Apple Support Communities!
    It sounds like this phone needs to be evaluated for repair. Please use the information and links in the attached web link for the repair process. 
    iPhone Repair and Service - Apple Support
    Have a great day, 
    Joe

  • Since I updated to latest software on ipad cannot sync. with computer.  Makes it to step 7 however says 'waiting for changes to be applied' and never completes sync.

    Since I updated to latest software on ipad cannot sync. with computer.  Makes it to step 7 however says 'waiting for changes to be applied' and never completes sync.
    thx for the help,
    Tony

    Hello Marcia,
    Sorry you are having trouble syncing content with your iPhone 5. I found an article that might help with this syncing issue:
    iTunes: May become unresponsive when connecting iPhone, iPad, or iPod touch
    http://support.apple.com/kb/TS3219
    Also, you can delete the songs from the iPhone without syncing by just swiping from left to right over the song to get a delete button. 
    I hope this helps!
    Best,
    Sheila M.

  • Had a crash at the login window and want to make sense out of the crash reports. Can anyone assist?

    Hello,
    Yesterday, I seemed to experience a crash in the login window in OS X. The way the crash showed on screen was when the user accounts appeared on screen, then clicked on my name, typed my password and hit the "return" key. After hitting the "return" key the log in process appeared to start but then the screen turned solid gray and then the log in screen appeared again as if I've never logged in before again promted me to re do the user account log in steps outline above. After a second attempt the computer finally logged in normally. After that happened I wanted to know if that was a one-time issue, so I shut down the computer.
    After a minute I then again rebooted my MacBook Pro and again I was left in the log in screen. I again followed the login screen procedures and again the login window crashed after starting the login process with a gray screen and then the login screen showed again as if the computer never logged in. At the second login screen attempt, the computer as in the previous case logged in normally.
    To retest I shut down my MacBook Pro and then rebooted it. This time however when the login screen appeared and after selecting my user account and typing my password, the computer this time logged in normally, after this the log in screen behavior has been normal and the computer logs in successfully at the first attempt as expected and the way it has always been on my MacBook Pro.
    I went into console to see if it had an entry for my error and Console did in fact created a crash report for each of the instances. The logs correspond to the time of the crashes.
    This is the first crash log for the Login Window...
    Process:         loginwindow [42]
    Path:            /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
    Identifier:      loginwindow
    Version:         8.2 (8.2)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:         501
    Date/Time:       2013-05-13 01:20:00.712 -0400
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: setNextKeyView:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff82a7b250 objc_msgSend + 16
    1   com.apple.CoreFoundation                0x00007fff8886e4a6 __NSArrayEnumerate + 582
    2   com.apple.AppKit                        0x00007fff83d73f7b -[NSView _removeNextPointersToMe] + 602
    3   com.apple.AppKit                        0x00007fff83d73d08 -[NSView _removeFromKeyViewLoop] + 205
    4   com.apple.AppKit                        0x00007fff83d734a6 -[NSView _finalizeWithReferenceCounting] + 784
    5   com.apple.AppKit                        0x00007fff83d7316e -[NSView dealloc] + 42
    6   libobjc.A.dylib                         0x00007fff82a7f230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464
    7   com.apple.CoreFoundation                0x00007fff88812d72 _CFAutoreleasePoolPop + 34
    8   com.apple.Foundation                    0x00007fff85e08ada -[NSAutoreleasePool drain] + 154
    9   com.apple.AppKit                        0x00007fff83d752ae -[NSApplication run] + 736
    10  com.apple.loginwindow                   0x000000010947fc08 0x10947a000 + 23560
    11  libdyld.dylib                           0x00007fff881b37e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff83b48d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8b5b5dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8b5b59ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff83b486d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8a77ef4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8a77ed13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff83b486d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8a77ef4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8a77ed13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff83b486d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8a77ef4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8a77ed13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 5:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff83b48386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8a806800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff8a806717 usleep + 54
    3   com.apple.AppKit                        0x00007fff83f63868 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff85e43cd2 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff8a77c7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8a7691e1 thread_start + 13
    Thread 6:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff83b480fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8a781023 _pthread_cond_wait + 927
    2   com.apple.CoreVideo                     0x00007fff87d01ea3 CVDisplayLink::waitUntil(unsigned long long) + 271
    3   com.apple.CoreVideo                     0x00007fff87d01201 CVDisplayLink::runIOThread() + 529
    4   com.apple.CoreVideo                     0x00007fff87d00fd7 startIOThread(void*) + 148
    5   libsystem_c.dylib                       0x00007fff8a77c7a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8a7691e1 thread_start + 13
    Thread 7:: Dispatch queue: com.apple.bezelservices.driverservices
    0   libsystem_kernel.dylib                  0x00007fff83b46686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff83b45c42 mach_msg + 70
    2   com.apple.framework.IOKit               0x00007fff8511600b io_registry_entry_set_properties + 117
    3   com.apple.framework.IOKit               0x00007fff850cbeef IORegistryEntrySetCFProperties + 72
    4   com.apple.BezelServices                 0x000000010aa505ac 0x10aa39000 + 95660
    5   libdispatch.dylib                       0x00007fff8b5b6f01 _dispatch_call_block_and_release + 15
    6   libdispatch.dylib                       0x00007fff8b5b30b6 _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8b5b447f _dispatch_queue_drain + 235
    8   libdispatch.dylib                       0x00007fff8b5b42f1 _dispatch_queue_invoke + 52
    9   libdispatch.dylib                       0x00007fff8b5b41c3 _dispatch_worker_thread2 + 249
    10  libsystem_c.dylib                       0x00007fff8a77ed0b _pthread_wqthread + 404
    11  libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 8:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff83b46686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff83b45c42 mach_msg + 70
    2   com.apple.audio.CoreAudio               0x00007fff835035f1 Client_CAD_FindSubServer + 99
    3   com.apple.audio.CoreAudio               0x00007fff835034a5 HALCADClient::ConnectToServer() + 71
    4   com.apple.audio.CoreAudio               0x00007fff835032dd HALCADClient::Initialize() + 77
    5   com.apple.audio.CoreAudio               0x00007fff83502b2f HALSystem::InitializeShell() + 19
    6   com.apple.audio.CoreAudio               0x00007fff835023a2 HALSystem::CheckOutInstance() + 118
    7   com.apple.audio.CoreAudio               0x00007fff83523ff9 AudioObjectSetPropertyData + 162
    8   com.apple.loginwindow                   0x00000001094be55f 0x10947a000 + 279903
    9   libdispatch.dylib                       0x00007fff8b5b6f01 _dispatch_call_block_and_release + 15
    10  libdispatch.dylib                       0x00007fff8b5b30b6 _dispatch_client_callout + 8
    11  libdispatch.dylib                       0x00007fff8b5b41fa _dispatch_worker_thread2 + 304
    12  libsystem_c.dylib                       0x00007fff8a77ed0b _pthread_wqthread + 404
    13  libsystem_c.dylib                       0x00007fff8a7691d1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff83b47fc6 __munmap + 10
    1   com.apple.CoreServices.OSServices          0x00007fff8312d58a CFileLoaderDataController::~CFileLoaderDataController() + 44
    2   com.apple.CoreServices.OSServices          0x00007fff8312d54f CFileLoaderDataController::~CFileLoaderDataController() + 17
    3   com.apple.CoreServices.OSServices          0x00007fff8312d52e CIconFamilyLoader::CloseStorage() + 24
    4   com.apple.CoreServices.OSServices          0x00007fff8312c53f CIconStorageEntry::Load(CIconFamilyLoader*, unsigned int) + 675
    5   com.apple.CoreServices.OSServices          0x00007fff8312c27d CLocalRefToSharedStorageEntry::Load(CIconFamilyLoader*, unsigned int) + 141
    6   com.apple.CoreServices.OSServices          0x00007fff83129449 _ISGetStorageRefFromLoader(CIconFamilyLoader*, unsigned int, unsigned int, unsigned int, unsigned int*) + 838
    7   com.apple.CoreServices.OSServices          0x00007fff8315902c _ISUnflattenStorageRef + 221
    8   com.apple.CoreServices.OSServices          0x00007fff831838ca _ISUnFlattenImageRef + 136
    9   com.apple.CoreServices.OSServices          0x00007fff83122fb3 SFLMutableListItem::SetNewPrefs(__CFDictionary const*, unsigned short, OpaqueISImageRef*) + 1181
    10  com.apple.CoreServices.OSServices          0x00007fff83122ab8 SFLMakeNewListItem(unsigned int, __CFDictionary const*, short, unsigned short, OpaqueISImageRef*) + 176
    11  com.apple.CoreServices.OSServices          0x00007fff831252b6 SFLListBase::AppendFromListInfo(__CFArray const*, __CFArray const*, unsigned short) + 102
    12  com.apple.CoreServices.OSServices          0x00007fff831727d7 SFLRemoteEntry::InstantiateFromPrefs(unsigned int*, __CFDictionary const**) + 349
    13  com.apple.CoreServices.OSServices          0x00007fff83124f55 SFLRemoteEntry::MakeSnapshotList(unsigned int*) + 175
    14  com.apple.CoreServices.OSServices          0x00007fff83124e20 _SFLCreateSnapshot + 80
    15  com.apple.LaunchServices                0x00007fff89fdec8f LSSharedFileListCopySnapshot + 547
    16  com.apple.LaunchServices                0x00007fff8a046254 _LSRecentsInit + 155
    17  com.apple.loginwindow                   0x000000010949120e 0x10947a000 + 94734
    18  com.apple.Foundation                    0x00007fff85e43cd2 __NSThread__main__ + 1345
    19  libsystem_c.dylib                       0x00007fff8a77c7a2 _pthread_start + 327
    20  libsystem_c.dylib                       0x00007fff8a7691e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff71a3ab00  rbx: 0x0000000000000000  rcx: 0x00007fff845aa3e4  rdx: 0x0000000000000000
      rdi: 0x00007fb6354102d0  rsi: 0x00007fff845aa3e4  rbp: 0x00007fff567855b0  rsp: 0x00007fff567853b0
       r8: 0x0000000000000010   r9: 0x00007fff56785540  r10: 0x00007fb63509dc00  r11: 0xa000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x00007fb6354102d0  r15: 0x0000000000000000
      rip: 0x00007fff82a7b250  rfl: 0x0000000000010246  cr2: 0x000000010f428000
    Logical CPU: 2
    Binary Images:
           0x10947a000 -        0x10950cff7  com.apple.loginwindow (8.2 - 8.2) <8DCEF97F-3C6C-39EA-900F-5AAE666DBF8C> /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
           0x109743000 -        0x109748fff  com.apple.BezelServicesFW (236.3 - 236.3) <766C14E5-8D2C-39A3-8038-3474987A541A> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
           0x10974f000 -        0x109751fff  com.apple.framework.machinesettings (11.0 - 11.0) <B26DDE52-4495-3B0B-9602-8CC65F764646> /System/Library/PrivateFrameworks/MachineSettings.framework/Versions/A/MachineS ettings
           0x10a97f000 -        0x10a993fff  com.apple.DisplayServices (2.7.2 - 357) <C70DCB60-128F-3475-94F7-4DC5D9E1001A> /System/Library/LoginPlugins/DisplayServices.loginPlugin/Contents/MacOS/Display Services
           0x10a9a5000 -        0x10a9acfff  com.apple.DFSLoginPlugin (2.3 - 2.3) <49317E74-9FC6-323D-8CD1-26E1EFBECF04> /System/Library/LoginPlugins/FSDisconnect.loginPlugin/Contents/MacOS/FSDisconne ct
           0x10aa39000 -        0x10aa66ff7  com.apple.BezelServices (236.3 - 236.3) <2F5973E9-F13B-3182-ABD6-9AEEAB467D87> /System/Library/LoginPlugins/BezelServices.loginPlugin/Contents/MacOS/BezelServ ices
           0x10abce000 -        0x10abdbfff  libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10abe3000 -        0x10abecfe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x10abf5000 -        0x10ac02ff7  com.apple.iokit.IOHIDLib (1.8.1 - 1.8.1) <6FBC3C8A-591A-34BB-9698-801BD23BDA44> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
           0x10ae48000 -        0x10ae73fff  GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10c806000 -        0x10c9c4fff  GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10c9fb000 -        0x10cb6bfff  libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10cc26000 -        0x10cfbdff7  com.apple.driver.AppleIntelHDGraphicsGLDriver (8.10.44 - 8.1.0) <B42A1921-2D3F-33DE-B3A0-5E597CA7C2F0> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
           0x200000000 -        0x20092dff7  com.apple.GeForceGLDriver (8.10.44 - 8.1.0) <3851C869-C1CF-3EFE-A08C-025318833871> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff6907a000 -     0x7fff690ae93f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff8148d000 -     0x7fff81628fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8162a000 -     0x7fff8162afff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8162b000 -     0x7fff8182bfff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff81dde000 -     0x7fff81e09fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff81e0a000 -     0x7fff81e72fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff81ec8000 -     0x7fff81ec8fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff81ec9000 -     0x7fff81ee8ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff81ee9000 -     0x7fff81ef7fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff81ef8000 -     0x7fff81f0cfff  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
        0x7fff81f0d000 -     0x7fff8205efff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff82060000 -     0x7fff8206cfff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8206d000 -     0x7fff82073ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff82074000 -     0x7fff8208bfff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8208c000 -     0x7fff82099fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff820c2000 -     0x7fff82101ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff82102000 -     0x7fff82103fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8219b000 -     0x7fff822b4fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff822c9000 -     0x7fff822ccfff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff82a75000 -     0x7fff82b8d92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff82b8e000 -     0x7fff82b94fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff82bac000 -     0x7fff82bb3fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff82bb4000 -     0x7fff82bbefff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff82bbf000 -     0x7fff82bffff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff82c73000 -     0x7fff82c94ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff82c95000 -     0x7fff82ce0fff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff82ce1000 -     0x7fff82f16ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff830ec000 -     0x7fff8311aff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8311b000 -     0x7fff831c1ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff831c2000 -     0x7fff831c3ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
        0x7fff831c4000 -     0x7fff831c7fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
        0x7fff831c8000 -     0x7fff831d1ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff831d2000 -     0x7fff831d3fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff831d4000 -     0x7fff831dbfff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff831dc000 -     0x7fff83227ff7  com.apple.GraphKit (1.0.5 - 30) <3041F39B-5372-334E-9757-3EBFE0CDA293> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
        0x7fff83228000 -     0x7fff8322dfff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff83501000 -     0x7fff8355eff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff83560000 -     0x7fff835effff  libCoreStorage.dylib (296.16) <E5BF76A1-2B3E-3FD8-ABF4-F8D18829BF0A> /usr/lib/libCoreStorage.dylib
        0x7fff83640000 -     0x7fff83688fff  com.apple.DiskManagement (5.2 - 665) <FE8FA1AF-BE4E-3D1B-9C0D-B02CC354C4F2> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff83733000 -     0x7fff83733fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff83734000 -     0x7fff8375bfff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8375c000 -     0x7fff837a4fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff837a5000 -     0x7fff837a9fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff837aa000 -     0x7fff837f4ff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff837f5000 -     0x7fff8380cfff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff83927000 -     0x7fff83a47fff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff83a81000 -     0x7fff83abefef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff83abf000 -     0x7fff83ac1fff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff83acc000 -     0x7fff83accfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff83acd000 -     0x7fff83acdfff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff83b36000 -     0x7fff83b51ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff83bea000 -     0x7fff83c1cfff  com.apple.framework.Admin (12.0 - 12.0) <21E02DE3-B255-3A55-8F55-7FC9EE864C06> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff83c1d000 -     0x7fff83c28ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff83c29000 -     0x7fff84856ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff84857000 -     0x7fff849ccfff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff84a2b000 -     0x7fff84a6eff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff84a79000 -     0x7fff84aaffff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff84ab0000 -     0x7fff84ae1ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff84cd4000 -     0x7fff84d0bff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff84d23000 -     0x7fff84d2efff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff84ddf000 -     0x7fff84dfffff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff84e00000 -     0x7fff84e03fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff84e04000 -     0x7fff84e06fff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff84e07000 -     0x7fff84e09ff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff84f66000 -     0x7fff84f69ff7  com.apple.LoginUICore (2.0 - 2.0) <C1911200-E442-3B99-AB91-C135703D55DF> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff84f6a000 -     0x7fff84f79ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff85066000 -     0x7fff850c5fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff850c6000 -     0x7fff85134fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85135000 -     0x7fff8519efff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8519f000 -     0x7fff851a4ff7  com.apple.CaptiveNetworkSupport (12.0 - 1) <D917B57A-CDE3-3F01-B676-C068DBAAB7E4> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNe twork
        0x7fff851a5000 -     0x7fff851ccff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff855c7000 -     0x7fff856b8ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff856b9000 -     0x7fff857bbfff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff857bc000 -     0x7fff8588eff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff858d4000 -     0x7fff85925ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff85926000 -     0x7fff8594efff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8594f000 -     0x7fff8595dfff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff85988000 -     0x7fff85a09fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff85d65000 -     0x7fff85d86fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff85d87000 -     0x7fff85d99ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff85d9a000 -     0x7fff85dadff7  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
        0x7fff85dae000 -     0x7fff8610bff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8610c000 -     0x7fff8610dfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8610e000 -     0x7fff8610fff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff86110000 -     0x7fff86190ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff86259000 -     0x7fff86be96ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff86bea000 -     0x7fff86beafff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff86beb000 -     0x7fff86fe2fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff86fe3000 -     0x7fff86fe3ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff872af000 -     0x7fff872b1fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff872b2000 -     0x7fff87460fff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8748e000 -     0x7fff87c73fff  libclh.dylib (4.0.3 - 4.0.3) <4562B69C-9097-352B-A179-6E7017618562> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff87c74000 -     0x7fff87c7cff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff87c7d000 -     0x7fff87cb1fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff87cb2000 -     0x7fff87cfeff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff87cff000 -     0x7fff87d29ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff87d2a000 -     0x7fff87d31fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff87d6f000 -     0x7fff87d73ff7  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
        0x7fff87d74000 -     0x7fff87e47ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <E5F3F320-1049-32D8-8189-916EF5C40A1A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff87e48000 -     0x7fff87e91fff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff87ed6000 -     0x7fff87eedfff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff87f49000 -     0x7fff87f84fff  com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff87f85000 -     0x7fff88082ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff88083000 -     0x7fff880a2ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff880b2000 -     0x7fff880ecff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff880ed000 -     0x7fff880feff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff88114000 -     0x7fff8811cfff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8811d000 -     0x7fff88153fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff88154000 -     0x7fff881b0ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff881b1000 -     0x7fff881b4ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff881b5000 -     0x7fff881d7ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff881f3000 -     0x7fff8828dfff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8828e000 -     0x7fff88383fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff887a0000 -     0x7fff887e1ff7  com.apple.framework.corewlankit (2.0.2 - 202.10) <532A7801-A7D8-3FB1-A469-91EB18CB4F05> /System/Library/PrivateFrameworks/CoreWLANKit.framework/Versions/A/CoreWLANKit
        0x7fff887e2000 -     0x7fff889ccff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff88d03000 -     0x7fff88fa7ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff891c9000 -     0x7fff89223fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff89224000 -     0x7fff89225fff  libScreenReader.dylib (264.6) <299274C2-0030-3FDC-8C8F-2933095CD02B> /usr/lib/libScreenReader.dylib
        0x7fff89249000 -     0x7fff89579fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8957a000 -     0x7fff89618ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8962b000 -     0x7fff89681fff  com.apple.HIServices (1.20 - 417) <839B4EE4-B96F-3371-BE90-3B4EBB86C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89682000 -     0x7fff89684ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff89685000 -     0x7fff89aa2fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff89aa3000 -     0x7fff89af2ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff89b57000 -     0x7fff89bd9ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff89bda000 -     0x7fff89bf0fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89ec2000 -     0x7fff89f2fff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff89f30000 -     0x7fff89f32fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff89fd6000 -     0x7fff8a087fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8a088000 -     0x7fff8a107ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8a123000 -     0x7fff8a124fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8a125000 -     0x7fff8a3f6ff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8a3f7000 -     0x7fff8a3fbfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8a3fc000 -     0x7fff8a4c1ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8a4c2000 -     0x7fff8a4c4ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8a4c5000 -     0x7fff8a4c5fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8a566000 -     0x7fff8a574ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8a575000 -     0x7fff8a583ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff8a5de000 -     0x7fff8a5dfff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8a5e0000 -     0x7fff8a648ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8a649000 -     0x7fff8a64afff  libUAPreferences.dylib (143.7.2) <88221767-D35A-3AB5-86A8-0B186766A5DB> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Librarie s/libUAPreferences.dylib
        0x7fff8a64b000 -     0x7fff8a670ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8a686000 -     0x7fff8a760fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8a768000 -     0x7fff8a834ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff8a950000 -     0x7fff8a978ff7  com.apple.SystemConfiguration.EAP8021X (12.0.0 - 12.0) <50EAD1D3-E866-314E-B998-64D1B882A176> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
        0x7fff8ae77000 -     0x7fff8ae82fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8afc9000 -     0x7fff8b0c6fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8b124000 -     0x7fff8b128fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8b129000 -     0x7fff8b234fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8b235000 -     0x7fff8b263fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8b264000 -     0x7fff8b57bff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8b5b1000 -     0x7fff8b5c6ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8b5c7000 -     0x7fff8b5c9fff  libUniversalAccess.dylib (143.7.2) <F0596AEF-609C-3599-A30A-6CE8E256F8FD> /usr/lib/libUniversalAccess.dylib
        0x7fff8b5ca000 -     0x7fff8b60dff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff8b60e000 -     0x7fff8b621ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8b622000 -     0x7fff8b623ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8b624000 -     0x7fff8b625fff  libquit.dylib (130) <DC77F406-C5D4-301B-A96D-9A3DCA263756> /usr/lib/libquit.dylib
        0x7fff8b653000 -     0x7fff8b65fff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8b660000 -     0x7fff8b6afff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8b99b000 -     0x7fff8ba36fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8ba37000 -     0x7fff8ba43fff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8ba51000 -     0x7fff8ba93ff7  com.apple.LoginUIKit (2.0 - 2.0) <B4C91314-C5A4-3FAD-82C5-18F8ECC0288D> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/LoginUIKit
        0x7fff8ba94000 -     0x7fff8ba94fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8bad0000 -     0x7fff8bad4ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8bad5000 -     0x7fff8bae5fff  com.apple.FileSync.framework (8.0 - 606) <570A8365-80AA-394C-A245-599327A65516> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
        0x7fff8bd6c000 -     0x7fff8bdc3ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8bdc4000 -     0x7fff8bdc9fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8bdca000 -     0x7fff8be24ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8be25000 -     0x7fff8be28fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8be29000 -     0x7fff8be3efff  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
        0x7fff8be80000 -     0x7fff8be84fff  com.apple.FindMyMac (2.1 - 2.1) <EF5351E8-4BA3-3EE2-8358-0436EF4EC041> /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
        0x7fff8be85000 -     0x7fff8be8ffff  libcsfde.dylib (296.16) <DE03E28D-7979-3C31-9F46-2A7337CE0DBA> /usr/lib/libcsfde.dylib
        0x7fff8d704000 -     0x7fff8d713fff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8d716000 -     0x7fff8d71afff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8d71b000 -     0x7fff8d728fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8d729000 -     0x7fff8d74bff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff8d74c000 -     0x7fff8d790fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff8da88000 -     0x7fff8dc0efff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8dc0f000 -     0x7fff8dc9cff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8dcab000 -     0x7fff8dcb0fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8dcb1000 -     0x7fff8ddb3fff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8ddb4000 -     0x7fff8ddbafff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8ddbb000 -     0x7fff8ddbbfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8ddbc000 -     0x7fff8ddd9ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8ddda000 -     0x7fff8de97ff7  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
        0x7fff8e10e000 -     0x7fff8e11afff  com.apple.login (2.0 - 2.0) <2CE05B78-5D08-3666-B816-6E1874386407> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff8e11b000 -     0x7fff8e147ff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8e148000 -     0x7fff8e19dff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8e1a8000 -     0x7fff8e1b5ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8e3ff000 -     0x7fff8e40aff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        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: 61
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=177.0M resident=129.9M(73%) swapped_out_or_unallocated=47.1M(27%)
    Writable regions: Total=114.9M written=2048K(2%) resident=26.7M(23%) swapped_out=0K(0%) unallocated=88.2M(77%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  5088K
    CG raster data                     5356K
    CG shared images                    128K
    CoreAnimation                         4K
    CoreServices                       2280K
    IOKit                              3792K
    IOKit (reserved)                      4K        reserved VM address space (unallocated)
    MALLOC                             87.3M
    MALLOC guard page                    48K
    Memory tag=242                       12K
    OpenGL GLSL                        1936K
    OpenGL GLSL (reserved)              128K        reserved VM address space (unallocated)
    STACK GUARD                        56.0M
    Stack                              12.6M
    VM_ALLOCATE                         196K
    __DATA                             30.5M
    __IMAGE                             528K
    __LINKEDIT                         54.2M
    __TEXT                            122.7M
    __UNICODE                           544K
    mapped file                        27.9M
    shared memory                      1844K
    ===========                      =======
    TOTAL                             412.6M
    TOTAL, minus reserved VM space    412.5M
    This is the second crash log...
    Process:         loginwindow [52]
    Path:            /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow
    Identifier:      loginwindow
    Version:         8.2 (8.2)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:         501
    Date/Time:       2013-05-13 01:22:30.075 -0400
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: setNextKeyView:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff86d17250 objc_msgSend + 16
    1   com.apple.CoreFoundation                0x00007fff8cb0a4a6 __NSArrayEnumerate + 582
    2   com.apple.AppKit                        0x00007fff8800ff7b -[NSView _removeNextPointersToMe] + 602
    3   com.apple.AppKit                        0x00007fff8800fd08 -[NSView _removeFromKeyViewLoop] + 205
    4   com.apple.AppKit                        0x00007fff8800f4a6 -[NSView _finalizeWithReferenceCounting] + 784
    5   com.apple.AppKit                        0x00007fff8800f16e -[NSView dealloc] + 42
    6   libobjc.A.dylib                         0x00007fff86d1b230 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 464
    7   com.apple.CoreFoundation                0x00007fff8caaed72 _CFAutoreleasePoolPop + 34
    8   com.apple.Foundation                    0x00007fff8a0a4ada -[NSAutoreleasePool drain] + 154
    9   com.apple.AppKit                        0x00007fff880112ae -[NSApplication run] + 736
    10  com.apple.loginwindow             

    Some tests to try.
    Apple Hardware Test doesn't catch everything, so even if it doesn't find a problem, you could have one.
    Apple Hardware Test
    Memory Test
    Memory Test (2)

  • [SOLVED]zsh completion config not being loaded but other settings work

    This seems like a slightly odd problem.  I've been using zsh quite happily for a while now and as far as I've been aware, my .zshrc has been loaded consistently and properly.
    Today I decided to add auto-completion for one of my own programs.  It works, BUT I have to manually `source ~/.zshrc` in each new terminal even after logging out and back in.  The `fpath` variable is not being read from the .zshrc when I log in or start a terminal/emulator, but if I manually source .zshrc it works fine.
    Here are the relevant files:
    ~/.zshenv
    #!/bin/zsh
    ZDOTDIR=~/.config/zsh
    typeset -U path
    path=($HOME/bin $HOME/scripts $path)
    export EDITOR=vim
    export DIRB=~/.local/share/DirB
    export LOCAL_PACKAGE_SOURCES=/home/ian/dl
    ~/.config/_zshrc
    # The following lines were added by compinstall
    zstyle ':completion:*' completer _complete _ignored
    zstyle :compinstall filename '/home/ian/.config/zsh/_zshrc'
    autoload -Uz promptinit colors
    colors
    promptinit
    # COMPLETION settings
    fpath=(~/.config/zsh/completion $fpath)
    autoload -Uz compinit
    compinit
    zstyle ':completion:*' menu select=2
    # Lines configured by zsh-newuser-install
    HISTFILE=~/.local/share/zshhistfile
    HISTSIZE=1000
    SAVEHIST=1000
    if ! [[ "${PATH}" =~ "^${HOME}/bin" ]]; then
    export PATH="${HOME}/bin:${PATH}"
    fi
    if ! [[ "${PATH}" =~ "^${HOME}/scripts" ]]; then
    export PATH="${HOME}/scripts:${PATH}"
    fi
    # history options:
    setopt append_history hist_ignore_dups hist_ignore_all_dups hist_ignore_space hist_no_store
    # background jobs:
    setopt notify
    # changing directory:
    setopt auto_cd auto_pushd pushd_silent
    # globbing:
    setopt extended_glob
    # unset:
    unsetopt beep flow_control
    # keymap: emacs
    bindkey -e
    # End of lines configured by zsh-newuser-install
    # make M-f and M-b stop at / in paths:
    export WORDCHARS=''
    source ~/.bash_profile
    source ~/.config/bash/aliases
    source ~/.config/zsh/alias_s
    source ~/.config/zsh/alias_g
    source ~/.config/bash/DirB
    source ~/.config/zsh/functions
    # prompt:
    PS1="%B%{$fg[black]%}::%{$fg[cyan]%}(%b%{$fg[cyan]%}%n@%m%B%{$fg[cyan]%})%{$fg[black]%}-%{$fg[cyan]%}(%b%{$fg[cyan]%}%T%B%{$fg[cyan]%})%{$fg[black]%}-%{$fg[cyan]%}[%b%{$fg[cyan]%}%h%B%{$fg[cyan]%}]%{$fg[black]%}-%{$fg[cyan]%}(%b%{$fg[yellow]%}%2~%B%{$fg[cyan]%})%{$fg[black]%}>%b %{$reset_color%}"
    The only changes I've made are the lines under "COMPLETION."
    Can anyone spot something in there to suggest why everything seems to work except the `fpath=(~/.config/zsh/completion $fpath)` line?
    Last edited by ibrunton (2015-06-09 22:43:24)

    This is what I use (note, different ZSHDOTDIR to you):
    # completions
    # add custom completion scripts
    fpath=(~/.zsh/completion $fpath)
    autoload -Uz compinit
    compinit
    zstyle ':completion:*' completer _complete _correct _approximate
    zstyle ':completion:*' expand prefix suffix
    zstyle ':completion:*' completer _expand_alias _complete _approximate
    zstyle ':completion:*' menu select
    zstyle ':completion:*' file-sort name
    zstyle ':completion:*' ignore-parents pwd
    zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
    zstyle ':completion:*:pacman:*' force-list always
    zstyle ':completion:*:*:pacman:*' menu yes select
    zstyle -e ':completion:*' hosts 'reply=(cent pi sent veles)'
    zstyle :compinstall filename '$HOME/.zsh/zshrc'

  • Hi, i have tryed to install os x leopard, (its a old imac) , disk utility is greyed out , my install dvd cant find any hdd to install on , my only way to format and configure is through terminal but dont know what commands to execute

    hi, i have tryed to install os x leopard, (its a old imac) , disk utility is greyed out , my install dvd cant find any hdd to install on , my only way to format and configure is through terminal but dont know what commands to execute...
    i tryed diffrent commands such as diskutil eraseDisk JHFS+ Disk1
    diskutil list , wont show up my harddrive , i now its functionally cause it shows up in disk utility with name and i can get info about it , but everything is greyed out can only switch between "erase , partition , recover , Raid ,....
    when i click the apple in the top left corner the whole menu is greyed out... what to do ?  help me please
    Sincerly AppleNoob92
    p.s i have no experience in apple imac's at all never used before, but im kinda windows nerd so computers i understand but this imac make my insane, cant seem to find any solutions anywhere on the WWW....

    Your HD may be crashed, so you probably should use the oringinal install discs to run Apple Hardware Test in extended mode. If error codes appear this confirms a hardware failure. In addition you cannnot repair the HD using Disk Utility from the startup disk, you have to use the origninal Install discs that shipped with the computer or the most up-to-date version of OS X on a disc that you have.

  • Photoshop CS5 and NVIDIA GeForce GTX 295 Crash

    My specifications:
    Photoshop CS5 (x64)
    Windows 7 x64
    NVIDIA GeForce GTX 295 (latest v197.45 driver)
    Intel i7 920 2.67 GHz
    My card is listed as a tested card for CS5 and NVIDIA says this is compatible with CS5, but today after using it, my screen went blank and the display driver recovered itself. It took about 5 minutes until Photoshop CS5 became responsive again and the GPU features were disabled. I am going to try GPU advanced mode and basic mode instead of normal mode to see what happens, but this is a shame that I have issues like this. I also had issues with CS4 like this.
    What I did to cause this issue: I clicked" Place.." to place an object and that is when it crashed. It only happens randomly as I use Photoshop. Please NVIDIA or Adobe fix this issue. I love the GPU features and I want to run them, but this crashing is annoying for spending so much on buying this product. I hate to have to pay to contact Adobe technical support, it should be included with the purchase of software!
    How to fix this without having to go to basic GPU mode or disabled GPU mode?

    function(){return A.apply(null,[this].concat($A(arguments)))}
    SteveR From UK wrote:
    With my own problems and a keen observer of this thread it making me think that I should stay away from Nvidia cards cards completed and go ATI
    It comes down to policies within companies that in some cases we simply cannot know.
    For example:
    Does nVidia or ATI have a better plan to support cards with new drivers into the future?  My experience is that right now, with my particular video card, ATI does a better job of making new features available (and making them work right) than nVidia.  Is this based on support policy or simply what the engineers can and can't do?  Maybe it's partially a matter of funding.
    Who has a better handle on how to develop unified software and keep it working on all a whole family of cards?  What is their software quality?  I am active on Windows forums, and it sure seemed to take nVidia a lot longer to stabilize their drivers for Windows 7 than ATI.
    Who has a better test lab?  You can imagine that if one company has a better built/funded/maintained test lab, they're more likely to make new versions of drivers for old cards work properly if they have a computer set aside somewhere with that old card in it just waiting to try out new drivers.  Unfortunately you can imagine with these companies making many, many new models all the time that funding that lab (and funding the MAINTENANCE of that lab) could get to be HUGE!
    Lastly, how much do Marketing or other greedy business people influence company direction, vs. Engineers?  Imagine a Marketing person's thoughts:  "Stop making new drivers for that old card; we're not selling those and haven't for a long time.  If a person has one and can't run the latest game or graphics software, he'll go buy a new one, and that's more money for us."
    By the way, just to get an idea of how many different cards we're talking about, look at the sheer number of models listed in the various lists on this page:  http://www.videocardbenchmark.net/
    Just food for thought.
    -Noel

  • Tab Completion within Terminal

    I'm currently studying the Peachpit book on OSX Support Essentials and have just arrived at the section concerning tab completion in the Terminal. According to the book, if I start from my home folder, then type P, and then press the Tab key, I should get all the choices available to me within the home folder that start with P. I tried this and it worked for me once. Now, however, after restarting, if I do the same thing, I get only one choice - PPCExplain, which is located in Developer/usr/bin/, and not in my home directory. Thinking a preferences must have gotten screwed up, I deleted the preferences for the Terminal, and restarted - still I get this one result and have no explanation of why this command worked as the book said it would and now it doesn't. I'm quite positive I'm starting from my user folder. Any idea what's going on here? Thanks.

    Your terminal is working correctly. In unix-based systems, tab completion is situation-dependent, and for the most part is relative to the root of the drive. If you open a terminal and type P<tab> it will list all commands that are included in your $PATH variable. The $PATH contains file locations (starting from the drive's root) for all the commonly used utilities. To see what the $PATH contains, type the following command in the terminal:
    echo $PATH
    This command will output something like: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
    All the paths listed there are targeted when you enter a command. When you press "P<tab>" the system looks for something in these directories that begins with a "P". The terminal assumes "/usr/bin/", "/bin", and the other paths have already been entered, so typing "P" just completes the path from there.
    If you want to run the command "top" which shows all your running processes (similar to activity monitor) is located in the "/usr/bin" directory. Since that directory is in your $PATH, all you have to do is type "top" and press enter. For longer and unique commands you can use tab completion.
    Running "top" as described above is the exact same thing as running "/usr/bin/top". This is the command that is actually run, but having the rest of the file path in the $PATH variable makes it easier than having to type out the whole command.
    As for directories and user files, they're accessed from the root ("/") as well. If you want to access your user folder and show the contents in it via tab completion, start at the root of your drive, as follows:
    /Users/username/<tab>
    Press tab twice to show the available commands or paths. If you want to change your current directory to a new folder, type "cd" before the full file path, as such:
    cd /Users/username/Desktop
    Unix bases everything from the root of the drive as I explained above. However, there are some ways to simplify commands instead of having to type the whole command path before the command itself, or to target a specific file or folder without having to enter the path for the file/folder. These are the period, and the tilde keys: ".", "..", "~".
    To reference the current folder, use the ".", and to reference the parent folder type "..". To reference the user home folder type "~". Other than these options, everything is assumed to be referenced from the root of the drive "/".
    As such, you can change to your home folder these ways:
    cd ~
    cd /Users/username
    These commands perform the same function. The tilde (~) just indicates the current user's home folder, so you dont have to always enter "/Users/username" whenever you want to target something in your home folder.
    Lets take your home folder for example. I'll assume your home's name is "jcoyle".
    If you want to reference your desktop, you are currently trying to do it by pressing "D" and the pressing tab. This wont work. To reference your desktop you'll need to start at the root, or at some of the shortcuts provided by Unix (namely the tilde):
    /Users/jcoyle/Desktop (references from the full path)
    ~/Desktop (references from the user's home folder)
    Continue to press tab to see all the available targets in the desktop folder, and then enter part of the name of one of them and tab-complete it. You can list contents of folders this way.
    Getting back to the periods ("." and ".."), you can reference things relative to your current position. For instance, if you are currently in your Desktop folder, you can change back to your home folder by pressing "cd .." to go up one level. From there you can "cd" into your Movies folder, for example. Alternatively, if you are in your "Desktop" folder you can get to your "Movies" folder directly by typing "cd ../Movies". This tells the computer to go up one level and then target the "Movies" folder that should be there.
    Targeting files and folders like this in the Terminal, however, will not do anything unless the final targeted file is an executable binary file (such as a program). You must perform an action (via a program, ie: one of the commands like "cd") on the referenced path in order to do anything.
    Think about wanting to open TextEdit. You can open it by entering this command:
    /Applications/TextEdit.app/Contents/MacOS/TextEdit
    If you are in the "Applications" directory, you can type the command above, or type:
    ./TextEdit.app/Contents/MacOS/TextEdit
    The period references the current directory ("Applications") and then continues the command from there.
    Say you want to open a file on your desktop called "file.txt" in TextEdit. With the TextEdit program, if you enter the full path of a target file after the command to open the program then the program will try to open that file. For instance, this full command will open the file "file.txt" in the TextEdit program:
    /Applications/TextEdit.app/Contents/MacOS/TextEdit /Users/jcoyle/Desktop/file.txt
    Alternatively, this will work:
    /Applications/TextEdit.app/Contents/MacOS/TextEdit ~/Desktop/file.txt
    (The tilde references the home folder)
    If you are currently in the Applications folder, then this command will also do the same thing:
    ./TextEdit.app/Contents/MacOS/TextEdit ~/Desktop/file.txt
    (The period references the Applications folder itself, so you dont have to type the path before where you currently are located)
    Lastly, if you are in the Applications folder, then this command will also work:
    ../Applications/TextEdit.app/Contents/MacOS/TextEdit ~/Desktop/file.txt
    (the double period references the folder above where you are. In this case it happens to be the root "/" folder, so the full path ends up being what's entered. However, imagine the TextEdit application is in your Desktop folder. In that case if you wanted to open the application (forget about opening files with it for now) you could type these commands (assuming you have just opened the terminal and are currently in your home folder):
    /Users/jcoyle/Desktop/TextEdit.app/Contents/MacOS/TextEdit
    ./Desktop/TextEdit.app/Contents/MacOS/TextEdit
    ~/Desktop/TextEdit.app/Contents/MacOS/TextEdit (in this case the tilde is redundant, since you are already at your home folder)
    ../jcoyle/Desktop/TextEdit.app/Contents/MacOS/TextEdit
    ../../Users/jcoyle/Desktop/TextEdit.app/Contents/MacOS/TextEdit
    The last command invokes two instances of "..", which bring you back two folder levels. In this case, the first would move your reference from "jcoyle" up to the "Users" directory, and from there the second ".." would move you up to the root of the drive "/".
    I hope this long-winded explanation clarifies how paths work in Unix-based systems. Just that by default everything is assumed to be referenced from root, and the included file paths in the $PATH variable is why you see the files from those folders when you just press a letter and tab-complete it.
    It's very logical, but it can be a bit funky to wrap your head around.

  • Clearing history list makes Compressor crash

    Selecting all your completed jobs (Shift-Down Arrow or Cmd-A or drag with the mouse) in the History window, and then hitting the Delete key, makes Compressor crash. As far as I can remember it is when jobs are split amongst multiple days. But I am not 100% sure.
    My setup is iMac i7, OSX 10.6.2, Compressor 3.5.1 (FCS3)
    I'd be interested to know if someone else can replicate this.

    Here it is.
    I am not familiar with crash reports. Let me know if the extract below is incomplete.
    Also, one point of detail: Same issue since I upgraded to OS X v10.6.3
    Process: Compressor [699]
    Path: /Applications/Compressor.app/Contents/MacOS/Compressor
    Identifier: com.apple.compressor.Compressor
    Version: 3.5.2 (3.5.2)
    Build Info: Compressor-3520019~6
    Code Type: X86 (Native)
    Parent Process: launchd [141]
    Date/Time: 2010-03-31 09:49:48.411 +0200
    OS Version: Mac OS X 10.6.3 (10D573)
    Report Version: 6
    Interval Since Last Report: 21952 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 3841 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 7F8A789D-3F69-4A55-8774-44C67573E44C
    Exception Type: EXCBADINSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc[699]: FREED(id): message tileView sent to freed object=0x16f2ce60
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x92ca04b4 objcerror + 116
    1 libobjc.A.dylib 0x92ca04ea _objcerror + 52
    2 libobjc.A.dylib 0x92c9e7dc _freedHandler + 58
    3 com.apple.prokit 0x003e3ce6 -[NSProTileBackgroundView setFrameSize:] + 72
    4 com.apple.AppKit 0x97eeed38 -[NSView setFrame:] + 284
    5 com.apple.AppKit 0x9813de5e UpdateViewAnimationViews + 401
    6 com.apple.CoreFoundation 0x957889c0 _CFDictionaryApplyFunction_block_invoke1 + 32
    7 com.apple.CoreFoundation 0x9578886a CFBasicHashApply + 202
    8 com.apple.CoreFoundation 0x95788781 CFDictionaryApplyFunction + 177
    9 com.apple.AppKit 0x9813dcba -[NSViewAnimation setCurrentProgress:] + 149
    10 com.apple.AppKit 0x9812291c -[NSAnimation(NSInternal) _advanceTimeWithTimer:] + 176
    11 com.apple.Foundation 0x9938c970 __NSFireTimer + 141
    12 com.apple.CoreFoundation 0x957a176b __CFRunLoopRun + 8059
    13 com.apple.CoreFoundation 0x9579f0f4 CFRunLoopRunSpecific + 452
    14 com.apple.CoreFoundation 0x9579ef21 CFRunLoopRunInMode + 97
    15 com.apple.HIToolbox 0x959f60fc RunCurrentEventLoopInMode + 392
    16 com.apple.HIToolbox 0x959f5eb1 ReceiveNextEventCommon + 354
    17 com.apple.HIToolbox 0x959f5d36 BlockUntilNextEventMatchingListInMode + 81
    18 com.apple.AppKit 0x97f13135 _DPSNextEvent + 847
    19 com.apple.AppKit 0x97f12976 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    20 com.apple.AppKit 0x97ed4bef -[NSApplication run] + 821
    21 com.apple.prokit 0x00304ab1 NSProApplicationMain + 326
    22 ...apple.compressor.Compressor 0x00003a42 0x1000 + 10818
    23 ...apple.compressor.Compressor 0x00002702 0x1000 + 5890

Maybe you are looking for

  • Down Payment Request for Delivery-Related Item

    Hi, My customer has a scenario where they will need make a down payment request to the customer before delivery. E.g. For a sale of Item 1 ($100), they need a deposit of $10 before they proceed with the delivery. After the collection of the 10% down

  • Can't drag docs from Stacks onto desktop

    Ever since I have had my Mac, which I bought only in March, I've been totally baffled by the Stacks facility. I put documents straight from the desktop onto a folder onto hard disc - it appears to have done this. I then check it a few days later - no

  • Generate a .doc with Bps

    Hi all experts, I have no much idea about Bps, but in my company we have this problem and we would like to solve it: - We would like to present via Bps a web based form to insert data in a textarea and when the user clicks "submit" button, we would l

  • Powermac g5 single-1.8ghz & new ram

    i recently took upon a powermac g5 1.8ghz single core system with 1gb of memory and wanted to know if this memory would work inside of it aswell: http://www.newegg.com/Product/Product.aspx?Item=N82E16820161161

  • Printing solo PDFs via .BAT file

    Hi all, We have a current implementation of Oracle Documaker for our LOB. What we do is run a .BAT file that runs the GEN* brothers (gentnw32, gendaw32, and genptw32). This then uses the XML defined in the DATA segment of the fsisys INI file. This pr