Understanding the _definst_ folder, I need clarification please

Hello all,
I understand with FMIS that we place our media files inside the _definst_ folder which is located in another folder (for example, one called 'streams') which is located in the applicaitons folder (Path: .../applications/streams/_definst_ )
Do I understand correctly that _definst_ can be named with any name as opposed to _definst_?
And if this is true, then all I have to do to ensure the video is located is to specify the actual name of the folder (for example: .../applications/streams/motorcycles )?
UPDATED:
I think I was reading things wrong. In going through Tom Green's tutorial I think I gained more understanding. Please let me know if this is more correct.
The _definst_ folder would be located in this path: .../applications/streams/motorcycles/_definst_
the thought being that the streams folder contains any number of other folders, /motorcycles, /boats, /cars, whatever, and in each of those folders goes a _definst_ folder into which the appropriate media is placed?
I am learning and wanted to make sure I understood this correctly.
Many thanks in advance!
Sincerely,
wordman

_definst_ is primarily used when you don't give your application connection an instance name. So:
rtmp://111.111.111.111/myApplication will connect to the _definst_ (default instance) instance.
Whereas if you use:
rtmp://111.111.111.111/myApplication/superVideo_v1 will connect to the superVideo_1 instance.
Why would you care? because you can separate out your users to instances. Like rooms in a chat app or something like that. Maybe  you have a set of videos and you want to separate your users out to "paying" and "nonpaying" or something. Then put lower res videos in the non paying folder:
install dir of FMS/applications/myApplication/streams/nonpaying
and
install dir of FMS/applications/myApplication/streams/paying
Kind of thing. There's a whole slew of tutorials here to check out if you haven't seen them yet: http://www.fmsguru.com/tutorials.cfm

Similar Messages

  • Help with understanding the Home Folder plus User Accounts

    I just got the IMac (replacing an ageing...that is an understatement...Grape iMac from long ago) and this is my first go at the OSX. My previous iMac had OS9.2
    I am having a problem understanding the Home folder and the Users to a point. The concepts are fine, it is the changing of names that is the problem. When I first started the iMac and went through the set-up and finally looked at the file structure, there was the Home Folder with a name, which i guess was pre-entered during set-up since I did not enter it (lets call it JOE). There was also 1 User, JOE with all the iLife folders. Since I did not like the name, i went to the Systems Preferences, into Accounts and found that JOE is an Admin. So, I changed the name to, lets say BILL, who still is an Admin. I also changed some settings and made BILL the auto log account. OK so far I am happy. I go back to the HD and find that now there are 2 users (folders), BILL and JOE, and that the Home Folder is still named JOE butall the iLife files are now under BILL.
    So I went and also renamed the Home Folder to BILL, so everything looks fine. But when I restarted the iMac latter it lost all the settings (mouse, etc.) This is really getting confusing.
    Here is what I want to do (after some reasearch):
    I want to change the Short Name (JOE) but so far I have read that you can not do that. Where did this name come from (basically my first initial and my last name) because I don't want my Home Folder to be named that. I found somewhere that the only way to do that is an Erase and Install. I am willing to do that since I have a backup of all the iLife files on an external disk anyways and I have not put anything new yet.
    Can someone enlighten me as to what would be the best course of action....this Short Name thing is frustrating.
    iMac 20" 2.33MHz   Mac OS X (10.4.9)  

    Welcome To Discussions kapklo!
    First you need to sort out the extra Home folder issue, that was created by changing the Short Names.
    The info in one or more of the articles linked to below, will help you with that.
    Return to Default Desktop, Apparent "Loss" of Home Directory
    My home folder and desktop are different than before
    Recover from renaming your Home folder, authored by Dr Smoke
    Then you can change the Short Name using this Change Short Name The Easy Way.
    Or you could do an Erase & Install, making sure you enter your preferred Short Name, during the setup process.
    ali b

  • Please help to understand the Service parts planning doubts/clarifications

    Please help to understand the Service parts planning,we r tring to do poc for project
    1)How the sales history flow from cube to Interactive forecasting screen(in spp,like dp in apo there is no Planning area to store data and no load planning area from cube,so please let me know how it will sales history load data?)
    2)Does Sales History of the child location will agregated to entry level ? if so like that we need to run statistical forecats at entry location?
    3)where we will create the from and To Product(eg:Maping Product A to Product B ) to do the Relignment /Phase in profile/Interchangebility
    4)What is the leading indicator forecasting and the purpose?
    5)Where data will store in SPP (forecasting and other data like liveache in dp)? Mpos and Planning area is not there in SPP?
    6)Can you please forward the process document to understand the flow as i am not able understand completely by the help document
    Thanks for advance help
    Regards
    KKK

    Hi,
    Please check Service Parts Planning - Enterprise Services in SAP Advanced Planning and Optimization - SAP Library
    BR

  • Relative path for Download directory folder.I created a firefox profile and i wanted to use this profile in multiple machines.I wanted to use a relative path for download directory with respect to the profile folder.I need this on Linux machines

    I have a use case where I need to use different download directories with different firefox profiles.I need to use this profiles in multiple linux machines.
    I need to have a relative path to my download directory with respect to the profile folder.
    Ex: I have a selenium test which opens a website and downloads it to my machine.I want this downloaded file to go into some specific folder relative to this profile folder.How do I do this??

    That is not a practically empty xinitrc - that file only needs one line: exec WM.  Other things are entirely optional, and some of them very useful, but I'd encourage you to stick with the simplest xinitrc that will do what you require.
    Is slim involved?  Probably.  That is the source of many problems.  But to start narrowing this down, I have 3 suggestions:
    1) temporarily (at least) change your inittab to default to runlevel 3 ... actually, is it currently set to 5 or 3? if it is currently 3 that would explain why slim doesn't start.
    2) at a tty in runlevel 3 use "xinit" instead of "startx".  Startx is fine most of the time, but it is essentially just a complex wrapper for xinit.  That complexity can often iadd useful functionality, but it *always* makes troubleshooting more difficult.  So for now just use a vanilla 'xinit'.
    3) remove dbus-launch from your exec line in xinitrc.  This is done by console-kit so it is redundant and potentially problematic.  Further BOTH of these are taken care of by slim, so I'd even suggest getting both a jump start on being ready for slim and simplifying troubleshooting by removing both of them.  Just make that line "exec openbox-session"
    Edit: adding one more:
    4) temporarily switch out openbox-session for openbox.  I suspect the reason feh's setting of the background is getting overridden is due to a script or setting in openbox's autostart settings - many of these are only invoked when "openbox-session" is called, while "openbox" starts *just* the window manager itself.
    Last edited by Trilby (2012-10-03 17:30:36)

  • Quiestion on understanding the @ in powershell and needing confirmation

    I came across the following script:
    Get-ADUser -Filter * -SearchScope Subtree -SearchBase "ou=East,ou=SalesRegion,dc=Nutex,dc=com" | Set-AdUser -Replace @{title="Account Executive"}
    I did not really understand the why the @ is used I did some searches on it
    http://stackoverflow.com/questions/363884/what-does-the-symbol-do-in-powershell
    they spoke about this being used to denote arrays.   However, they said if a value is comma separated its seen as an array anyway.  They did go on to say this is required for
    Associative arrays.   I looked up associative arrays and got the following:
    Associative arrays. Thus, you can access each property by entering the name of the property as a string into this array. Such an arrayassociates
    each key with a value (in this case the key Home is associated with the value normal).
    This tells me I think that the script I was looking at after the pipe had an associative array as we entered the name of the property "title"  and then it was associated
    with the value "=Account Executive".
    So when I see something like that I am seeing what is called a associative array, and these are vehicles that can be used to change or work with properties?  Its an array because
    it can be dealing with multiple (or single depending on how many) objects.  In this case the object was the title property in AD.
    Thats kind of how I am seeing this but its complex ideas and I am trying to break it down to simple thinking in my head.
    Anyway before I commit this theory in my thinking I was just wanted some with more experience to let me know if I am on the correct path.

    Thanks Fred!
    that helps clear up things.  
    coming to this forum really helps me in my learning, and also my peace of mind.  It always feels
    good to be able to file something in your brain with enough data on it to feel comfortable.
    quick question by "separate lines" what do you mean I am probably over thinking this but
    when i think of separate line I think of hitting enter and having a new line but I don't think that's what you meant was it?    Or did you just mean when you use a semi colon that it created a new seperate line.  (lots of small info in your
    last post there that was helpful, I am a real newbie at powershell, I just tackle some advanced topics because its in some script or cmdlet I see in my studies and I get curious, and want answers lol)

  • Leaving it on v.s. leaving it off confusion (i need clarification please!)

    Guys,
    recently, I have read in a forum saying that it is more healthy for a computer running mac to be stayed on for a long period of time rather than turning it on and off everytime you want to use it. I mean, they prefer to put it in sleep or leave it on rather than turn it off...
    They are saying that this is more efficient for Mac... I'm confused... Please give me clarifications...
    thanks a lot!

    That's probably a safe way to go, unless you use your portable as a
    production machine; then I know of Mac columnists who keep some
    of their Mac portables up and running for up to 16 days without a re-
    start... at a desk and on a power adapter with adequate ventilation.
    Some users keep them plugged-in, too; and let them sleep, to only shut
    them off when traveling long distances where the computer would be in
    a case. In that instance, you'd probably want to turn it off due to battery
    life and heat considerations. Never let one sleep in a closed case or
    where heat could become a big problem; ventilation is important.
    As for using a portable as a desktop machine, it can be run for a long
    time; but like many things, if you don't need to use it, turn it off. I have
    a desktop machine that sometimes stays on all day; but given power
    stability issues and random utility outages, I try to keep mine off when
    I won't be using it... least the power company help its demise.
    [That call-center must have someone occasionally do system
    maintenance and let the day/week/month scripts run via an-
    other means; such as using OnyX to do such chores; other
    wise, a machine "on" all the time, not allowed to sleep, would
    automatically do built-in routines during those night hours.]

  • Jdeveloper 11.1.1.6 and OBI EE  on the same machine - I need help ,please !

    My laptop has only 4G Ram (even this , my windows 7 machine can see only 2,96G) . I read about sample install option fro installing OBIEE , this option might eat less memory.
    My need is to prepare myself for an interview about OBI EE and I think if I make this config would be nice .
    Thank for your help,
    Aurel

    Hi,
    very important for an interview is to know where to ask questions just so the interviewer gets the impression you are part of the community and know your way around. For BI, you should ask questions on the BI forum (https://forums.oracle.com/forums/category.jspa?categoryID=16)
    Frank

  • I updated to 5.0 today and now when I try to email from my phone, I am thwarted by the pop-up, "cannot send mail. a copy has been placed in my outbox. the recipient (email address) was rejected by the server.  I need help, please.

    I updated to 5.0 today.
    Now, when I try to email from my phone, I am block, thwarted, rejected by the following message:
    Cannot Send Mail
    A copy has been placed in your Out Box.  The recipient (enter email here) was rejected by the server.
    This happens with my business address.  Receiving works.... sending doesn't.
    My SBC Global address on this same phone is fine...receiving and sending.
    What to do?  I'm stressed.
    Ray

    Hi,
    I had the same issue on my iPhone 5S.  My internet/email provider told me to uncheck (turn off) USE SSL under Mail settings, and it worked perfectly for me.

  • My mlb at bat app blacks out the wrong games, I need help please.

    My mlb at bat app blacks out atl braves games no matter where they are playing, but doesn't black out the teams in my area. Anyone have any suggestions, it only does that when I'm connected to att network. When I'm on wifi I get braves games and the local games get blacked out like they are suppose too. I've contacted MLB and they say their end is good. Thanks!

    Perhaps this will help:
    http://mlb.mlb.com/mobile/atbat_blackouts.jsp
    Regards.

  • My iphoto crashed during startup. i would like to import photos from my iphone which was updated to iOS 6, and so is with my macbook pro which was updated to the latest version. i need help please. :|

    Process:         iPhoto [553]
    Path:            /Applications/Photography/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.1.1 (9.1.1)
    Build Info:      iPhotoProject-5270000~13
    Code Type:       X86 (Native)
    Parent Process:  launchd [84]
    Date/Time:       2013-01-14 22:03:07.052 +0800
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          40483 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  38 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      B4654DEF-D606-4B69-AE69-BD433C610662
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x0000000028413000
    Crashed Thread:  32
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x90a3882e pread$UNIX2003 + 10
    1   com.apple.iLifeSQLAccess                0x015af42f seekAndRead + 47
    2   com.apple.iLifeSQLAccess                0x015af3bc unixRead + 44
    3   com.apple.iLifeSQLAccess                0x015af37d sqlite3OsRead + 45
    4   com.apple.iLifeSQLAccess                0x015c7e99 sqlite3PagerAcquire + 313
    5   com.apple.iLifeSQLAccess                0x015c7d36 btreeGetPage + 38
    6   com.apple.iLifeSQLAccess                0x015d404a getAndInitPage + 26
    7   com.apple.iLifeSQLAccess                0x015d43d8 moveToChild + 56
    8   com.apple.iLifeSQLAccess                0x015f44a4 moveToRightmost + 68
    9   com.apple.iLifeSQLAccess                0x015f444d sqlite3BtreeLast + 109
    10  com.apple.iLifeSQLAccess                0x015c0946 sqlite3Step + 18710
    11  com.apple.iLifeSQLAccess                0x015bbe28 sqlite3_step + 88
    12  com.apple.iLifeSQLAccess                0x015e58dd -[HgKResultSet next] + 141
    13  com.apple.iLifeSQLAccess                0x0160cdfc -[HgEntity selectOneObject:where:args:] + 380
    14  com.apple.iLifeSQLAccess                0x0160cc6e -[HgEntity selectOneObject:where:] + 94
    15  com.apple.iLifeSQLAccess                0x0160cbb8 -[HgEntity recomputeNextModelId] + 120
    16  com.apple.iLifePageLayout               0x0138f285 -[KHThemeDatabase openDatabaseWithOptions:] + 5461
    17  com.apple.iLifePageLayout               0x0128cc37 -[KHController attemptDBLoad] + 327
    18  com.apple.iPhoto                        0x00024dd7 0x1000 + 146903
    19  com.apple.Foundation                    0x945f0db3 _nsnote_callback + 176
    20  com.apple.CoreFoundation                0x91a93763 __CFXNotificationPost + 947
    21  com.apple.CoreFoundation                0x91a9316a _CFXNotificationPostNotification + 186
    22  com.apple.Foundation                    0x945e5c50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    23  com.apple.Foundation                    0x945f305d -[NSNotificationCenter postNotificationName:object:] + 56
    24  com.apple.AppKit                        0x99b59216 -[NSApplication _postDidFinishNotification] + 125
    25  com.apple.AppKit                        0x99b59126 -[NSApplication _sendFinishLaunchingNotification] + 74
    26  com.apple.AppKit                        0x99cb0339 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    27  com.apple.AppKit                        0x99caff59 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    28  com.apple.Foundation                    0x946261f8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    29  com.apple.Foundation                    0x94625fbc _NSAppleEventManagerGenericHandler + 228
    30  com.apple.AE                            0x92619f5c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    31  com.apple.AE                            0x92619e5b dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    32  com.apple.AE                            0x92619d65 aeProcessAppleEvent + 197
    33  com.apple.HIToolbox                     0x9500c0f5 AEProcessAppleEvent + 50
    34  com.apple.AppKit                        0x99b297d2 _DPSNextEvent + 1420
    35  com.apple.AppKit                        0x99b28dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    36  com.apple.AppKit                        0x99aeb1f3 -[NSApplication run] + 821
    37  com.apple.AppKit                        0x99ae3289 NSApplicationMain + 574
    38  com.apple.iPhoto                        0x00003749 0x1000 + 10057
    39  com.apple.iPhoto                        0x000032a5 0x1000 + 8869
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x90a30382 kevent + 10
    1   libSystem.B.dylib                       0x90a30a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x90a2ff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x90a2fcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x90a2f781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91a752df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91a743c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91a741f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x9462b1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    7   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    10  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91a752df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91a743c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91a741f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x9462b1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    7   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    10  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 7:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91a752df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91a743c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91a741f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x9462a224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 9:
    0   libSystem.B.dylib                       0x90a37aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90a639c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x90a63903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x99c92e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 11:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91a752df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91a743c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91a741f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x9462b1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    7   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    10  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x015dae41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x015dad36 -[RAOperationQueueImpl _workThread] + 358
    4   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x015dae41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x015dad36 -[RAOperationQueueImpl _workThread] + 358
    4   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x01af5c9d -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   com.apple.proxtcore                     0x8f6738cc -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 220
    8   com.apple.proxtcore                     0x8f6695b3 -[XTSubscription postMessage:] + 227
    9   com.apple.proxtcore                     0x8f668db6 -[XTDistributor distributeMessage:] + 950
    10  com.apple.proxtcore                     0x8f668831 -[XTThread handleMessage:] + 849
    11  com.apple.proxtcore                     0x8f666f46 -[XTThread run:] + 422
    12  com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    13  com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    14  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    15  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x90a37aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90a3775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x90a393f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.Foundation                    0x946196b3 -[NSCondition wait] + 316
    4   com.apple.iPhoto                        0x00052077 0x1000 + 331895
    5   com.apple.iPhoto                        0x00051e91 0x1000 + 331409
    6   com.apple.CoreFoundation                0x91ab1ead __invoking___ + 29
    7   com.apple.CoreFoundation                0x91ab1e18 -[NSInvocation invoke] + 136
    8   com.apple.RedRock                       0x01b2d061 -[RKInvoker _invokeTargetWithPool:] + 81
    9   com.apple.proxtcore                     0x8f673888 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 152
    10  com.apple.proxtcore                     0x8f6695b3 -[XTSubscription postMessage:] + 227
    11  com.apple.proxtcore                     0x8f668db6 -[XTDistributor distributeMessage:] + 950
    12  com.apple.proxtcore                     0x8f668831 -[XTThread handleMessage:] + 849
    13  com.apple.proxtcore                     0x8f666f46 -[XTThread run:] + 422
    14  com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    15  com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    16  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    17  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 32 Crashed:
    0   libSystem.B.dylib                       0xffff086b __memcpy + 203
    1   com.apple.ImageIO.framework             0x9230d783 CGImageReadGetBytesAtOffset + 309
    2   com.apple.ImageIO.framework             0x9231072d CGImageReadSessionGetBytes + 48
    3   com.apple.ImageIO.framework             0x92327e32 fill_input_buffer + 214
    4   libJPEG.dylib                           0x927b6cf3 decode_mcu_optimized + 3195
    5   libJPEG.dylib                           0x927b5e74 decompress_onepass + 138
    6   libJPEG.dylib                           0x927c14c1 process_data_simple_main + 52
    7   libJPEG.dylib                           0x927b5a97 _cg_jpeg_read_scanlines + 150
    8   com.apple.ImageIO.framework             0x9232a4b1 copyImageBlockSetJPEG + 2978
    9   com.apple.ImageIO.framework             0x92314c75 ImageProviderCopyImageBlockSetCallback + 174
    10  com.apple.CoreGraphics                  0x9334652b CGImageProviderCopyImageBlockSet + 228
    11  com.apple.CoreGraphics                  0x9334ad3c img_blocks_create + 348
    12  com.apple.CoreGraphics                  0x932e2305 img_data_lock + 2921
    13  com.apple.CoreGraphics                  0x932e0b4a CGSImageDataLock + 172
    14  libRIP.A.dylib                          0x9699c751 ripc_AcquireImage + 2446
    15  libRIP.A.dylib                          0x9699a3c6 ripc_DrawImage + 1245
    16  com.apple.CoreGraphics                  0x932e07c4 CGContextDrawImage + 450
    17  com.apple.iPhoto                        0x000a7cdd 0x1000 + 683229
    18  com.apple.iPhoto                        0x003cf4e2 0x1000 + 3990754
    19  com.apple.iPhoto                        0x000a6ea8 0x1000 + 679592
    20  com.apple.iPhoto                        0x000a69c7 0x1000 + 678343
    21  com.apple.iPhoto                        0x000a676b 0x1000 + 677739
    22  com.apple.iPhoto                        0x00160785 0x1000 + 1439621
    23  com.apple.iLifeFaceRecognition          0x010d84b0 -[FaceRecognitionManager detectFacesInPhoto:userInfo:options:delegate:context:] + 149
    24  com.apple.RedRock                       0x01b75cfc -[RKFaceDetectionWorker detectFacesForMaster:aggressive:] + 844
    25  com.apple.iPhoto                        0x007710a9 0x1000 + 7798953
    26  com.apple.RedRock                       0x01b75821 -[RKFaceDetectionWorker performJob:] + 385
    27  com.apple.proxtcore                     0x8f6695b3 -[XTSubscription postMessage:] + 227
    28  com.apple.proxtcore                     0x8f668db6 -[XTDistributor distributeMessage:] + 950
    29  com.apple.proxtcore                     0x8f668831 -[XTThread handleMessage:] + 849
    30  com.apple.proxtcore                     0x8f666f46 -[XTThread run:] + 422
    31  com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    32  com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    33  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    34  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 34:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 35:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x90a28ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x91ab4c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    3   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 32 crashed with X86 Thread State (32-bit):
      eax: 0xffff07cc  ebx: 0x002c91fe  ecx: 0x00000018  edx: 0xfffff3c0
      edi: 0x056c7790  esi: 0x28413c15  ebp: 0xb10d1378  esp: 0xb10d1370
       ss: 0x00000023  efl: 0x00010286  eip: 0xffff086b   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x28413000
    Binary Images:
        0x1000 -   0xf11ff7  com.apple.iPhoto 9.1.1 (9.1.1) <4D03C8FF-BA05-D344-E3C1-A5471FE9CB09> /Applications/Photography/iPhoto.app/Contents/MacOS/iPhoto
    0x108b000 -  0x10b2ff7  com.apple.iPhoto.Tellus 1.1 (37) <E344FEA4-029C-074F-C980-F939AD6DAF04> /Applications/Photography/iPhoto.app/Contents/Frameworks/Tellus.framework/Versi ons/A/Tellus
    0x10d1000 -  0x10e8ff7  com.apple.iLifeFaceRecognition 1.0 (21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
    0x10f7000 -  0x1122fff  com.apple.DiscRecordingUI 5.0.9 (5090.4.2) <3E6CC284-2F1B-9EDB-0B56-872F962669A2> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x113a000 -  0x1146ff3  com.apple.UpgradeChecker 1.0 (1.1) <D3B95E56-67AB-A529-7886-09DDEF3610DA> /Applications/Photography/iPhoto.app/Contents/Frameworks/UpgradeChecker.framewo rk/Versions/A/UpgradeChecker
    0x114e000 -  0x114eff7  com.apple.iLifeSlideshow 2.1.1 (814) <D88EAB69-49ED-9E07-01F3-4E87CC90DF47> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    0x1152000 -  0x1239fef  org.python.python 2.6.1 (2.6.1) <DD8ECAA6-48FE-C6D2-330E-32946A5F5827> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1284000 -  0x14e6fe7  com.apple.iLifePageLayout 1.0 (97) <3A58D3FE-FA23-9089-E8FB-8F0DEC5E3CC0> /Library/Frameworks/iLifePageLayout.framework/Versions/A/iLifePageLayout
    0x15a7000 -  0x166bff7  com.apple.iLifeSQLAccess 1.1 (10) <007287E2-0366-7F08-CE00-C73AA3A3A348> /Library/Frameworks/iLifeSQLAccess.framework/Versions/A/iLifeSQLAccess
    0x16ac000 -  0x16dafe7  com.apple.ProUtils 1.0 (107) <CDE57121-223E-B708-9609-AB8A9E3B68AA> /Applications/Photography/iPhoto.app/Contents/Frameworks/ProUtils.framework/Ver sions/A/ProUtils
    0x16f7000 -  0x174cff7  com.apple.iLifeKit 1.0 (67) <5AC55F9B-FE1E-D3E2-2918-4D6EEF3511EE> /Library/Frameworks/iLifeKit.framework/Versions/A/iLifeKit
    0x1792000 -  0x19cafff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1ad2000 -  0x1f0bfff  com.apple.RedRock 1.2.1 (211) <501B6642-04E4-81D2-8E2D-E8C706FAC250> /Applications/Photography/iPhoto.app/Contents/Frameworks/RedRock.framework/Vers ions/A/RedRock
    0x213c000 -  0x22ceff3  com.apple.geode 1.1 (123) <A180FB86-8E60-39E2-3E53-1DFF4949CEA5> /Applications/Photography/iPhoto.app/Contents/Frameworks/Geode.framework/Versio ns/A/Geode
    0x2368000 -  0x236fff7  com.apple.MediaSync 1.0 (103) <07439836-CD5C-6840-92E3-31A19922FBFF> /Applications/Photography/iPhoto.app/Contents/Frameworks/MediaSync.framework/Ve rsions/A/MediaSync
    0x2377000 -  0x242cfe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <78B6EEB6-50D9-4479-D1A5-B4C381A07E4D> /usr/lib/libcrypto.0.9.7.dylib
    0x2472000 -  0x2473fff +eOkaoCom.dylib ??? (???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
    0x2477000 -  0x249cff2 +eOkaoPt.dylib ??? (???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
    0x24a3000 -  0x24d7fe7 +eOkaoDt.dylib ??? (???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
    0x24dd000 -  0x2644fff +eOkaoFr.dylib ??? (???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
    0x2648000 -  0x2672ff7  com.apple.iLifeSlideshowCore 2.0 (225) <CE68A566-3AD0-54A4-7292-9F339678D735> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owCore.framework/Versions/A/iLifeSlideshowCore
    0x268d000 -  0x2799fe3  com.apple.iLifeSlideshowProducer 2.1.1 (596) <4478E3A0-02FC-4981-7C5A-6E540FA7793F> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owProducer.framework/Versions/A/iLifeSlideshowProducer
    0x2804000 -  0x296dff3  com.apple.iLifeSlideshowRenderer 2.1.1 (650) <895884A9-5DC0-6204-9F82-52AE36FF7354> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owRenderer.framework/Versions/A/iLifeSlideshowRenderer
    0x29eb000 -  0x29f6ff7  com.apple.iLifeSlideshowExporter 2.0 (233) <536B35D0-3002-E692-5FE9-C63A80DFEE37> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owExporter.framework/Versions/A/iLifeSlideshowExporter
    0x2a00000 -  0x2a29fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <8D4AA22A-D5E6-588D-7528-6BE4028C8F85> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2a3a000 -  0x2abbff7  com.apple.NyxAudioAnalysis 12.2 (12.2) <5D0C5E87-D4D7-C6F9-DCC9-B1918186BF5A> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x2ada000 -  0x2b04fe7  com.apple.ExpressCheckout 1.0 (1.0) <56EA4648-E554-6DAC-1484-AB75DD0E263E> /Library/Frameworks/iLifePageLayout.framework/Versions/A/Frameworks/ExpressChec kout.framework/Versions/A/ExpressCheckout
    0x2b28000 -  0x2b63ffb  com.apple.iLifeImageAnalysis 1.0 (2) <44A4E4CF-545D-C31F-1C8B-F44FB36F48CC> /Library/Frameworks/iLifePageLayout.framework/Versions/A/Frameworks/iLifeImageA nalysis.framework/Versions/A/iLifeImageAnalysis
    0x4c44000 -  0x4c49ff7  com.apple.iphoto.accountconfig.Email 1.0 (1) <73270D6F-9050-5021-0516-FA13F6014397> /Applications/Photography/iPhoto.app/Contents/PlugIns/Email.accountconfigplugin /Contents/MacOS/Email
    0x4cc9000 -  0x4cefff3  com.apple.iPhoto.FacebookPublisher 1.1 (1.0) <4ECEB759-308D-5C09-E3B3-7D4971D69187> /Applications/Photography/iPhoto.app/Contents/PlugIns/FacebookPublisher.publish er/Contents/MacOS/FacebookPublisher
    0x4d01000 -  0x4d07ff7  com.apple.iPhoto.RSSPublisher 1.1 (1.0) <6037D7B1-A2C8-88D4-C2FF-84900F761DE6> /Applications/Photography/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Co ntents/MacOS/RSSPublisher
    0x4d10000 -  0x4d13ff7  com.apple.iphoto.accountconfig.Facebook 1.1 (1) <9D39480B-4714-DFC9-2FD9-281A4740287C> /Applications/Photography/iPhoto.app/Contents/PlugIns/Facebook.accountconfigplu gin/Contents/MacOS/Facebook
    0x1cfae000 - 0x1cfd2fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1fc02000 - 0x1fc04ff7  libclparser.dylib ??? (???) <5EDE25F7-177A-0109-EA9F-7F0103BB536A> /System/Library/Frameworks/OpenCL.framework/Libraries/libclparser.dylib
    0x1fc09000 - 0x1fc0dff7  libcldcpuengine.dylib 1.5.6 (compatibility 1.0.0) <367E159F-CB10-33C1-0075-40E876B20293> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x1fc22000 - 0x1fc25ff3  libFontRegistryUI.dylib ??? (???) <9F0445D2-9B14-5DAD-D426-251D8D76C1C5> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x1fd2f000 - 0x1fea8ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x20800000 - 0x20bddfff  com.apple.ATIRadeonX3000GLDriver 1.6.42 (6.4.2) <019C8FD3-2824-C6F1-0FC3-B2A339B4309D> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x20c0d000 - 0x216fefef  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.42 (6.4.2) <58113970-F545-BE49-767D-8B51602A96CC> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
    0x224d4000 - 0x224d7ff7  com.apple.iphoto.accountconfig.Flickr 1.1 (1) <334E5AB1-272D-E2EF-23F8-2073AB7E7D30> /Applications/Photography/iPhoto.app/Contents/PlugIns/Flickr.accountconfigplugi n/Contents/MacOS/Flickr
    0x224dd000 - 0x224e2ff7  com.apple.iphoto.accountconfig.MobileMe 1.1 (1) <5D4E0FA1-FF24-8299-5795-3B0CC1ABC81C> /Applications/Photography/iPhoto.app/Contents/PlugIns/MobileMe.accountconfigplu gin/Contents/MacOS/MobileMe
    0x2277f000 - 0x2279effb  com.apple.iPhoto.FlickrPublisher 1.1 (1.0) <B6F1669A-1725-9F55-3E17-0E50360E87D2> /Applications/Photography/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher /Contents/MacOS/FlickrPublisher
    0x227ae000 - 0x227e6ffb  com.apple.iPhoto.MobileMePublisher 1.1 (1.0) <9D6D14F6-9D0F-5944-3329-1497EFA25274> /Applications/Photography/iPhoto.app/Contents/PlugIns/MobileMePublisher.publish er/Contents/MacOS/MobileMePublisher
    0x24700000 - 0x24784fe7  com.apple.xquery 1.3 (29) <E48EF997-7C96-F063-23D7-91B9D4D2A875> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0x8f2d5000 - 0x8f2dfff7  com.apple.iphoto.AccountConfigurationPlugin 1.1 (1) <1B962C66-FFB8-A844-E664-3B1CE57A6CCD> /Applications/Photography/iPhoto.app/Contents/Frameworks/AccountConfigurationPl ugin.framework/Versions/A/AccountConfigurationPlugin
    0x8f521000 - 0x8f5c0ff3  com.apple.MobileMe 11 (1.0.3) <8E95CD1B-525E-748C-743A-EB0E369B05F6> /Applications/Photography/iPhoto.app/Contents/Frameworks/MobileMe.framework/Ver sions/A/MobileMe
    0x8f663000 - 0x8f6befe7  com.apple.proxtcore 1.1 (128) <3C430595-814D-2E8F-0C68-742B512ED597> /Applications/Photography/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Ve rsions/A/ProXTCore
    0x8fdae000 - 0x8fdd7fff  com.apple.iPhoto.Tessera 1.1 (37) <4706F5C2-0720-1557-4B68-3FAF8B24F845> /Applications/Photography/iPhoto.app/Contents/Frameworks/Tessera.framework/Vers ions/A/Tessera
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <283EE026-C0FE-1FF9-DB81-BFB155793157> /usr/lib/dyld
    0x90003000 - 0x90085ffb  SecurityFoundation ??? (???) <C3126552-3B6B-C96A-E7E7-5876AA35D19D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90086000 - 0x90166fe7  com.apple.vImage 4.1 (4.1) <AEF800AE-65DA-5E79-5B01-165AF51BAAF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90167000 - 0x9016dfff  com.apple.CommonPanels 1.2.4 (91) <CE92759E-865E-8A3B-1488-ECD497E4074D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9016e000 - 0x90172ff7  libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90173000 - 0x901bbfff  com.apple.iCalendar 1.0.3 (54) <3808B2A8-A03C-81CE-5B79-EA8A353A804C> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x901bc000 - 0x901d1fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x901d2000 - 0x902d2fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x902d3000 - 0x9036bfe7  edu.mit.Kerberos 6.5.11 (6.5.11) <88CA2CC8-9005-E017-6D61-5809C3CE5FC6> /System/Library/Frameworks/Kerberos

    Process:         iPhoto [553]
    Path:            /Applications/Photography/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.1.1 (9.1.1)
    Build Info:      iPhotoProject-5270000~13
    Code Type:       X86 (Native)
    Parent Process:  launchd [84]
    Date/Time:       2013-01-14 22:03:07.052 +0800
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          40483 sec
    Crashes Since Last Report:           2
    Per-App Interval Since Last Report:  38 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      B4654DEF-D606-4B69-AE69-BD433C610662
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x0000000028413000
    Crashed Thread:  32
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x90a3882e pread$UNIX2003 + 10
    1   com.apple.iLifeSQLAccess                0x015af42f seekAndRead + 47
    2   com.apple.iLifeSQLAccess                0x015af3bc unixRead + 44
    3   com.apple.iLifeSQLAccess                0x015af37d sqlite3OsRead + 45
    4   com.apple.iLifeSQLAccess                0x015c7e99 sqlite3PagerAcquire + 313
    5   com.apple.iLifeSQLAccess                0x015c7d36 btreeGetPage + 38
    6   com.apple.iLifeSQLAccess                0x015d404a getAndInitPage + 26
    7   com.apple.iLifeSQLAccess                0x015d43d8 moveToChild + 56
    8   com.apple.iLifeSQLAccess                0x015f44a4 moveToRightmost + 68
    9   com.apple.iLifeSQLAccess                0x015f444d sqlite3BtreeLast + 109
    10  com.apple.iLifeSQLAccess                0x015c0946 sqlite3Step + 18710
    11  com.apple.iLifeSQLAccess                0x015bbe28 sqlite3_step + 88
    12  com.apple.iLifeSQLAccess                0x015e58dd -[HgKResultSet next] + 141
    13  com.apple.iLifeSQLAccess                0x0160cdfc -[HgEntity selectOneObject:where:args:] + 380
    14  com.apple.iLifeSQLAccess                0x0160cc6e -[HgEntity selectOneObject:where:] + 94
    15  com.apple.iLifeSQLAccess                0x0160cbb8 -[HgEntity recomputeNextModelId] + 120
    16  com.apple.iLifePageLayout               0x0138f285 -[KHThemeDatabase openDatabaseWithOptions:] + 5461
    17  com.apple.iLifePageLayout               0x0128cc37 -[KHController attemptDBLoad] + 327
    18  com.apple.iPhoto                        0x00024dd7 0x1000 + 146903
    19  com.apple.Foundation                    0x945f0db3 _nsnote_callback + 176
    20  com.apple.CoreFoundation                0x91a93763 __CFXNotificationPost + 947
    21  com.apple.CoreFoundation                0x91a9316a _CFXNotificationPostNotification + 186
    22  com.apple.Foundation                    0x945e5c50 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    23  com.apple.Foundation                    0x945f305d -[NSNotificationCenter postNotificationName:object:] + 56
    24  com.apple.AppKit                        0x99b59216 -[NSApplication _postDidFinishNotification] + 125
    25  com.apple.AppKit                        0x99b59126 -[NSApplication _sendFinishLaunchingNotification] + 74
    26  com.apple.AppKit                        0x99cb0339 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    27  com.apple.AppKit                        0x99caff59 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    28  com.apple.Foundation                    0x946261f8 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    29  com.apple.Foundation                    0x94625fbc _NSAppleEventManagerGenericHandler + 228
    30  com.apple.AE                            0x92619f5c aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    31  com.apple.AE                            0x92619e5b dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    32  com.apple.AE                            0x92619d65 aeProcessAppleEvent + 197
    33  com.apple.HIToolbox                     0x9500c0f5 AEProcessAppleEvent + 50
    34  com.apple.AppKit                        0x99b297d2 _DPSNextEvent + 1420
    35  com.apple.AppKit                        0x99b28dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    36  com.apple.AppKit                        0x99aeb1f3 -[NSApplication run] + 821
    37  com.apple.AppKit                        0x99ae3289 NSApplicationMain + 574
    38  com.apple.iPhoto                        0x00003749 0x1000 + 10057
    39  com.apple.iPhoto                        0x000032a5 0x1000 + 8869
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x90a30382 kevent + 10
    1   libSystem.B.dylib                       0x90a30a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x90a2ff59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x90a2fcfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x90a2f781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 3:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91a752df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91a743c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91a741f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x9462b1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    7   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    10  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91a752df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91a743c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91a741f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x9462b1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    7   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    10  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 7:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91a752df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91a743c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91a741f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x9462a224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    9   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 9:
    0   libSystem.B.dylib                       0x90a37aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90a639c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x90a63903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x99c92e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 10:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 11:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 13:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 14:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 15:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.CoreFoundation                0x91a752df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x91a743c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x91a741f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x9462b1b3 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6   com.apple.proxtcore                     0x8f6693c5 -[XTRunLoopThread run:] + 453
    7   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    8   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    9   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    10  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 16:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 17:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 18:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 19:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 20:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 21:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 22:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 23:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 24:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 25:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 26:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 27:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x8f66814f -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x8f666f30 -[XTThread run:] + 400
    8   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    9   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    10  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    11  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 28:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x015dae41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x015dad36 -[RAOperationQueueImpl _workThread] + 358
    4   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 29:
    0   libSystem.B.dylib                       0x90a09afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x90a0a267 mach_msg + 68
    2   com.apple.iLifeSQLAccess                0x015dae41 -[RALatchTrigger wait] + 81
    3   com.apple.iLifeSQLAccess                0x015dad36 -[RAOperationQueueImpl _workThread] + 358
    4   com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    7   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 30:
    0   libSystem.B.dylib                       0x90a09b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x90a376e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x90a665a8 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x9462d8e8 -[NSCondition waitUntilDate:] + 453
    4   com.apple.Foundation                    0x945e63b1 -[NSConditionLock lockWhenCondition:beforeDate:] + 279
    5   com.apple.Foundation                    0x945e6294 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x01af5c9d -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   com.apple.proxtcore                     0x8f6738cc -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 220
    8   com.apple.proxtcore                     0x8f6695b3 -[XTSubscription postMessage:] + 227
    9   com.apple.proxtcore                     0x8f668db6 -[XTDistributor distributeMessage:] + 950
    10  com.apple.proxtcore                     0x8f668831 -[XTThread handleMessage:] + 849
    11  com.apple.proxtcore                     0x8f666f46 -[XTThread run:] + 422
    12  com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    13  com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    14  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    15  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 31:
    0   libSystem.B.dylib                       0x90a37aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x90a3775e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x90a393f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.Foundation                    0x946196b3 -[NSCondition wait] + 316
    4   com.apple.iPhoto                        0x00052077 0x1000 + 331895
    5   com.apple.iPhoto                        0x00051e91 0x1000 + 331409
    6   com.apple.CoreFoundation                0x91ab1ead __invoking___ + 29
    7   com.apple.CoreFoundation                0x91ab1e18 -[NSInvocation invoke] + 136
    8   com.apple.RedRock                       0x01b2d061 -[RKInvoker _invokeTargetWithPool:] + 81
    9   com.apple.proxtcore                     0x8f673888 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 152
    10  com.apple.proxtcore                     0x8f6695b3 -[XTSubscription postMessage:] + 227
    11  com.apple.proxtcore                     0x8f668db6 -[XTDistributor distributeMessage:] + 950
    12  com.apple.proxtcore                     0x8f668831 -[XTThread handleMessage:] + 849
    13  com.apple.proxtcore                     0x8f666f46 -[XTThread run:] + 422
    14  com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    15  com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    16  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    17  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 32 Crashed:
    0   libSystem.B.dylib                       0xffff086b __memcpy + 203
    1   com.apple.ImageIO.framework             0x9230d783 CGImageReadGetBytesAtOffset + 309
    2   com.apple.ImageIO.framework             0x9231072d CGImageReadSessionGetBytes + 48
    3   com.apple.ImageIO.framework             0x92327e32 fill_input_buffer + 214
    4   libJPEG.dylib                           0x927b6cf3 decode_mcu_optimized + 3195
    5   libJPEG.dylib                           0x927b5e74 decompress_onepass + 138
    6   libJPEG.dylib                           0x927c14c1 process_data_simple_main + 52
    7   libJPEG.dylib                           0x927b5a97 _cg_jpeg_read_scanlines + 150
    8   com.apple.ImageIO.framework             0x9232a4b1 copyImageBlockSetJPEG + 2978
    9   com.apple.ImageIO.framework             0x92314c75 ImageProviderCopyImageBlockSetCallback + 174
    10  com.apple.CoreGraphics                  0x9334652b CGImageProviderCopyImageBlockSet + 228
    11  com.apple.CoreGraphics                  0x9334ad3c img_blocks_create + 348
    12  com.apple.CoreGraphics                  0x932e2305 img_data_lock + 2921
    13  com.apple.CoreGraphics                  0x932e0b4a CGSImageDataLock + 172
    14  libRIP.A.dylib                          0x9699c751 ripc_AcquireImage + 2446
    15  libRIP.A.dylib                          0x9699a3c6 ripc_DrawImage + 1245
    16  com.apple.CoreGraphics                  0x932e07c4 CGContextDrawImage + 450
    17  com.apple.iPhoto                        0x000a7cdd 0x1000 + 683229
    18  com.apple.iPhoto                        0x003cf4e2 0x1000 + 3990754
    19  com.apple.iPhoto                        0x000a6ea8 0x1000 + 679592
    20  com.apple.iPhoto                        0x000a69c7 0x1000 + 678343
    21  com.apple.iPhoto                        0x000a676b 0x1000 + 677739
    22  com.apple.iPhoto                        0x00160785 0x1000 + 1439621
    23  com.apple.iLifeFaceRecognition          0x010d84b0 -[FaceRecognitionManager detectFacesInPhoto:userInfo:options:delegate:context:] + 149
    24  com.apple.RedRock                       0x01b75cfc -[RKFaceDetectionWorker detectFacesForMaster:aggressive:] + 844
    25  com.apple.iPhoto                        0x007710a9 0x1000 + 7798953
    26  com.apple.RedRock                       0x01b75821 -[RKFaceDetectionWorker performJob:] + 385
    27  com.apple.proxtcore                     0x8f6695b3 -[XTSubscription postMessage:] + 227
    28  com.apple.proxtcore                     0x8f668db6 -[XTDistributor distributeMessage:] + 950
    29  com.apple.proxtcore                     0x8f668831 -[XTThread handleMessage:] + 849
    30  com.apple.proxtcore                     0x8f666f46 -[XTThread run:] + 422
    31  com.apple.Foundation                    0x945f14c4 -[NSThread main] + 45
    32  com.apple.Foundation                    0x945f1474 __NSThread__main__ + 1499
    33  libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    34  libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 33:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 34:
    0   libSystem.B.dylib                       0x90a2f412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x90a2f9a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x90a2f5c6 start_wqthread + 30
    Thread 35:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x90a28ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x91ab4c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x90a37259 _pthread_start + 345
    3   libSystem.B.dylib                       0x90a370de thread_start + 34
    Thread 32 crashed with X86 Thread State (32-bit):
      eax: 0xffff07cc  ebx: 0x002c91fe  ecx: 0x00000018  edx: 0xfffff3c0
      edi: 0x056c7790  esi: 0x28413c15  ebp: 0xb10d1378  esp: 0xb10d1370
       ss: 0x00000023  efl: 0x00010286  eip: 0xffff086b   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x28413000
    Binary Images:
        0x1000 -   0xf11ff7  com.apple.iPhoto 9.1.1 (9.1.1) <4D03C8FF-BA05-D344-E3C1-A5471FE9CB09> /Applications/Photography/iPhoto.app/Contents/MacOS/iPhoto
    0x108b000 -  0x10b2ff7  com.apple.iPhoto.Tellus 1.1 (37) <E344FEA4-029C-074F-C980-F939AD6DAF04> /Applications/Photography/iPhoto.app/Contents/Frameworks/Tellus.framework/Versi ons/A/Tellus
    0x10d1000 -  0x10e8ff7  com.apple.iLifeFaceRecognition 1.0 (21) <AD53D7A2-F0B2-FF76-5C6D-C23B234AB50E> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/iLifeFaceRecognit ion
    0x10f7000 -  0x1122fff  com.apple.DiscRecordingUI 5.0.9 (5090.4.2) <3E6CC284-2F1B-9EDB-0B56-872F962669A2> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x113a000 -  0x1146ff3  com.apple.UpgradeChecker 1.0 (1.1) <D3B95E56-67AB-A529-7886-09DDEF3610DA> /Applications/Photography/iPhoto.app/Contents/Frameworks/UpgradeChecker.framewo rk/Versions/A/UpgradeChecker
    0x114e000 -  0x114eff7  com.apple.iLifeSlideshow 2.1.1 (814) <D88EAB69-49ED-9E07-01F3-4E87CC90DF47> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    0x1152000 -  0x1239fef  org.python.python 2.6.1 (2.6.1) <DD8ECAA6-48FE-C6D2-330E-32946A5F5827> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1284000 -  0x14e6fe7  com.apple.iLifePageLayout 1.0 (97) <3A58D3FE-FA23-9089-E8FB-8F0DEC5E3CC0> /Library/Frameworks/iLifePageLayout.framework/Versions/A/iLifePageLayout
    0x15a7000 -  0x166bff7  com.apple.iLifeSQLAccess 1.1 (10) <007287E2-0366-7F08-CE00-C73AA3A3A348> /Library/Frameworks/iLifeSQLAccess.framework/Versions/A/iLifeSQLAccess
    0x16ac000 -  0x16dafe7  com.apple.ProUtils 1.0 (107) <CDE57121-223E-B708-9609-AB8A9E3B68AA> /Applications/Photography/iPhoto.app/Contents/Frameworks/ProUtils.framework/Ver sions/A/ProUtils
    0x16f7000 -  0x174cff7  com.apple.iLifeKit 1.0 (67) <5AC55F9B-FE1E-D3E2-2918-4D6EEF3511EE> /Library/Frameworks/iLifeKit.framework/Versions/A/iLifeKit
    0x1792000 -  0x19cafff  com.apple.prokit 7.0.1 (1331.1) <327AFA15-E955-02EF-3E57-E2558B645698> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1ad2000 -  0x1f0bfff  com.apple.RedRock 1.2.1 (211) <501B6642-04E4-81D2-8E2D-E8C706FAC250> /Applications/Photography/iPhoto.app/Contents/Frameworks/RedRock.framework/Vers ions/A/RedRock
    0x213c000 -  0x22ceff3  com.apple.geode 1.1 (123) <A180FB86-8E60-39E2-3E53-1DFF4949CEA5> /Applications/Photography/iPhoto.app/Contents/Frameworks/Geode.framework/Versio ns/A/Geode
    0x2368000 -  0x236fff7  com.apple.MediaSync 1.0 (103) <07439836-CD5C-6840-92E3-31A19922FBFF> /Applications/Photography/iPhoto.app/Contents/Frameworks/MediaSync.framework/Ve rsions/A/MediaSync
    0x2377000 -  0x242cfe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <78B6EEB6-50D9-4479-D1A5-B4C381A07E4D> /usr/lib/libcrypto.0.9.7.dylib
    0x2472000 -  0x2473fff +eOkaoCom.dylib ??? (???) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoCo m.dylib
    0x2477000 -  0x249cff2 +eOkaoPt.dylib ??? (???) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoPt .dylib
    0x24a3000 -  0x24d7fe7 +eOkaoDt.dylib ??? (???) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoDt .dylib
    0x24dd000 -  0x2644fff +eOkaoFr.dylib ??? (???) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Library/Frameworks/iLifeFaceRecognition.framework/Versions/A/Resources/eOkaoFr .dylib
    0x2648000 -  0x2672ff7  com.apple.iLifeSlideshowCore 2.0 (225) <CE68A566-3AD0-54A4-7292-9F339678D735> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owCore.framework/Versions/A/iLifeSlideshowCore
    0x268d000 -  0x2799fe3  com.apple.iLifeSlideshowProducer 2.1.1 (596) <4478E3A0-02FC-4981-7C5A-6E540FA7793F> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owProducer.framework/Versions/A/iLifeSlideshowProducer
    0x2804000 -  0x296dff3  com.apple.iLifeSlideshowRenderer 2.1.1 (650) <895884A9-5DC0-6204-9F82-52AE36FF7354> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owRenderer.framework/Versions/A/iLifeSlideshowRenderer
    0x29eb000 -  0x29f6ff7  com.apple.iLifeSlideshowExporter 2.0 (233) <536B35D0-3002-E692-5FE9-C63A80DFEE37> /Library/Frameworks/iLifeSlideshow.framework/Versions/A/Frameworks/iLifeSlidesh owExporter.framework/Versions/A/iLifeSlideshowExporter
    0x2a00000 -  0x2a29fe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <8D4AA22A-D5E6-588D-7528-6BE4028C8F85> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2a3a000 -  0x2abbff7  com.apple.NyxAudioAnalysis 12.2 (12.2) <5D0C5E87-D4D7-C6F9-DCC9-B1918186BF5A> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x2ada000 -  0x2b04fe7  com.apple.ExpressCheckout 1.0 (1.0) <56EA4648-E554-6DAC-1484-AB75DD0E263E> /Library/Frameworks/iLifePageLayout.framework/Versions/A/Frameworks/ExpressChec kout.framework/Versions/A/ExpressCheckout
    0x2b28000 -  0x2b63ffb  com.apple.iLifeImageAnalysis 1.0 (2) <44A4E4CF-545D-C31F-1C8B-F44FB36F48CC> /Library/Frameworks/iLifePageLayout.framework/Versions/A/Frameworks/iLifeImageA nalysis.framework/Versions/A/iLifeImageAnalysis
    0x4c44000 -  0x4c49ff7  com.apple.iphoto.accountconfig.Email 1.0 (1) <73270D6F-9050-5021-0516-FA13F6014397> /Applications/Photography/iPhoto.app/Contents/PlugIns/Email.accountconfigplugin /Contents/MacOS/Email
    0x4cc9000 -  0x4cefff3  com.apple.iPhoto.FacebookPublisher 1.1 (1.0) <4ECEB759-308D-5C09-E3B3-7D4971D69187> /Applications/Photography/iPhoto.app/Contents/PlugIns/FacebookPublisher.publish er/Contents/MacOS/FacebookPublisher
    0x4d01000 -  0x4d07ff7  com.apple.iPhoto.RSSPublisher 1.1 (1.0) <6037D7B1-A2C8-88D4-C2FF-84900F761DE6> /Applications/Photography/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Co ntents/MacOS/RSSPublisher
    0x4d10000 -  0x4d13ff7  com.apple.iphoto.accountconfig.Facebook 1.1 (1) <9D39480B-4714-DFC9-2FD9-281A4740287C> /Applications/Photography/iPhoto.app/Contents/PlugIns/Facebook.accountconfigplu gin/Contents/MacOS/Facebook
    0x1cfae000 - 0x1cfd2fe7  GLRendererFloat ??? (???) <F19DDBE8-1DF6-6618-F554-0E81ED85CE67> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1fc02000 - 0x1fc04ff7  libclparser.dylib ??? (???) <5EDE25F7-177A-0109-EA9F-7F0103BB536A> /System/Library/Frameworks/OpenCL.framework/Libraries/libclparser.dylib
    0x1fc09000 - 0x1fc0dff7  libcldcpuengine.dylib 1.5.6 (compatibility 1.0.0) <367E159F-CB10-33C1-0075-40E876B20293> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x1fc22000 - 0x1fc25ff3  libFontRegistryUI.dylib ??? (???) <9F0445D2-9B14-5DAD-D426-251D8D76C1C5> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x1fd2f000 - 0x1fea8ff7  GLEngine ??? (???) <76C922AA-A4A7-2835-537B-17F316AD95F6> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x20800000 - 0x20bddfff  com.apple.ATIRadeonX3000GLDriver 1.6.42 (6.4.2) <019C8FD3-2824-C6F1-0FC3-B2A339B4309D> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x20c0d000 - 0x216fefef  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.42 (6.4.2) <58113970-F545-BE49-767D-8B51602A96CC> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
    0x224d4000 - 0x224d7ff7  com.apple.iphoto.accountconfig.Flickr 1.1 (1) <334E5AB1-272D-E2EF-23F8-2073AB7E7D30> /Applications/Photography/iPhoto.app/Contents/PlugIns/Flickr.accountconfigplugi n/Contents/MacOS/Flickr
    0x224dd000 - 0x224e2ff7  com.apple.iphoto.accountconfig.MobileMe 1.1 (1) <5D4E0FA1-FF24-8299-5795-3B0CC1ABC81C> /Applications/Photography/iPhoto.app/Contents/PlugIns/MobileMe.accountconfigplu gin/Contents/MacOS/MobileMe
    0x2277f000 - 0x2279effb  com.apple.iPhoto.FlickrPublisher 1.1 (1.0) <B6F1669A-1725-9F55-3E17-0E50360E87D2> /Applications/Photography/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher /Contents/MacOS/FlickrPublisher
    0x227ae000 - 0x227e6ffb  com.apple.iPhoto.MobileMePublisher 1.1 (1.0) <9D6D14F6-9D0F-5944-3329-1497EFA25274> /Applications/Photography/iPhoto.app/Contents/PlugIns/MobileMePublisher.publish er/Contents/MacOS/MobileMePublisher
    0x24700000 - 0x24784fe7  com.apple.xquery 1.3 (29) <E48EF997-7C96-F063-23D7-91B9D4D2A875> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0x8f2d5000 - 0x8f2dfff7  com.apple.iphoto.AccountConfigurationPlugin 1.1 (1) <1B962C66-FFB8-A844-E664-3B1CE57A6CCD> /Applications/Photography/iPhoto.app/Contents/Frameworks/AccountConfigurationPl ugin.framework/Versions/A/AccountConfigurationPlugin
    0x8f521000 - 0x8f5c0ff3  com.apple.MobileMe 11 (1.0.3) <8E95CD1B-525E-748C-743A-EB0E369B05F6> /Applications/Photography/iPhoto.app/Contents/Frameworks/MobileMe.framework/Ver sions/A/MobileMe
    0x8f663000 - 0x8f6befe7  com.apple.proxtcore 1.1 (128) <3C430595-814D-2E8F-0C68-742B512ED597> /Applications/Photography/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Ve rsions/A/ProXTCore
    0x8fdae000 - 0x8fdd7fff  com.apple.iPhoto.Tessera 1.1 (37) <4706F5C2-0720-1557-4B68-3FAF8B24F845> /Applications/Photography/iPhoto.app/Contents/Frameworks/Tessera.framework/Vers ions/A/Tessera
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <283EE026-C0FE-1FF9-DB81-BFB155793157> /usr/lib/dyld
    0x90003000 - 0x90085ffb  SecurityFoundation ??? (???) <C3126552-3B6B-C96A-E7E7-5876AA35D19D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90086000 - 0x90166fe7  com.apple.vImage 4.1 (4.1) <AEF800AE-65DA-5E79-5B01-165AF51BAAF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90167000 - 0x9016dfff  com.apple.CommonPanels 1.2.4 (91) <CE92759E-865E-8A3B-1488-ECD497E4074D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9016e000 - 0x90172ff7  libGIF.dylib ??? (???) <9E51F8ED-83B4-DA41-1E2F-CFA726936A30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90173000 - 0x901bbfff  com.apple.iCalendar 1.0.3 (54) <3808B2A8-A03C-81CE-5B79-EA8A353A804C> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x901bc000 - 0x901d1fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x901d2000 - 0x902d2fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <BE7FCD73-03B5-25A4-FCA4-D4980F1488D6> /usr/lib/libxml2.2.dylib
    0x902d3000 - 0x9036bfe7  edu.mit.Kerberos 6.5.11 (6.5.11) <88CA2CC8-9005-E017-6D61-5809C3CE5FC6> /System/Library/Frameworks/Kerberos

  • I was cleaning my macbook pro and i deleted all my files including itunes. Then when i turn on my itunes it says the folder"itunes" cannot be found or created, and is required. the default location for this folder is inside the "music" folder. help please

    My itunes keep saying The folder “iTunes” cannot be found or created, and is required. The default location for this folder is inside the “Music” folder.iTunes needs a library to continue. You may choose an existing iTunes library or create a new one. please help i presschooseexisting cuase i have one but then it says this The  file cannot be found or created. The default location for this file is in the “iTunes” folder in the “Music” folder. please help

    I was cleaning my macbook pro and i deleted all my files including itunes
    Restore your computer from your backup. 

  • Please help me out here-the Notes folder.

    Okay, the other day I decided to use the 'Notes' folder on my Apple iPod nano 4GB White English. I followed the instructions as given in the "iPod Features Guide."
    I dragged two text documents, "Why Does God Exist.doc" and "The Retrosexual Code.doc" into the folder.
    NOTE: This is not a storage capacity issue: text documents are in megabytes at the most, and I have at least 3GB left.
    Anyways, I unplugged my iPod and turned it on.
    I went to "Notes" and saw the three things, "Instructions" (obviously) and "Why Does God Exist.doc" and "The Retrosexual Code.doc". I open up "Why Does God Exist.doc" and lo and behold, only the following indecipherable meaningless (to me, at least) string of characters appears:
    Diaj+a, except each of them had the following weirdness:
    D -line through the straight part
    i - to dots
    a - tilly like this: \ over it
    + - it is sitting on top of a line
    a - tilly like this: / over it
    Anyways, if anyone knows what this means, how I can fix it, and how I can put the "Notes" folder to good use, please help.
    Thanks in advance!
    -Kevin_Ahab

    The iPod's Notes feature will only accept plain text files, which have an extension of .txt, not .doc. Use a program such as Notepad to create plain text documents. Only the first 4096 characters of any note will be recognized, and only 1000 notes will be displayed.
    (13729)

  • HT1350 my kids entered the wrong unlock code on my ipod too many times and now the screen says ipod disabled connect to itunes. Well i try connecting to itunes and i cant because my ipod is locked! need help please!

    my kids enetered the wrong unlock code on my ipod touch too many times and now the screen says IPOD DISABLED connect to itunes. I have tried connecting it to itunes and I cant because the ipod is locked. need help please! any ideas? Thanks, Nick

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                          
    If recovery mode does not work try DFU mode.                         
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Portal Content Guide for understanding the MDM Configuration.

    hi friends,
    I need Portal Content Guide for understanding the MDM Configuration pdf file..
    please send that file in pdf format
    thanks
    ramu

    Hi,
    You can access the below link.
    [http://help.sap.com/saphelp_mdm550/helpdata/en/45/c87d0243e56f75e10000000a1553f6/frameset.htm]
    Regards,
    Jitesh Talreja

  • How to send data from internal table to the shared folder in ABAP

    Hi experts,
             My requirement is to transfer data from a file to shared folder. i just did reading data from a file to a internal table. Now i want to send this internal table data into a shared folder which is  "
    xxx\y\z....".
    I do not have any idea on how to send data from internal table to the shared folder path.
    can anybody please help me out how to do this?
    Thanks & Regards
    Sireesha.

    Where that folder is located, its on presentation server i.e. desktop or application server.
    If its on presentation server, use FM GUI_UPLOAD.
    If its on application server, then use DATASET functions. Have a look at below link.
    [File Handling in ABAP|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3ca6358411d1829f0000e829fbfe/frameset.htm]
    I hope it helps.
    Thanks,
    Vibha
    Please mark all the useful answers

Maybe you are looking for