lescoste / iphototogallery3

iPhoto plugin to upload your pictures to a gallery 3 server
http://lescoste.net/blog/iphototogallery3
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

shortname mandatory and album list speed #4

Closed peterflur closed 14 years ago

peterflur commented 14 years ago

Getting real close. Generating an "unknown error 1001" when I try to create an album nested under an existing album that is several levels deep into the site. I think it's because I left the shortname blank.

It takes forever fetching and generating the album list, but I think that's because G3 is slower than G2 - makes it almost unusable waiting 30-45 seconds each refresh.

Great job and thank you!

lescoste commented 14 years ago

yes the short name is mandatory, i could try to generate one from the title.

lescoste commented 14 years ago

for the album list speed , it is slow because i have to make multiple http queries to get info about albums. Right now i make one http query to get 10 albums info. If i try to get more albums per query I reach a URL limit .

I have to find the longest url possible or maybe try with a post request. I will have a try at making it faster.

lescoste commented 14 years ago

fixed in version 0.3. When the shortname is empty, it is filled with a timestamp. Now the album list is loaded by batch of 100 albums.

peterflur commented 14 years ago

I'm getting an Error 1000 when it tries to download the albums list... The first time it tried, iPhoto crashed; then subsequently on restart, I can only get the Error 1000 when I login...

lescoste commented 14 years ago

I uploaded a new zip same as version 0.3 with more debug info. Try it and post the logs you found in the Console.

peterflur commented 14 years ago

On first running it...

Process: iPhoto [6635] Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier: com.apple.iPhoto Version: 8.1.2 (8.1.2) Build Info: iPhotoProject-4240000~8 Code Type: X86 (Native) Parent Process: launchd [162]

PlugIn Path: /Applications/iPhoto.app/Contents/PlugIns/iPhotoToGallery3.iPhotoExporter/Contents/MacOS/iPhotoToGallery3 PlugIn Identifier: net.lescoste.SCiPhotoToGallery3 PlugIn Version: 0.2 (0.1)

Date/Time: 2010-09-21 15:56:19.711 -0400 OS Version: Mac OS X 10.6.4 (10F569) Report Version: 6

Interval Since Last Report: 488853 sec Crashes Since Last Report: 3 Per-App Interval Since Last Report: 469356 sec Per-App Crashes Since Last Report: 3 Anonymous UUID: 9711A4D4-5C69-4C63-80C5-2A1E88CDEEF9

Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000026 Crashed Thread: 18

Application Specific Information: objc_msgSend() selector name: isRunning

Thread 0: Dispatch queue: com.apple.main-thread 0 com.apple.CoreGraphics 0x938dceb7 sseCGSFill8by1 + 231 1 com.apple.CoreGraphics 0x938d6c89 argb32_mark_constshape + 697 2 com.apple.CoreGraphics 0x938d67c4 argb32_mark + 580 3 libRIP.A.dylib 0x9501c4ab ripl_BltShape + 2154 4 libRIP.A.dylib 0x9501924f ripc_Render + 377 5 libRIP.A.dylib 0x9501645c ripc_DrawRects + 622 6 com.apple.CoreGraphics 0x938d52e0 CGContextFillRects + 159 7 com.apple.CoreGraphics 0x93917e6c CGContextFillRect + 32 8 com.apple.AppKit 0x90f165c2 +[NSBezierPath fillRect:] + 106 9 com.apple.AppKit 0x90d60b09 -[NSView _drawRect:clip:] + 3721 10 com.apple.AppKit 0x90d5e1d5 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 2217 11 com.apple.AppKit 0x90d5eb68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 12 com.apple.AppKit 0x90d5eb68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 13 com.apple.AppKit 0x90d5eb68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 14 com.apple.AppKit 0x90d5eb68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 15 com.apple.AppKit 0x90d5eb68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 16 com.apple.AppKit 0x90d5eb68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 4668 17 com.apple.AppKit 0x90dfcc63 -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 311 18 com.apple.AppKit 0x90d5a0ae -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309 19 com.apple.AppKit 0x90cbad3f -[NSView displayIfNeeded] + 818 20 com.apple.AppKit 0x90c6e979 -[NSNextStepFrame displayIfNeeded] + 98 21 com.apple.AppKit 0x90c84050 -[NSWindow displayIfNeeded] + 204 22 com.apple.AppKit 0x90cb5572 _handleWindowNeedsDisplay + 696 23 com.apple.CoreFoundation 0x954542c2 CFRunLoopDoObservers + 1186 24 com.apple.CoreFoundation 0x954109bd CFRunLoopRun + 557 25 com.apple.CoreFoundation 0x95410094 CFRunLoopRunSpecific + 452 26 com.apple.CoreFoundation 0x9540fec1 CFRunLoopRunInMode + 97 27 com.apple.HIToolbox 0x98470f9c RunCurrentEventLoopInMode + 392 28 com.apple.HIToolbox 0x98470c8d ReceiveNextEventCommon + 158 29 com.apple.HIToolbox 0x98470bd6 BlockUntilNextEventMatchingListInMode + 81 30 com.apple.AppKit 0x90c8ba89 _DPSNextEvent + 847 31 com.apple.AppKit 0x90c8b2ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 32 com.apple.AppKit 0x90f02979 -[NSApplication _realDoModalLoop:peek:] + 720 33 com.apple.AppKit 0x90f020f5 -[NSApplication runModalForWindow:] + 273 34 com.apple.iPhoto 0x000f610d 0x1000 + 1003789 35 com.apple.AppKit 0x90cc9f1e -[NSApplication sendAction:to:from:] + 112 36 com.apple.AppKit 0x90cc9dd1 -[NSMenuItem _corePerformAction] + 435 37 com.apple.AppKit 0x90cc9ac2 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174 38 com.apple.AppKit 0x90cc99ae -[NSMenu performActionForItemAtIndex:] + 65 39 com.apple.AppKit 0x90cc9961 -[NSMenu _internalPerformActionForItemAtIndex:] + 50 40 com.apple.AppKit 0x90cc98c7 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 97 41 com.apple.AppKit 0x90cc980b -[NSCarbonMenuImpl carbonCommandProcessEvent:handlerCallRef:] + 336 42 com.apple.AppKit 0x90cbdf49 NSSLMMenuEventHandler + 404 43 com.apple.HIToolbox 0x98443f2f DispatchEventToHandlers(EventTargetRec, OpaqueEventRef, HandlerCallRec) + 1567 44 com.apple.HIToolbox 0x984431f6 SendEventToEventTargetInternal(OpaqueEventRef, OpaqueEventTargetRef, HandlerCallRec) + 411 45 com.apple.HIToolbox 0x984659bb SendEventToEventTarget + 52 46 com.apple.HIToolbox 0x98491fa7 SendHICommandEvent(unsigned long, HICommand const, unsigned long, unsigned long, unsigned char, void const, OpaqueEventTargetRef, OpaqueEventTargetRef, OpaqueEventRef**) + 448 47 com.apple.HIToolbox 0x984b6d1c SendMenuCommandWithContextAndModifiers + 66 48 com.apple.HIToolbox 0x984b6cd1 SendMenuItemSelectedEvent + 121 49 com.apple.HIToolbox 0x984b6bda FinishMenuSelection(SelectionData, MenuResult, MenuResult) + 152 50 com.apple.HIToolbox 0x984862e4 MenuSelectCore(MenuData_, Point, double, unsigned long, OpaqueMenuRef*, unsigned short) + 454 51 com.apple.HIToolbox 0x98485a56 _HandleMenuSelection2 + 465 52 com.apple.HIToolbox 0x98485874 _HandleMenuSelection + 53 53 com.apple.AppKit 0x90cb748a _NSHandleCarbonMenuEvent + 285 54 com.apple.AppKit 0x90c8c03a _DPSNextEvent + 2304 55 com.apple.AppKit 0x90c8b2ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 56 com.apple.AppKit 0x90c4d55b -[NSApplication run] + 821 57 com.apple.AppKit 0x90c455ed NSApplicationMain + 574 58 com.apple.iPhoto 0x00124b80 0x1000 + 1194880 59 com.apple.iPhoto 0x00003172 0x1000 + 8562

Thread 1: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x98ee8942 kevent + 10 1 libSystem.B.dylib 0x98ee905c _dispatch_mgr_invoke + 215 2 libSystem.B.dylib 0x98ee8519 _dispatch_queue_invoke + 163 3 libSystem.B.dylib 0x98ee82be _dispatch_worker_thread2 + 240 4 libSystem.B.dylib 0x98ee7d41 _pthread_wqthread + 390 5 libSystem.B.dylib 0x98ee7b86 start_wqthread + 30

Thread 2: 0 libSystem.B.dylib 0x98ec215a semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x98eefca5 _pthread_cond_wait + 1066 2 libSystem.B.dylib 0x98f1e848 pthread_cond_timedwait_relative_np + 47 3 com.apple.Foundation 0x90630a80 -[NSCondition waitUntilDate:] + 453 4 com.apple.Foundation 0x905e97f1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279 5 com.apple.Foundation 0x905e96d4 -[NSConditionLock lockWhenCondition:] + 69 6 com.apple.proxtcore 0x00f6c201 -[XTMsgQueue waitForMessage] + 49 7 com.apple.proxtcore 0x00f5a363 -[XTThread run:] + 387 8 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 9 com.apple.Foundation 0x905f4884 NSThreadmain__ + 1499 10 libSystem.B.dylib 0x98eef81d _pthread_start + 345 11 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 3: 0 libSystem.B.dylib 0x98ec215a semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x98eefca5 _pthread_cond_wait + 1066 2 libSystem.B.dylib 0x98f1e848 pthread_cond_timedwait_relative_np + 47 3 com.apple.Foundation 0x90630a80 -[NSCondition waitUntilDate:] + 453 4 com.apple.Foundation 0x905e97f1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279 5 com.apple.Foundation 0x905e96d4 -[NSConditionLock lockWhenCondition:] + 69 6 com.apple.proxtcore 0x00f6c201 -[XTMsgQueue waitForMessage] + 49 7 com.apple.proxtcore 0x00f5a363 -[XTThread run:] + 387 8 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 9 com.apple.Foundation 0x905f4884 NSThreadmain__ + 1499 10 libSystem.B.dylib 0x98eef81d _pthread_start + 345 11 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 4: 0 libSystem.B.dylib 0x98ec20fa mach_msg_trap + 10 1 libSystem.B.dylib 0x98ec2867 mach_msg + 68 2 com.apple.CoreFoundation 0x95410faf CFRunLoopRun + 2079 3 com.apple.CoreFoundation 0x95410094 CFRunLoopRunSpecific + 452 4 com.apple.CoreFoundation 0x9540fec1 CFRunLoopRunInMode + 97 5 com.apple.Foundation 0x9062e378 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279 6 com.apple.proxtcore 0x00f5b8a5 -[XTRunLoopThread run:] + 421 7 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 8 com.apple.Foundation 0x905f4884 NSThreadmain + 1499 9 libSystem.B.dylib 0x98eef81d _pthread_start + 345 10 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 5: 0 libSystem.B.dylib 0x98ef0066 semwait_signal + 10 1 libSystem.B.dylib 0x98eefd22 _pthread_cond_wait + 1191 2 libSystem.B.dylib 0x98ef19b8 pthread_cond_wait$UNIX2003 + 73 3 com.apple.iPhoto 0x00506841 0x1000 + 5265473 4 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 5 com.apple.Foundation 0x905f4884 NSThreadmain + 1499 6 libSystem.B.dylib 0x98eef81d _pthread_start + 345 7 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 6: 0 libSystem.B.dylib 0x98ec20fa mach_msg_trap + 10 1 libSystem.B.dylib 0x98ec2867 mach_msg + 68 2 com.apple.CoreFoundation 0x95410faf CFRunLoopRun + 2079 3 com.apple.CoreFoundation 0x95410094 CFRunLoopRunSpecific + 452 4 com.apple.CoreFoundation 0x9540fec1 CFRunLoopRunInMode + 97 5 com.apple.Foundation 0x9062d42c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329 6 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 7 com.apple.Foundation 0x905f4884 NSThreadmain + 1499 8 libSystem.B.dylib 0x98eef81d _pthread_start + 345 9 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 7: 0 libSystem.B.dylib 0x98ee1086 select$DARWIN_EXTSN + 10 1 com.apple.CoreFoundation 0x9545080d __CFSocketManager + 1085 2 libSystem.B.dylib 0x98eef81d _pthread_start + 345 3 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 8: 0 libSystem.B.dylib 0x98ef0066 semwait_signal + 10 1 libSystem.B.dylib 0x98eefd22 _pthread_cond_wait + 1191 2 libSystem.B.dylib 0x98ef19b8 pthread_cond_wait$UNIX2003 + 73 3 com.apple.iPhoto 0x00506841 0x1000 + 5265473 4 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 5 com.apple.Foundation 0x905f4884 NSThreadmain + 1499 6 libSystem.B.dylib 0x98eef81d _pthread_start + 345 7 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 9: 0 libSystem.B.dylib 0x98f3a49e accept$UNIX2003 + 10 1 com.apple.iPhoto 0x0028c66d 0x1000 + 2668141 2 com.apple.iPhoto 0x002d2dd3 0x1000 + 2956755 3 com.apple.iPhoto 0x002d2e34 0x1000 + 2956852 4 libSystem.B.dylib 0x98eef81d _pthread_start + 345 5 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 10: 0 libSystem.B.dylib 0x98ef0066 semwait_signal + 10 1 libSystem.B.dylib 0x98eefd22 _pthread_cond_wait + 1191 2 libSystem.B.dylib 0x98ef19b8 pthread_cond_wait$UNIX2003 + 73 3 com.apple.Foundation 0x9061caeb -[NSCondition wait] + 316 4 com.apple.iPhoto 0x0051242a 0x1000 + 5313578 5 com.apple.iPhoto 0x00511c48 0x1000 + 5311560 6 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 7 com.apple.Foundation 0x905f4884 NSThreadmain + 1499 8 libSystem.B.dylib 0x98eef81d _pthread_start + 345 9 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 11: 0 libSystem.B.dylib 0x98ef0066 semwait_signal + 10 1 libSystem.B.dylib 0x98eefd22 _pthread_cond_wait + 1191 2 libSystem.B.dylib 0x98ef19b8 pthread_cond_wait$UNIX2003 + 73 3 com.apple.Foundation 0x9061caeb -[NSCondition wait] + 316 4 com.apple.iPhoto 0x0051242a 0x1000 + 5313578 5 com.apple.iPhoto 0x00511c48 0x1000 + 5311560 6 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 7 com.apple.Foundation 0x905f4884 NSThreadmain + 1499 8 libSystem.B.dylib 0x98eef81d _pthread_start + 345 9 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 12: 0 libSystem.B.dylib 0x98ec215a semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x98eefca5 _pthread_cond_wait + 1066 2 libSystem.B.dylib 0x98f1e848 pthread_cond_timedwait_relative_np + 47 3 ...ple.CoreServices.CarbonCore 0x96cc03b5 TSWaitOnConditionTimedRelative + 242 4 ...ple.CoreServices.CarbonCore 0x96cc00f3 TSWaitOnSemaphoreCommon + 511 5 ...ickTimeComponents.component 0x91d588bd ReadSchedulerThreadEntryPoint + 4698 6 libSystem.B.dylib 0x98eef81d _pthread_start + 345 7 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 13: 0 libSystem.B.dylib 0x98ec215a semaphore_timedwait_signal_trap + 10 1 libSystem.B.dylib 0x98eefca5 _pthread_cond_wait + 1066 2 libSystem.B.dylib 0x98f1e848 pthread_cond_timedwait_relative_np + 47 3 ...ple.CoreServices.CarbonCore 0x96cc03b5 TSWaitOnConditionTimedRelative + 242 4 ...ple.CoreServices.CarbonCore 0x96cc00f3 TSWaitOnSemaphoreCommon + 511 5 ...ple.CoreServices.CarbonCore 0x96d1a900 AIOFileThread(void*) + 1127 6 libSystem.B.dylib 0x98eef81d _pthread_start + 345 7 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 14: 0 libSystem.B.dylib 0x98ec2142 semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x98eefcbc _pthread_cond_wait + 1089 2 libSystem.B.dylib 0x98f38203 pthread_cond_wait + 48 3 ...ickTimeComponents.component 0x91ec6f75 jpegdecompress_MPLoop + 79 4 libSystem.B.dylib 0x98eef81d _pthread_start + 345 5 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 15: 0 libSystem.B.dylib 0x98ee79d2 __workq_kernreturn + 10 1 libSystem.B.dylib 0x98ee7f68 _pthread_wqthread + 941 2 libSystem.B.dylib 0x98ee7b86 start_wqthread + 30

Thread 16: 0 libSystem.B.dylib 0x98ef0066 semwait_signal + 10 1 libSystem.B.dylib 0x98f1bc64 nanosleep$UNIX2003 + 188 2 libSystem.B.dylib 0x98f1bba2 usleep$UNIX2003 + 61 3 com.apple.AppKit 0x90df51a1 -[NSUIHeartBeat _heartBeatThread:] + 2039 4 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 5 com.apple.Foundation 0x905f4884 NSThreadmain + 1499 6 libSystem.B.dylib 0x98eef81d _pthread_start + 345 7 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 17: 0 libSystem.B.dylib 0x98ee79d2 __workq_kernreturn + 10 1 libSystem.B.dylib 0x98ee7f68 _pthread_wqthread + 941 2 libSystem.B.dylib 0x98ee7b86 start_wqthread + 30

Thread 18 Crashed: 0 libobjc.A.dylib 0x93067ed7 objc_msgSend + 23 1 ...lescoste.SCiPhotoToGallery3 0x1c3e8b19 -[SCZWGallery doGetAlbums] + 36 2 ...lescoste.SCiPhotoToGallery3 0x1c3e8a65 -[SCZWGallery getAlbumsThread:] + 139 3 com.apple.Foundation 0x905f48d4 -[NSThread main] + 45 4 com.apple.Foundation 0x905f4884 NSThread__main + 1499 5 libSystem.B.dylib 0x98eef81d _pthread_start + 345 6 libSystem.B.dylib 0x98eef6a2 thread_start + 34

Thread 18 crashed with X86 Thread State (32-bit): eax: 0x1ea43e40 ebx: 0x1c3e7a37 ecx: 0x9141c8b4 edx: 0x00000006 edi: 0x1ea381f0 esi: 0x1cf85860 ebp: 0xb0080cc8 esp: 0xb0080c88 ss: 0x0000001f efl: 0x00010202 eip: 0x93067ed7 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037 cr2: 0x00000026

Binary Images: 0x1000 - 0x9fbfee com.apple.iPhoto 8.1.2 (8.1.2) <436E886C-E26D-2C7D-9745-252829318EFE> /Applications/iPhoto.app/Contents/MacOS/iPhoto 0xb31000 - 0xb5cfff com.apple.DiscRecordingUI 5.0.5 (5050.4.3) /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI 0xb74000 - 0xc29fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib 0xc6f000 - 0xc79fff com.apple.UpgradeChecker 1.0 (1.1) /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/A/UpgradeChecker 0xc83000 - 0xd1fffc com.apple.MobileMe 8 (1.0) <47DF6C20-78C5-1AA2-1D64-274EAE522D93> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe 0xd81000 - 0xd81fff +eOkaoCom.dylib ??? (???) <17ADB0F4-BF83-0B0B-5293-F843F1724644> /Applications/iPhoto.app/Contents/MacOS/eOkaoCom.dylib 0xd85000 - 0xdb8fe7 +eOkaoDt.dylib ??? (???) <673BD0C5-FAC4-ABB7-B55E-FD8A75E4759D> /Applications/iPhoto.app/Contents/MacOS/eOkaoDt.dylib 0xdbe000 - 0xf24fff +eOkaoFr.dylib ??? (???) <684982FE-55E4-174D-9CF3-DA4319BD57F9> /Applications/iPhoto.app/Contents/MacOS/eOkaoFr.dylib 0xf28000 - 0xf4cff2 +eOkaoPt.dylib ??? (???) /Applications/iPhoto.app/Contents/MacOS/eOkaoPt.dylib 0xf53000 - 0xf9aff7 com.apple.proxtcore 1.0.0 (1.0.0) /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/ProXTCore 0xfde000 - 0xfdeff8 com.apple.iLifeSlideshow 1.1 (452) <65FE31A8-C4C3-2069-9B2C-CB00BB168CFE> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow 0xfe2000 - 0x1062fef com.apple.NetServices.NetServices 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/Versions/A/NetServices 0x10c4000 - 0x10c4ff7 com.apple.AppleAppSupport 1.5 (1.5) <9FD82212-62A9-A388-940B-2343D69889C3> /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleAppSupport 0x10c8000 - 0x10f0fff com.apple.iLifeSlideshowCore 1.1 (134) <6B3AA83C-6198-9C49-7AFB-619E5DC2C756> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore 0x110a000 - 0x121afe3 com.apple.iLifeSlideshowProducer 1.1 (382) /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProducer 0x128d000 - 0x1396ff3 com.apple.iLifeSlideshowRenderer 1.1 (375) /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlideshowRenderer.framework/Versions/A/iLifeSlideshowRenderer 0x140a000 - 0x1415fff com.apple.iLifeSlideshowExporter 1.1 (159) /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlideshowExporter.framework/Versions/A/iLifeSlideshowExporter 0x141e000 - 0x1447fe3 com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit 0x1458000 - 0x1460fe7 com.apple.NetServices.BDControl 1.0.5 (1.0.5) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Versions/A/BDControl 0x146c000 - 0x146ffff com.apple.NetServices.BDRuleEngine 1.0.2 (1.0.2) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework/Versions/A/BDRuleEngine 0x14a7000 - 0x14aafff com.apple.framework.iPhoto.FileExporter2 8.0 (8.0) /Applications/iPhoto.app/Contents/PlugIns/FileExporter2.iPhotoExporter/Contents/MacOS/FileExporter2 0x14b1000 - 0x14b7fe7 com.apple.framework.iPhoto.QTExporter 8.0 (8.0) /Applications/iPhoto.app/Contents/PlugIns/QTExporter.iPhotoExporter/Contents/MacOS/QTExporter 0x17ba000 - 0x17c3fff +net.sourceforge.SafariAdBlock 0.3.2 (0.3.2) <83D3F111-F660-BE38-66FF-42427E0BD1C9> /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/MacOS/Safari AdBlock 0x17f1000 - 0x17f1fff +com.ksuther.chax.loader ??? (2.1.1b2) <3CF7FA38-F3F7-512C-8D05-86C32CE0660A> /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax 0x17f6000 - 0x17f7ffd +com.1passwd.InputManager 2.9.8 (7351) <3F21F4A3-4411-9F13-A6AC-B04198B8C3FD> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM 0x365a000 - 0x36ccfff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder 0x15710000 - 0x15714fff com.apple.iPhoto.RSSPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS/RSSPublisher 0x157de000 - 0x157f3fff com.apple.iPhoto.FacebookPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/MacOS/FacebookPublisher 0x15951000 - 0x1598efe3 +com.zang.RegexKit 0.6.0 (0.6.0) /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit 0x159a2000 - 0x159b2ff3 com.apple.iPhoto.FlickrPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher/Contents/MacOS/FlickrPublisher 0x159bd000 - 0x159eeff7 com.apple.iPhoto.MobileMePublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/MobileMePublisher.publisher/Contents/MacOS/MobileMePublisher 0x15ae7000 - 0x15ae8ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x15b03000 - 0x15b0efff com.apple.BookService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Contents/MacOS/BookService 0x17df1000 - 0x17df9ff7 com.apple.framework.iPhoto.HTMLExporter 8.0 (8.0) /Applications/iPhoto.app/Contents/PlugIns/HTMLExporter.iPhotoExporter/Contents/MacOS/HTMLExporter 0x183d9000 - 0x183e3fff com.apple.CalendarsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetService/Contents/MacOS/CalendarsService 0x183ef000 - 0x183f6fff com.apple.iLMBAperturePlugin 2.1.5 (127) <64F3D109-E8AC-7ABB-31E0-73DA26832360> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS/iLMBAperturePlugin 0x18d5f000 - 0x18d69fff com.apple.CardsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/Contents/MacOS/CardsService 0x18d73000 - 0x18d7efff com.apple.PrintsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/Contents/MacOS/PrintsService 0x18daf000 - 0x18db0fff com.apple.iLMBAppDefPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/iLMBAppDefPlugin 0x18db6000 - 0x18db7fff com.apple.iLMBFolderPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/iLMBFolderPlugin 0x18dbd000 - 0x18dc1fff com.apple.iLMBGarageBandPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/MacOS/iLMBGarageBandPlugin 0x18dc8000 - 0x18dd3fff com.apple.iLMBiMoviePlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/iLMBiMoviePlugin 0x18ddb000 - 0x18decfff com.apple.iLMBiPhoto8Plugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/iLMBiPhoto8Plugin 0x18df6000 - 0x18df8fff com.apple.iLMBMoviesFolderPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/MacOS/iLMBMoviesFolderPlugin 0x193a6000 - 0x193aefff com.apple.iLMBiPhotoPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/iLMBiPhotoPlugin 0x193b6000 - 0x193befff com.apple.iLMBiTunesPlugin 2.1.5 (127) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/iLMBiTunesPlugin 0x193c6000 - 0x193c8fff com.apple.iLMBPhotoBoothPlugin 2.1.5 (127) <86FE0230-8B70-E1CD-F280-5654F999EC70> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/MacOS/iLMBPhotoBoothPlugin 0x193f5000 - 0x193f5ff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib 0x19600000 - 0x196e8fe7 com.apple.iTunesAccess 10.0 (10.0) /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess 0x19aee000 - 0x19af3ff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec 0x19f73000 - 0x19f80ffb +net.telestream.license 1.0.7.2-GC (1.0.7.2-GC) <3B3ADB81-79F3-6371-31FE-66EF8D8E3100> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense 0x19f96000 - 0x19fabfcb +com.3ivx.videocodec 503.44 (503.44) /Library/QuickTime/3ivxVideoCodec.component/Contents/MacOS/3ivxVideoCodec 0x19fb4000 - 0x19ff0fe3 com.apple.QuickTimeFireWireDV.component 7.6.6 (1742) <1FFC5B3D-78E8-4902-7886-7EC84B574481> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV 0x1a900000 - 0x1ab95ffb +org.perian.Perian 1.2.1 (1.2.1) <7FBFA9CD-68D1-DFB5-6296-A11B06B62B37> /Library/QuickTime/Perian.component/Contents/MacOS/Perian 0x1aee0000 - 0x1afb0ffb +lib3ivxEnc.dylib ??? (???) /Library/Application Support/3ivx/lib3ivxEnc.dylib 0x1b02b000 - 0x1b21cfc2 +net.telestream.wmv.import 2.3.2.6 (2.3.2.6) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import 0x1b2ae000 - 0x1b46efd2 +net.telestream.wmv.advanced 2.3.2.6 (2.3.2.6) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced 0x1b4b3000 - 0x1b508fef com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder 0x1b540000 - 0x1b5b9fe7 com.apple.AppleVAH264HW.component 2.0 (1.0) <4FD6FDD7-8791-CEA2-9E5A-1628492A98B2> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW 0x1b67c000 - 0x1b696fc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec 0x1b69b000 - 0x1b6b4fe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo 0x1c3e3000 - 0x1c3f7ff7 +net.lescoste.SCiPhotoToGallery3 0.2 (0.1) <1E0707FF-86E7-F76C-591A-742ADBC4AC9D> /Applications/iPhoto.app/Contents/PlugIns/iPhotoToGallery3.iPhotoExporter/Contents/MacOS/iPhotoToGallery3 0x8fe00000 - 0x8fe4162b dyld 132.1 (???) /usr/lib/dyld 0x90003000 - 0x900dfff3 com.apple.DiscRecording 5.0.5 (5050.4.3) <7BFF81A5-BBFA-5D2F-FFEE-65BEA7697134> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x9010c000 - 0x9010eff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x90216000 - 0x90342fff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x90343000 - 0x90360fe7 com.apple.DotMacSyncManager 2.0.3 (446.9) <11FAEB92-AA44-CFA4-F2D3-73687984BAFD> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMacSyncManager 0x90361000 - 0x90394ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x9043f000 - 0x9048cff7 com.apple.ExchangeWebServices 1.2 (60) /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices 0x9048d000 - 0x904c3fff libtidy.A.dylib ??? (???) /usr/lib/libtidy.A.dylib 0x904c4000 - 0x904ebff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x904ec000 - 0x90594ffb com.apple.QD 3.35 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x90595000 - 0x905d2ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x905d3000 - 0x905ddff7 com.apple.dotMacLegacy 3.2 (266) <6F2588BA-E801-1664-E60C-5BEC2AF924D0> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegacy 0x905de000 - 0x9084effb com.apple.Foundation 6.6.3 (751.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x9084f000 - 0x908a9fe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x908aa000 - 0x908edff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x908ee000 - 0x909e0ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) /usr/lib/libcrypto.0.9.8.dylib 0x909e1000 - 0x909e3ff7 com.apple.QuickTimeH264.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x909e4000 - 0x90ae5fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) /usr/lib/libxml2.2.dylib 0x90ae6000 - 0x90b2afe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x90b2b000 - 0x90b39fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib 0x90b3a000 - 0x90b73fe7 com.apple.bom 10.0 (164) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x90b74000 - 0x90b79ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x90b7a000 - 0x90b80ff7 com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x90b81000 - 0x90bb9ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib 0x90bba000 - 0x90c07feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer 0x90c43000 - 0x91523ff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x9152c000 - 0x91790fef com.apple.security 6.1.1 (37594) <3F68A006-6B30-85D5-1A75-8D748F72A6D5> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x91791000 - 0x9179eff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x9179f000 - 0x926effe3 com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x926f0000 - 0x926fbff7 com.apple.CrashReporterSupport 10.6.3 (250) <981124CA-6E89-94C5-C7E9-4E0D6CA06F1D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x926fc000 - 0x92714ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x92715000 - 0x92715ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x92716000 - 0x92722ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib 0x92723000 - 0x92763fe7 com.apple.IMCore 5.0.4 (746) <9B1CF5CD-7C0D-F29E-2D74-68D79B36789D> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore 0x92764000 - 0x927aaffb com.apple.CoreMediaIOServices 130.0 (1035) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices 0x927ab000 - 0x927abff7 liblangid.dylib ??? (???) /usr/lib/liblangid.dylib 0x92897000 - 0x928bdfff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x928be000 - 0x928c8ff7 com.apple.NSServerNotificationCenter 2.1 (2.1) <27830081-A412-54C8-0FB0-CEA823826F5E> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotification 0x928c9000 - 0x929a4fe7 com.apple.DesktopServices 1.5.7 (1.5.7) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x929a5000 - 0x929acff7 com.apple.KerberosHelper 2.1 (1.0) <2E28DB03-60AF-1C7B-28B0-2768DFBF44EB> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper 0x929ad000 - 0x929ddff7 com.apple.MeshKit 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit 0x929de000 - 0x929e5ff7 com.apple.iChat.IMUtils 5.0.4 (746) /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versions/A/IMUtils 0x929e6000 - 0x92a50fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib 0x92a51000 - 0x92abfff7 com.apple.ISSupport 1.9.3 (51) <9BB37FBA-E379-8D12-11C6-B9C5C9683D27> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x92ac0000 - 0x92ac6ff7 libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <94F66BA6-A4E8-63A4-1B70-EFAA4C75D668> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x92adb000 - 0x92beafe7 com.apple.WebKit 6533.18 (6533.18.1) <157D0DD9-F3CE-4339-858B-B0EFFAA3B008> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x92c2f000 - 0x92ca8ff7 com.apple.PDFKit 2.5.1 (2.5.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x92ca9000 - 0x92ce4fe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x92ce5000 - 0x92d0bfe3 com.apple.speech.LatentSemanticMappingFramework 2.7.2 (2.7.2) /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping 0x92d0c000 - 0x92d55fe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x92d56000 - 0x92f5cfeb com.apple.AddressBook.framework 5.0.2 (870) <3E9D6CF3-6C41-245D-5343-941A185C8384> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x92f9f000 - 0x92fdcff7 com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia 0x92fdd000 - 0x92ff1fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib 0x92ff2000 - 0x93061ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x93062000 - 0x9310ffe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) /usr/lib/libobjc.A.dylib 0x93110000 - 0x93132fef com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x93133000 - 0x9313dff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x9313e000 - 0x9317eff3 com.apple.securityinterface 4.0.1 (37214) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x9317f000 - 0x931cfff7 com.apple.framework.familycontrols 2.0.1 (2010) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x931d0000 - 0x9357efe3 com.apple.RawCamera.bundle 3.3.0 (533) <05A38D21-8556-434C-8BAA-850A6EC99B37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x9357f000 - 0x937aaff3 com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x937ab000 - 0x937abff7 com.apple.Cocoa 6.6 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x937ac000 - 0x937c0ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x93809000 - 0x9381aff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x9381b000 - 0x9385fff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x93860000 - 0x9389fff7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x938a0000 - 0x938adff7 com.apple.AppleFSCompression 24.3 (1.0) <49782434-8CEE-CD5C-A953-E5EAD5765B48> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x938ae000 - 0x9409d557 com.apple.CoreGraphics 1.545.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x9409e000 - 0x94136fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x942cf000 - 0x942dfff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers 0x942f9000 - 0x94309ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) /usr/lib/libsasl2.2.dylib 0x9430a000 - 0x94326fe3 com.apple.openscripting 1.3.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x94327000 - 0x94d72ff7 com.apple.WebCore 6533.18 (6533.18.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x94d78000 - 0x94df0fef com.apple.AppleVAFramework 4.9.20 (4.9.20) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x94df1000 - 0x94fd3fff com.apple.imageKit 2.0.3 (1.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x94fd4000 - 0x95008ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0B900F26-51C1-7639-346F-24B080AEDAF3> /usr/lib/libssl.0.9.8.dylib 0x95014000 - 0x95055ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x95078000 - 0x95082ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x9509c000 - 0x95395fef com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x95396000 - 0x953a8ff7 com.apple.syncservices.syncservicesui 5.2 (578.3) /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServicesUI 0x953d4000 - 0x9554efe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x9554f000 - 0x955fdff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x955fe000 - 0x956a7ff7 com.apple.CFNetwork 454.9.8 (454.9.8) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x956f2000 - 0x956f5ff7 libCoreVMClient.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x956f6000 - 0x95731feb libFontRegistry.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x95732000 - 0x9585effb com.apple.MediaToolbox 0.484.11 (484.11) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x9585f000 - 0x95864ff7 com.apple.AOSNotification 1.1.0 (123.3) <0386E48C-4095-1D2A-629A-83B7711550F3> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 0x95865000 - 0x95886fe7 com.apple.opencl 12.1 (12.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x95887000 - 0x9589cfff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x9589d000 - 0x95a57fe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x95a58000 - 0x95a59ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x95a5a000 - 0x95b24fef com.apple.CoreServices.OSServices 357 (357) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x95b25000 - 0x95f3bff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x95f3c000 - 0x95fbcfeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x95fbd000 - 0x9613ffe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib 0x96140000 - 0x9626efe7 com.apple.CoreData 102.1 (251) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x9626f000 - 0x9630cfe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x9630d000 - 0x9630eff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel 0x9630f000 - 0x9638afe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9638b000 - 0x964c2ff7 com.apple.CoreAUC 6.04.01 (6.04.01) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x964c3000 - 0x966bafeb com.apple.JavaScriptCore 6533.18 (6533.18.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x966bb000 - 0x966f3ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x966f4000 - 0x9671cff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib 0x9671d000 - 0x9679fffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x967a0000 - 0x967a4ff7 libGFXShared.dylib ??? (???) <2D32BDBF-C941-93FD-E233-F03D28DB9E94> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x967a5000 - 0x96bdaff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x96bdb000 - 0x96c59fe3 com.apple.CoreSymbolication 2.1 (40.1.1) <7F54A51D-0FDD-096F-96D9-B6C9688B30FE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x96c5a000 - 0x96c78ff7 com.apple.CoreVideo 1.6.1 (45.4) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x96c79000 - 0x96f99feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x96f9a000 - 0x96fa3ff7 com.apple.DiskArbitration 2.3 (2.3) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x96fb7000 - 0x96fc9ff7 com.apple.MultitouchSupport.framework 204.13 (204.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x96fca000 - 0x96fceff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x96fcf000 - 0x96fd1fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHandling 0x96fd2000 - 0x96fe7ff7 com.apple.iChat.InstantMessage 5.0.4 (746) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage 0x96fe8000 - 0x97043ff7 com.apple.framework.IOKit 2.0 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x97044000 - 0x97048ff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x97049000 - 0x9713dff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib 0x9713e000 - 0x9721bff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x9721c000 - 0x972ccfe3 com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x972cd000 - 0x97786ffb com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x97787000 - 0x977cdff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib 0x977ce000 - 0x9783cff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x9783d000 - 0x97885fff com.apple.iCalendar 1.0.3 (54) <1FF7C991-491D-6708-51C2-08FF8916BD84> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar 0x97886000 - 0x97981ffb com.apple.PubSub 1.0.5 (65.20) <2AD354A5-5F08-82AE-BBDE-873F8C233A0B> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub 0x97982000 - 0x979a6ff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x979a7000 - 0x979b2ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x979b3000 - 0x97a63ff3 com.apple.ColorSync 4.6.3 (4.6.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x97a64000 - 0x97a64ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x97a65000 - 0x97abbff7 com.apple.MeshKitRuntime 1.1 (49.2) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime 0x97b9b000 - 0x97ba9ff7 com.apple.opengl 1.6.9 (1.6.9) <4F06C166-00CF-5ACF-77E3-5A960A5E8AD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x97baa000 - 0x97bb0fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x97bb1000 - 0x97bbcff7 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x97bbd000 - 0x97c8efe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x97c8f000 - 0x97ccffe7 com.apple.DAVKit 4.0.3 (732) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit 0x97cd0000 - 0x97d89fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib 0x97d8a000 - 0x97d91ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x97d92000 - 0x97e09ff3 com.apple.backup.framework 1.2.2 (1.2.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x97e0a000 - 0x97e60ff7 com.apple.Symbolication 1.2 (72) <3CAFA3BB-1CC6-27FA-AADE-23BBA7F0E9B3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x97ea8000 - 0x97ea8ff7 com.apple.quartzframework 1.5 (1.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x97eb3000 - 0x97f21ff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <132A7CF8-D073-0F35-E9A4-777E5EBAC1EE> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages 0x97f22000 - 0x97f24ff7 libRadiance.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x97f25000 - 0x97fdbffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x98027000 - 0x980c2ff7 com.apple.ApplicationServices.ATS 275.11.1 (???) <5FF65EC7-F512-530A-7771-3DE240EE6E43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x980d3000 - 0x9843bff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x9843c000 - 0x98760fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x98761000 - 0x987c2fe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x987c3000 - 0x98814ff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x98815000 - 0x98830ff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x98831000 - 0x98a0cff3 libType1Scaler.dylib ??? (???) <6FBA8250-3271-6ED4-052D-E27C2136E38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib 0x98a0d000 - 0x98a3eff7 libGLImage.dylib ??? (???) <9340012D-595A-6243-9C97-7D30D76D9D9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x98a3f000 - 0x98a3fff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x98a40000 - 0x98a4afe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x98a4b000 - 0x98a4bff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x98a4c000 - 0x98a4dff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x98a4e000 - 0x98a91ff7 libGLU.dylib ??? (???) <2093A1FB-67BD-39E0-CDE5-A97A77BDDBCE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x98a92000 - 0x98ab2fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib 0x98ab3000 - 0x98ab6ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x98ab7000 - 0x98c92fe7 com.apple.CalendarStore 4.0.3 (991) <9A51F65A-5B76-C96D-23DE-BE6B00822731> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore 0x98c93000 - 0x98cb1ff7 com.apple.iChat.IMFoundation 5.0.4 (746) <427B0732-581D-C741-0BFD-A8E4D3AD6F9B> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/Versions/A/IMFoundation 0x98cb2000 - 0x98d44fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x98d45000 - 0x98d48ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x98d49000 - 0x98e8cfef com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x98e8d000 - 0x98e8dff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x98e8e000 - 0x98e8eff7 com.apple.CoreServices 44 (44) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x98e8f000 - 0x98ec0ff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x98ec1000 - 0x99067feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib 0x99068000 - 0x99075fe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6008C8AC-8DB1-B38B-52A9-9133533B0DA2> /usr/lib/libbz2.1.0.dylib 0x99076000 - 0x990b4ff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x990b5000 - 0x990dfff7 com.apple.shortcut 1.1 (1.1) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x990e0000 - 0x990e7ff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x9911b000 - 0x9915dff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x9915e000 - 0x991d1fff com.apple.iLifeMediaBrowser 2.1.5 (368) <30261504-7533-5424-DD15-32739DED6FB0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser 0x991d2000 - 0x994c8fe7 com.apple.MessageFramework 4.3 (1081) <643469D1-15F3-FEAE-03A0-11776D613421> /System/Library/Frameworks/Message.framework/Versions/B/Message 0x994c9000 - 0x995cbfef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO 0x9967b000 - 0x9967efe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib 0x9967f000 - 0x996d7fe7 com.apple.datadetectorscore 2.0 (80.7) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x996d8000 - 0x9973cffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x9973d000 - 0x9987fff7 com.apple.syncservices 5.2 (578.3) <16A29689-1A80-3065-C4E7-AEC6A3C05C2E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices 0x99890000 - 0x9999cff7 libGLProgrammability.dylib ??? (???) <1B315838-F477-5416-7504-67EC3433AD4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib

lescoste commented 14 years ago

Ok It seems that the problem is the loading of the album list. On my server i only have 172 albums. My new load technique is not working well : i try to load 100 albums at once. I will post now a new version with the only 20 albums. tell me if it is better.

peterflur commented 14 years ago

Still getting the Unknown Error: 1000: Could not

console log follows: 9/21/10 5:45:17 PM iPhoto[7319] doLogin: url = http://www.flur.com/gallery3/index.php/rest 9/21/10 5:45:42 PM iPhoto[7319] doLogin: url = http://www.flur.com/gallery3/index.php/rest 9/21/10 5:45:42 PM iPhoto[7319] doLogin: logged in :requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:42 PM iPhoto[7319] doGetAlbums: url = http://www.flur.com/gallery3/index.php/rest/item/1?type=album&output=json&scope=all 9/21/10 5:45:42 PM iPhoto[7319] doGetItem: url = http://www.flur.com/gallery3/index.php/rest/item/1?type=album&output=json&scope=all 9/21/10 5:45:42 PM iPhoto[7319] doGetAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:43 PM iPhoto[7319] getandparseAlbums: total albums = 627 9/21/10 5:45:43 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:43 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:44 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:44 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:45 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:45 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:46 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:46 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:47 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:47 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:48 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:48 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:49 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:49 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:50 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:50 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:51 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:51 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:52 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:52 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:53 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:53 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:55 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:55 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:56 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:56 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:57 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:57 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:45:59 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:45:59 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:46:00 PM iPhoto[7319] getandparseAlbums: get 20 albums, url = http://www.flur.com/gallery3/index.php/rest/items 9/21/10 5:46:00 PM iPhoto[7319] getandparseAlbums: requestkey = e14e01d3ab5a939c3e91426162 9/21/10 5:46:01 PM iPhoto[7319] doGetAlbums: editable albums = 300

peterflur commented 14 years ago

P.S. I just confirmed that the .2 version still does work - just slow.