Cocoalicious 1.0b40: Automatic Software Update

Since I’m at home sick today, and I’ve been a little bored just laying in bed, I decided to look into a small project I’ve been meaning to tackle for awhile: integrating Andy Matuschak’s excellent Sparkle software update framework into Cocoalicious.

If you’re a small developer looking for an easy way to add a software update mechanism to your application, I can’t recommend Sparkle to you in glowing enough terms. I tend to have a lot of admiration for no fuss, minimal-yet-powerful Cocoa code (think NSString+Templating), and Andy’s framework is a true marvel in that department. I wrote literally no code to integrate Sparkle into Cocoalicious–including an application menu item that manually checks for updates and a preferences window checkbox that controls whether or not Sparkle should check for updates on startup. Once Sparkle discovers that there is an update, it even handles all the details of downloading it for the user, decompressing it, and quitting and relaunching the app! The whole package makes good on the promise of Fraser’s appcasting idea in a very, very slick way.

And, what’s more, now that Cocoalicious 1.0b40 has automatic updates, you officially have no more reason to read my weblog! Perhaps I’ll have to actually come up with something interesting to say rather than simply blathering on about Cocoalicious updates…

11 Responses to “Cocoalicious 1.0b40: Automatic Software Update”

  1. Jeremy P Says:

    After installing b40, I had to delete ~/Library/Application Support/Cocoalicious/username in order for it to function. I skipped b39, so maybe that is why?

  2. Justin Williams Says:

    You could always turn this into a recipe share. :)

  3. James Huston Says:

    beta 40? You and the Quicksilver developer having a contest for most betas before a 1.0 release?

  4. Lucien Says:

    It’s crashing for me too.. here’s the relevant bits:

    Thread 5 Crashed:
    0 com.apple.Foundation 0×92901620 _NSRaiseError + 264
    1 com.apple.Foundation 0×9290135c +[NSException raise:format:] + 40
    2 com.apple.Foundation 0×928c79a8 -[NSCFDictionary setObject:forKey:] + 124
    3 com.scifihifi.Cocoalicious 0×0001e38c -[DCAPICache addPosts:clean:] + 412 (crt.c:355)
    4 com.scifihifi.Cocoalicious 0×0001e0c4 -[DCAPICache refreshMemoryCacheWithPolicy:error:] + 480 (crt.c:355)
    5 com.scifihifi.Cocoalicious 0×0000b3b0 -[AppController refreshPostsWithCachePolicy:] + 120 (crt.c:355)
    6 com.scifihifi.Cocoalicious 0×0000b108 -[AppController refreshAll] + 96 (crt.c:355)
    7 com.apple.Foundation 0×928e66d4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0×9002b200 _pthread_body + 96

  5. blalor Says:

    Is there any better place for feature requests and bug reports than throwing down a comment in an unrelated post? :-)

    Two things are kind of bugging me:
    * When I use the bookmarklet in Safari when Cocoalicious isn’t running, Cocoalicious launches but forgets about the URL it was supposed to handle.
    * When I bookmark a URL that’s already been bookmarked, I think the popup should be pre-populated with information I entered previously.

    I’ve been kind of forced to use Cocoalicious since I recently added a slew of new tags that make the standard del.icio.us posting interface too slow to use with Safari (or probably any browser, for that matter). I haven’t gotten around to writing my own bookmarklet, so I’ve been using the new Cocoalicious bookmarklet. The only thing I really miss (and I do *really* miss this) is seeing what other tags people have used when posting a new link.

    Nice work! I look forward to seeing the new tag interface!

  6. Charles Says:

    What I’d like to see is the ability to log in (via Ascript) to more than one account, or post a site/tag etc, to multiple accounts.

    Because while I only have one copy of C/licious, I can (and do) have multiple delicious accts - one personal, one work.

    I’ve set up an Applescript to post links direct from NetNewsWire or Mail or Camino, but at present can only go to one account. What I’d like is an Applescript functionality that would let one do something like
    make new post with properties {…. username:myusername, password:mypw}

    so you’d have username and password as properties of post.
    obviously, you’d want to warn people about the security issues, but if they know enough to script it, they’ll know enough to do the other.

    BTW a suggestion on the “What is Buzz’s first name?” It completely floored me first time because I haven’t read all your blog. How about
    “What first name do I have in common with Buzz Lightyear and Buzz Aldrin?”

  7. dekay Says:

    …second that bug/crash report. Starts up, tries to connect and dl the delicious stuff and then “boom”.

  8. Deicidus Says:

    Cocoalicious crashes for me on login. It worked when I first made a del.icio.us account, but then I uploaded a bunch of bookmarks. It will start logging in, then suddenly exit. I tried deleting all of the preference and profile files, but that didn’t help.

  9. Jens Alfke Says:

    Will there be a Cocoa.gnolia?

  10. Jerome Says:

    Yet another very long crash log when loging:

    Date/Time: 2006-03-01 13:28:47.021 +0100
    OS Version: 10.4.5 (Build 8H14)
    Report Version: 4

    Command: Cocoalicious
    Path: /Applications/Cocoalicious.app/Contents/MacOS/Cocoalicious
    Parent: WindowServer [77]

    Version: 1.0 (40)

    PID: 25340
    Thread: 5

    Exception: EXC_BREAKPOINT (0×0006)
    Code[0]: 0×00000001
    Code[1]: 0×92902340

    Thread 0:
    0 libSystem.B.dylib 0×9000b1e8 mach_msg_trap + 8
    1 libSystem.B.dylib 0×9000b13c mach_msg + 60
    2 com.apple.CoreFoundation 0×9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0×9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0×9318f1e0 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0×9318e874 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0×9318e6e0 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0×9368c104 _DPSNextEvent + 384
    8 com.apple.AppKit 0×9368bdc8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0×9368830c -[NSApplication run] + 472
    10 com.apple.AppKit 0×93778e68 NSApplicationMain + 452
    11 com.scifihifi.Cocoalicious 0×00009780 _start + 340 (crt.c:272)
    12 com.scifihifi.Cocoalicious 0×00009628 start + 60

    Thread 1:
    0 libSystem.B.dylib 0×9000b1e8 mach_msg_trap + 8
    1 libSystem.B.dylib 0×9000b13c mach_msg + 60
    2 com.apple.CoreFoundation 0×9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0×9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0×928f6384 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0×928f62bc -[NSRunLoop run] + 76
    6 com.apple.WebKit 0×9563f410 +[WebFileDatabase _syncLoop:] + 176
    7 com.apple.Foundation 0×928e73b4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0×9002b1e0 _pthread_body + 96

    Thread 2:
    0 libSystem.B.dylib 0×9001f1ec select + 12
    1 com.apple.CoreFoundation 0×9076f9a8 __CFSocketManager + 472
    2 libSystem.B.dylib 0×9002b1e0 _pthread_body + 96

    Thread 3:
    0 libSystem.B.dylib 0×9000b1e8 mach_msg_trap + 8
    1 libSystem.B.dylib 0×9000b13c mach_msg + 60
    2 com.apple.CoreFoundation 0×9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0×9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0×9290e8bc +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    5 com.apple.Foundation 0×928e73b4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0×9002b1e0 _pthread_body + 96

    Thread 4:
    0 libSystem.B.dylib 0×9000b1e8 mach_msg_trap + 8
    1 libSystem.B.dylib 0×9000b13c mach_msg + 60
    2 com.apple.CoreFoundation 0×9075d114 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0×9075ca18 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0×9290f9fc +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0×928e73b4 forkThreadForFunction + 108
    6 libSystem.B.dylib 0×9002b1e0 _pthread_body + 96

    Thread 5 Crashed:
    0 com.apple.Foundation 0×92902340 _NSRaiseError + 264
    1 com.apple.Foundation 0×9290207c +[NSException raise:format:] + 40
    2 com.apple.Foundation 0×928c8688 -[NSCFDictionary setObject:forKey:] + 124
    3 com.scifihifi.Cocoalicious 0×0001e38c -[DCAPICache addPosts:clean:] + 412 (crt.c:355)
    4 com.scifihifi.Cocoalicious 0×0001e0c4 -[DCAPICache refreshMemoryCacheWithPolicy:error:] + 480 (crt.c:355)
    5 com.scifihifi.Cocoalicious 0×0000b3b0 -[AppController refreshPostsWithCachePolicy:] + 120 (crt.c:355)
    6 com.scifihifi.Cocoalicious 0×0000b108 -[AppController refreshAll] + 96 (crt.c:355)
    7 com.apple.Foundation 0×928e73b4 forkThreadForFunction + 108
    8 libSystem.B.dylib 0×9002b1e0 _pthread_body + 96

    Thread 6:
    0 libSystem.B.dylib 0×90049728 syscall_thread_switch + 8
    1 com.apple.Foundation 0×928ff7f0 +[NSThread sleepUntilDate:] + 152
    2 com.apple.AppKit 0×93729034 -[NSUIHeartBeat _heartBeatThread:] + 1100
    3 com.apple.Foundation 0×928e73b4 forkThreadForFunction + 108
    4 libSystem.B.dylib 0×9002b1e0 _pthread_body + 96

    Thread 5 crashed with PPC Thread State 64:
    srr0: 0×0000000092902340 srr1: 0×100000000202f030 vrsave: 0×0000000000000000
    cr: 0×24004422 xer: 0×0000000000000000 lr: 0×0000000092902318 ctr: 0×00000000928c4484
    r0: 0×0000000000000000 r1: 0×00000000f0182b20 r2: 0×00000000a28c1508 r3: 0×00000000a28e5b84
    r4: 0×00000000909cf00c r5: 0×00000000928c3a64 r6: 0×00000000f0182754 r7: 0×00000000000000ff
    r8: 0×00000000f0182740 r9: 0×0000000016195040 r10: 0×00000000909bd648 r11: 0×0000000028004422
    r12: 0×00000000928c4484 r13: 0×0000000000000000 r14: 0×0000000000000000 r15: 0×0000000000000000
    r16: 0×0000000000000000 r17: 0×0000000000000000 r18: 0×0000000000030000 r19: 0×0000000000030000
    r20: 0×0000000016e96fe0 r21: 0×000000001617d470 r22: 0×0000000016cf60d0 r23: 0×0000000000030000
    r24: 0×0000000016e83db0 r25: 0×000000000002e568 r26: 0×000000000002e500 r27: 0×000000001809a000
    r28: 0×000000001703cff0 r29: 0×00000000a28c6808 r30: 0×0000000000000000 r31: 0×0000000092902248

    Binary Images Description:
    0×1000 - 0×2bfff com.scifihifi.Cocoalicious 1.0 (40) /Applications/Cocoalicious.app/Contents/MacOS/Cocoalicious
    0×215000 - 0×215fff jp.hetima.SafariStand.loader SafariStand-loader version 1.0 (5) /Users/jerome/Library/InputManagers/SafariStand/SafariStand-loader.bundle/Contents/MacOS/SafariStand-loader
    0×219000 - 0×220fff com.unsanity.smartcrashreports Smart Crash Reports version 1.0.2 (1.0.2) /Users/jerome/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0×225000 - 0×226fff net.culater.SIMBL 0.2 (6) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0×731000 - 0×731fff org.xlife.InquisitorLoader 1.0 /Users/jerome/Library/InputManagers/Inquisitor/Inquisitor.bundle/Contents/MacOS/Inquisitor
    0×7db000 - 0×7dbfff com.apple.applescript.component 1.10.3 /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0×7e0000 - 0×7e0fff com.apple.osax.digihub 1.0 /System/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting
    0×7e8000 - 0×7e97b6 Adobe Unit Types PEF binary: Adobe Unit Types
    0×160f7000 - 0×160fcfff com.apple.motion.component 1.0 /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0×161668a0 - 0×16166952 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0×16166f20 - 0×16166f97 CFMPriv_System PEF binary: CFMPriv_System
    0×16167210 - 0×161672e0 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0×16167350 - 0×16167423 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0×161674f0 - 0×161675ab CFMPriv_Help PEF binary: CFMPriv_Help
    0×161675b0 - 0×1616767a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0×161676f0 - 0×161677c6 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0×16167830 - 0×16167903 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0×16167980 - 0×16167a65 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0×16167ad0 - 0×16167ba6 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0×16167c70 - 0×16167d2e CFMPriv_Print PEF binary: CFMPriv_Print
    0×16167d40 - 0×16167e0d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0×16167e80 - 0×16167f62 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0×16167fe0 - 0×161680b3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0×16168130 - 0×16168203 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0×161682e0 - 0×161683a2 CFMPriv_AE PEF binary: CFMPriv_AE
    0×161683b0 - 0×16168475 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0×161684f0 - 0×161685c7 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0×16168650 - 0×16168733 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0×16168880 - 0×1616895a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0×161689d0 - 0×16168ab0 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0×16168b40 - 0×16168c26 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0×16168d00 - 0×16168dd7 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0×16168de0 - 0×16168ea2 CFMPriv_QD PEF binary: CFMPriv_QD
    0×16168fa0 - 0×16169089 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0×16221000 - 0×1622cfff com.apple.LiveType.component 2.0.2 /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0×16232000 - 0×16287fff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0×16295000 - 0×16419fff com.elgato.mpegsupport EyeTV MPEG Support 1.0.3 (build 34) (1.0.3) /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0×16575000 - 0×165b2fff com.apple.osax.standardadditions 1.10.3 (???) /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions
    0×165c0000 - 0×1660f3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0×7dbb0000 - 0×7dbb9fff Motion /Library/Frameworks/Motion.framework/Versions/A/Motion
    0×7f950000 - 0×7f9b8fff com.apple.LiveType.framework 2.0.2 /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0×8ed72000 - 0×8f731fff com.apple.QuickTimeComponents.component 7.0.4 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
    0×8fa79000 - 0×8fd27fff com.apple.QuickTime 7.0.4 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0×8fe00000 - 0×8fe54fff dyld 44.2 /usr/lib/dyld
    0×90000000 - 0×901b3fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0×9020b000 - 0×9020ffff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0×90211000 - 0×90264fff com.apple.CoreText 1.0.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0×90291000 - 0×90342fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0×90371000 - 0×906aefff com.apple.CoreGraphics 1.256.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0×9073a000 - 0×90813fff com.apple.CoreFoundation 6.4.4 (368.25) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0×9085c000 - 0×9085cfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0×9085e000 - 0×90960fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0×909ba000 - 0×90a3efff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0×90a68000 - 0×90ad6fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0×90aed000 - 0×90afffff libauto.dylib /usr/lib/libauto.dylib
    0×90b06000 - 0×90ddefff com.apple.CoreServices.CarbonCore 681.3 (671.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0×90e44000 - 0×90ec4fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0×90f0e000 - 0×90f4ffff com.apple.CFNetwork 10.4.4 (129.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0×90f64000 - 0×90f7cfff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
    0×90f8c000 - 0×9100dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0×91053000 - 0×9107dfff com.apple.Metadata 10.4.4 (121.34) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0×9108e000 - 0×9109cfff libz.1.dylib /usr/lib/libz.1.dylib
    0×9109f000 - 0×91262fff com.apple.security 4.3 (25966) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0×91365000 - 0×9136efff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0×91375000 - 0×9139cfff com.apple.SystemConfiguration 1.8.2 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0×913af000 - 0×913b7fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0×913bc000 - 0×913dcfff libmx.A.dylib /usr/lib/libmx.A.dylib
    0×913e2000 - 0×913eafff libbsm.dylib /usr/lib/libbsm.dylib
    0×913ee000 - 0×9146efff com.apple.audio.CoreAudio 3.0.2 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0×914ad000 - 0×914adfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0×914af000 - 0×914e7fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0×91502000 - 0×915cffff com.apple.ColorSync 4.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0×91624000 - 0×916b7fff com.apple.print.framework.PrintCore 4.3 (172.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0×916fe000 - 0×917bbfff com.apple.QD 3.8.18 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0×917f9000 - 0×91857fff com.apple.HIServices 1.5.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0×91885000 - 0×918a9fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0×918bd000 - 0×918e2fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
    0×918f5000 - 0×91937fff com.apple.LaunchServices 10.4.6 (168.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0×91953000 - 0×91967fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0×91975000 - 0×919affff com.apple.ImageIO.framework 1.4.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0×919c4000 - 0×91a8cfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0×91ada000 - 0×91aeffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0×91af4000 - 0×91b11fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0×91b16000 - 0×91b85fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0×91b9c000 - 0×91ba0fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0×91ba2000 - 0×91bd3fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0×91bd7000 - 0×91c1afff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0×91c21000 - 0×91c3afff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0×91c3f000 - 0×91c42fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0×91c44000 - 0×91c44fff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0×91c46000 - 0×91d30fff com.apple.vImage 2.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0×91d38000 - 0×91d57fff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0×91dc3000 - 0×91e28fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0×91e32000 - 0×91ec4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0×91ede000 - 0×9246efff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0×924b6000 - 0×927c6fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0×927f3000 - 0×9287ffff com.apple.DesktopServices 1.3.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0×928c1000 - 0×92aecfff com.apple.Foundation 6.4.4 (567.25) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0×92c0a000 - 0×92ce8fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0×92d08000 - 0×92df6fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0×92df9000 - 0×92e03fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0×92e08000 - 0×92e26fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0×92e31000 - 0×92e8bfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0×92ea9000 - 0×92ea9fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0×92eab000 - 0×92ebffff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0×92ed7000 - 0×92ee7fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0×92ef3000 - 0×92f08fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0×92f1a000 - 0×92fa1fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0×92fb5000 - 0×92fc0fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0×92fca000 - 0×92ff7fff com.apple.openscripting 1.2.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0×93011000 - 0×93021fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0×9302d000 - 0×93093fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
    0×930c4000 - 0×93116fff com.apple.NavigationServices 3.4.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    0×93142000 - 0×9315ffff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
    0×93171000 - 0×9317efff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0×93187000 - 0×93499fff com.apple.HIToolbox 1.4.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0×935e5000 - 0×935f1fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0×93682000 - 0×93682fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0×93684000 - 0×93cb7fff com.apple.AppKit 6.4.4 (824.33) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0×94044000 - 0×940b4fff com.apple.CoreData 80 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0×940ed000 - 0×941b7fff com.apple.audio.toolbox.AudioToolbox 1.4.1 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0×9420b000 - 0×9420bfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0×9420d000 - 0×94385fff com.apple.QuartzCore 1.4.5 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0×943cf000 - 0×9440cfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0×94414000 - 0×94464fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0×94606000 - 0×94615fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0×9461d000 - 0×94629fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0×9466f000 - 0×94687fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0×9468e000 - 0×94711fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0×94aef000 - 0×94b0cfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0×95011000 - 0×95138fff edu.mit.Kerberos 5.5.20 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0×9563d000 - 0×956c9fff com.apple.WebKit 417.9 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0×95724000 - 0×95819fff com.apple.JavaScriptCore 417.8 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0×95855000 - 0×95b5ffff com.apple.WebCore 417.19 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0×95ce6000 - 0×95d0ffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0×96039000 - 0×9603efff com.apple.URLMount 2.1.1 (2.1) /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0×96ffa000 - 0×97019fff com.apple.vecLib 3.1.1 (vecLib 3.1.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0×9781f000 - 0×9782cfff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0×97aea000 - 0×97b06fff com.apple.AppleShareClient 1.4.4 /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClient
    0×97b17000 - 0×97b54fff com.apple.AppleShareClientCore 1.4.4 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShareClientCore
    0×990ca000 - 0×99174fff com.apple.applescript 1.10.3 /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript

    Model: PowerMac7,3, BootROM 5.2.4f1, 2 processors, PowerPC G5 (3.1), 2.7 GHz, 4.5 GB
    Graphics: ATI Radeon 9650, ATY,RV351, AGP, 256 MB
    Memory Module: DIMM0/J11, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J12, 256 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM2/J13, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM3/J14, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM4/J41, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM5/J42, 1 GB, DDR SDRAM, PC3200U-30330
    AirPort: AirPort Extreme, 404.2 (3.90.34.0.p16)
    Modem: Jump, , V.92, Version 1.0,
    Bluetooth: Version 1.7.0f18, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HDS724040KLSA80, 372.61 GB
    Serial ATA Device: Hitachi HDS724040KLSA80, 372.61 GB
    Parallel ATA Device: SONY DVD RW DW-Q28A,
    USB Device: Hub, , Up to 480 Mb/sec, 500 mA
    USB Device: Griffin PowerMate, Griffin Technology, Inc., Up to 1.5 Mb/sec, 500 mA
    USB Device: EPSON Scanner 010F, EPSON, Up to 12 Mb/sec, 500 mA
    USB Device: Hub, , Up to 480 Mb/sec, 500 mA
    USB Device: Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 500 mA
    USB Device: Apple Cinema HD Display, , Up to 1.5 Mb/sec, 500 mA
    USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
    USB Device: C-Media USB Headphone Set, , Up to 12 Mb/sec, 500 mA
    FireWire Device: unknown_device, unknown_value, Unknown
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec
    FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

  11. Kevin Marsh Says:

    Crashed here, too…

Leave a Reply