Deleting Contents in TextBox crashes program

I just  began learning C# last week and I'm practicing by creating a WPF Application that converts units.
I'm converting the Celsius textbox's input to double in order to calculate the temperatures for Farenheit and Kelvin, then I output those results and append the (°F or °K) to the string. The problem that I have is that if I try to delete the text in Celsius
to change it to another number, then the program crashes and I get the following error: 
An unhandled exception of type 'System.FormatException' occurred in mscorlib.dll
Additional information: Input string was not in a correct format.
This is the code I have from the celsius textBox (c_textBox) method:
private void c_textBox_TextChanged(object sender, TextChangedEventArgs e) //Text Entered in Celsius
string C_in = c_textBox.Text;
double C = double.Parse(C_in);
double C_to_F = C * (9 / 5) + 32;
double C_to_K = C + 273.15;
f_textBox.Text = String.Format("{0}°F", C_to_F.ToString());
k_textBox.Text = String.Format("{0}°K", C_to_K.ToString());
Any ideas why this is happening?
I have another question: See how when I output the result I append the °F or °K. I would like to have the textBox setup to add °C,F,K or any other unit whenever the user enters input, but only read the numeric values, not the unit symbol. 
Thanks,

That's because you are trying to convert a blank string to a number, which is just as un-legit as trying to convert letters to a number. The simplest way to deal with it is to test for a blank string.
if(C_in == "")
// Do whatever you want for a blank string here.
else
// Get the number from the string here.
But a more thorough approach would be to use TryParse instead of Parse to check if the string cannot be converted for any reason. See the following link.
https://msdn.microsoft.com/en-us/library/994c0zb1%28v=vs.110%29.aspx

Similar Messages

  • How to delete iweb page that crashes program

    I have one page on my web site that crashes the program when i try to open it or delete it.. Is there another way to remove this volatility from the website with out loosing any other site pages?

    /Users/yourname/Sites/Home is the folder where the actual pages are stored, deleting one item there will force iWeb to rebuild the site index and may fix the problem ...

  • Video quality of burned DVD way inferior to content viewed in iDVD program

    I notice the video and menu quality on my burned DVD is VASTLY inferior to video and menu quality when viewing menus and content in the iDVD program while building the presentation.
    Having encoded at "Professional Quality" to a single layer DVD which didn't look so good, a number of posts in this forum suggested that "Best Performance" actually renders the best video quality.
    I'm using high-quality media from Verbatim so that's not a problem. The DVD's burn fine.
    The content -- all high-quality QT movies with great resolution, color and crisp text and animation, look great in and of themselves, and when viewed in the iDVD program. The menus and clips embedded in the scene select buttons, all look crisp and clean.
    Burned to DVD however, the video looks noticeably "worn" and the clips in the buttons lack any kind of crispness or resolution. Definitely disappointing. The animations look herky-jerky.
    Anyone know what the problem is?

    Hi
    No iDVD has a fixed quality - as old time TVs
    • PAL 625 lines (720x576)
    • NTSC 520 lines (720x480)
    so Your Mac screen are way higher resolution.
    There are NO HD version of iDVD - yet
    *DVD bad quality*
    copy of an answer on a similar question - may be of help
    the iMovie 08 & 09 don't apply
    There are two problems in this question.
    • iDVD
    • iMovie'08 or 09
    iDVD - can only handle Standard definition TV quality - NO version can handle HD !
    SD-TV
    EU - PAL system = 625 lines analog display (no pixles) 25fps
    US - NTSC system = 520 lines and 29.97 fps
    That's the best iDVD can do.
    iMovie up to version HD 6 - could handle interlaced video (displaying every second line
    first then start over with the rest - 25fps = 50 frames of interlaced video
    less flickering.
    iMovie'08 and 09 has destroyed this by deleting every second line
    Result a resolution of
    PAL 312 lines
    NTSC 260 lines
    So photos displayed this way will look crappy.
    Improvment
    Use iMovie HD 6 or FinalCut Express or Pro
    Else only way I know of to get "full" quality is by using other tools all together.
    Roxio Toast™ 10 Pro (incl BR-component) and here the included FotoMagico™ for SlideShows.
    Toast™ also can burn Blue-Ray - even on standard DVD (but much less eg 20 min movie)
    These BR-DVDs Can only be playbacked on a Blue-Ray Player (eg PlayStation 3)
    But they look super.
    A more specific part reg. FinalCut
    I do in FC-Express or Pro
    • Export out as a QuickTime .mov file
    • Not selfcontained (not important but saves time and spaces)
    • NO QUICKTIME CONVERSION (Important)
    I use
    • Verbatim DVD-R disks
    • Burn at a reduced speed x1 or x4 recommended by many)
    • Secure a minimum of 25Gb free space on internal boot hard disk for 4x3 SD video
    and my guess is that I would secure 5 - 6 times more for 16x9 HD
    (Still no version of iDVD can do HD)
    Yours Bengt W

  • Upgraded to IPhoto '11 V 9.4(701.64) and now export crashes program

    I just Upgraded to IPhoto '11 V 9.4(701.64) and now export crashes program. I've tried several times and it just keeps crashing.

    Crash error is "iPhoto quit unexpectedly while using the HPPhotoExport plug-in.
    Here is the contents of the crash log:
    Process:         iPhoto [1264]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.4 (9.4)
    Build Info:      iPhotoProject-701064000000000~2
    App Item ID:     408981381
    App External ID: 10581307
    Code Type:       X86 (Native)
    Parent Process:  launchd [164]
    User ID:         501
    PlugIn Path:       /Library/Application Support/iPhoto/*/HPPhotoExport
    PlugIn Identifier: com.hp.imagezone.tab
    PlugIn Version:    2.3.7 (2.3.7)
    Date/Time:       2012-09-27 19:52:44.857 -0700
    OS Version:      Mac OS X 10.8.2 (12C54)
    Report Version:  10
    Interval Since Last Report:          491 sec
    Crashes Since Last Report:           99
    Per-App Interval Since Last Report:  380 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      A8039A8A-2CC6-8157-E206-D66852B4EA8A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** CFRetain() called with NULL ***
    Performing @selector(showExporter:) from sender NSMenuItem 0x7bb3f2e0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x942b35ec CFRetain + 44
    1   com.apple.CoreFoundation                0x943d252e __CFURLCopyFormattingDescription + 94
    2   com.apple.CoreFoundation                0x942b8f1a __CFStringAppendFormatCore + 16346
    3   com.apple.CoreFoundation                0x9430574c _CFStringCreateWithFormatAndArgumentsAux + 108
    4   com.apple.CoreFoundation                0x9437aa96 _CFLogvEx + 118
    5   com.apple.CoreFoundation                0x9437c17a CFLog + 58
    6   com.apple.CoreFoundation                0x94303270 CFURLCopyResourcePropertyForKey + 64
    7   com.apple.CoreFoundation                0x94301cbe -[NSURL getResourceValue:forKey:error:] + 78
    8   com.apple.Foundation                    0x9086f35e -[NSFileManager displayNameAtPath:] + 109
    9   com.hp.imagezone.tab                    0x1501efce -[iZTask getTargetName] + 64
    10  com.hp.imagezone.tab                    0x1501e7e4 -[iZTask initWithDict:fromBundle:] + 357
    11  com.hp.imagezone.tab                    0x1501e4d5 -[iZServices addTasksFromBundle:] + 275
    12  com.hp.imagezone.tab                    0x1501e273 -[HPPhotoExport discoverServices] + 213
    13  com.hp.imagezone.tab                    0x1501dc38 -[HPPhotoExport initWithExportImageObj:] + 75
    14  com.apple.iPhoto                        0x002a3f39 0x47000 + 2477881
    15  com.apple.iPhoto                        0x0029e9d7 0x47000 + 2456023
    16  com.apple.iPhoto                        0x0029eb6c 0x47000 + 2456428
    17  com.apple.iPhoto                        0x0029baf5 0x47000 + 2444021
    18  com.apple.AppKit                        0x98a4b058 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1251
    19  com.apple.AppKit                        0x98a29572 loadNib + 373
    20  com.apple.AppKit                        0x98a28b94 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 819
    21  com.apple.AppKit                        0x98c67afa -[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 171
    22  com.apple.iPhoto                        0x0029c1e7 0x47000 + 2445799
    23  com.apple.iPhoto                        0x0024656b 0x47000 + 2094443
    24  libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    25  com.apple.AppKit                        0x98b77bd2 -[NSApplication sendAction:to:from:] + 436
    26  com.apple.AppKit                        0x98cb43dc -[NSMenuItem _corePerformAction] + 529
    27  com.apple.AppKit                        0x98cb406b -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 163
    28  com.apple.AppKit                        0x98cb36f4 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    29  com.apple.AppKit                        0x989942ba -[NSMenu performActionForItemAtIndex:] + 65
    30  com.apple.AppKit                        0x9899426f -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    31  com.apple.AppKit                        0x9899423a -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    32  com.apple.AppKit                        0x989940b9 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 162
    33  com.apple.AppKit                        0x98cac7ce NSSLMMenuEventHandler + 454
    34  com.apple.HIToolbox                     0x9a1c4b6b _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    35  com.apple.HIToolbox                     0x9a04c594 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1343
    36  com.apple.HIToolbox                     0x9a04b980 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 430
    37  com.apple.HIToolbox                     0x9a05f855 SendEventToEventTarget + 88
    38  com.apple.HIToolbox                     0x9a1c4a1a SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 498
    39  com.apple.HIToolbox                     0x9a03bb84 SendMenuCommandWithContextAndModifiers + 70
    40  com.apple.HIToolbox                     0x9a03bb31 SendMenuItemSelectedEvent + 268
    41  com.apple.HIToolbox                     0x9a03b9b6 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
    42  com.apple.HIToolbox                     0x9a21102e MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 623
    43  com.apple.HIToolbox                     0x9a01c332 _HandleMenuSelection2 + 633
    44  com.apple.HIToolbox                     0x9a01c0af _HandleMenuSelection + 53
    45  com.apple.AppKit                        0x98b6545a _NSHandleCarbonMenuEvent + 309
    46  com.apple.AppKit                        0x98a8c0df _DPSNextEvent + 2425
    47  com.apple.AppKit                        0x98a8b26c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    48  com.apple.AppKit                        0x98a816cc -[NSApplication run] + 855
    49  com.apple.AppKit                        0x98a246f6 NSApplicationMain + 1053
    50  com.apple.iPhoto                        0x000568b9 0x47000 + 63673
    51  com.apple.iPhoto                        0x00055f05 0x47000 + 61189
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x97ab1c02 __select_nocancel + 10
    1   libdispatch.dylib                       0x92c2ea08 _dispatch_mgr_invoke + 376
    2   libdispatch.dylib                       0x92c2e7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x908a13c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x908a11ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x908a6740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fece12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01febefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x908a13c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x908a11ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x908a6740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fece12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01febefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x908a13c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x908a11ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x908a6740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fece12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01febefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x908a13c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x908a11ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x908a6740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fece12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01febefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x908a13c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x908a11ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x908a6740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fece12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01febefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x908a13c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x908a11ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x908a6740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fece12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01febefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x908a13c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x908a11ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x908a6740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01fece12 -[XTMsgQueue waitForMessage] + 47
    7   com.apple.proxtcore                     0x01febefa -[XTThread run:] + 412
    8   com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x908a13c6 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x908a11ed -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x908a6740 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.RedRock                       0x026391ef -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7   libobjc.A.dylib                         0x927e9586 -[NSObject performSelector:] + 62
    8   com.apple.proxtcore                     0x01ff5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9   libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    10  com.apple.proxtcore                     0x01fee22c -[XTSubscription postMessage:] + 191
    11  com.apple.proxtcore                     0x01fedaef -[XTDistributor distributeMessage:] + 681
    12  com.apple.proxtcore                     0x01fed313 -[XTThread handleMessage:] + 515
    13  com.apple.proxtcore                     0x01febf10 -[XTThread run:] + 434
    14  com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    15  com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    16  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    17  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x97ab1be6 __select + 10
    1   com.apple.CoreFoundation                0x9432cc00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x94161557 _pthread_start + 344
    3   libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x941ec0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.Foundation                    0x90871734 -[NSCondition wait] + 274
    4   com.apple.iPhoto                        0x00098414 0x47000 + 332820
    5   com.apple.iPhoto                        0x00098022 0x47000 + 331810
    6   com.apple.CoreFoundation                0x9433ed6d __invoking___ + 29
    7   com.apple.CoreFoundation                0x9433eca7 -[NSInvocation invoke] + 279
    8   com.apple.RedRock                       0x026558cb -[RKInvoker _invokeTarget:] + 33
    9   com.apple.RedRock                       0x02666684 -[RKInvoker _invokeTargetWithPool:] + 68
    10  libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x01ff5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12  libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    13  com.apple.proxtcore                     0x01fee22c -[XTSubscription postMessage:] + 191
    14  com.apple.proxtcore                     0x01fedaef -[XTDistributor distributeMessage:] + 681
    15  com.apple.proxtcore                     0x01fed313 -[XTThread handleMessage:] + 515
    16  com.apple.proxtcore                     0x01febf10 -[XTThread run:] + 434
    17  com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    18  com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    19  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    20  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x97ab20ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9416404c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x94163e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9414bcca start_wqthread + 30
    Thread 13:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x941ec0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreVideo                     0x9a3fe16d CVDisplayLink::runIOThread() + 903
    4   com.apple.CoreVideo                     0x9a3fddce startIOThread(void*) + 160
    5   libsystem_c.dylib                       0x94161557 _pthread_start + 344
    6   libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x99dd56ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x99dd5184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x99dd540d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component          0x9687f5ac 0x96289000 + 6251948
    7   libsystem_c.dylib                       0x94161557 _pthread_start + 344
    8   libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x94166512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x99dd56ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore          0x99dd5184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore          0x99dd540d TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x99d767ea AIOFileThread(void*) + 892
    7   libsystem_c.dylib                       0x94161557 _pthread_start + 344
    8   libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x941ec0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x00604036 0x47000 + 6017078
    4   com.apple.CoreFoundation                0x9433ed6d __invoking___ + 29
    5   com.apple.CoreFoundation                0x9433eca7 -[NSInvocation invoke] + 279
    6   com.apple.RedRock                       0x026558cb -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock                       0x02666684 -[RKInvoker _invokeTargetWithPool:] + 68
    8   libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    9   com.apple.proxtcore                     0x01ff5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10  libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x01fee22c -[XTSubscription postMessage:] + 191
    12  com.apple.proxtcore                     0x01fedaef -[XTDistributor distributeMessage:] + 681
    13  com.apple.proxtcore                     0x01fed313 -[XTThread handleMessage:] + 515
    14  com.apple.proxtcore                     0x01febf10 -[XTThread run:] + 434
    15  com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    16  com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    17  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    18  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x97ab20ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9416404c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x94163e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9414bcca start_wqthread + 30
    Thread 18:
    0   libsystem_kernel.dylib                  0x97ab20ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9416404c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x94163e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9414bcca start_wqthread + 30
    Thread 19:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x941ec0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x005469eb 0x47000 + 5241323
    4   libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    5   com.apple.proxtcore                     0x01ff5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6   libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    7   com.apple.proxtcore                     0x01fee22c -[XTSubscription postMessage:] + 191
    8   com.apple.proxtcore                     0x01fedaef -[XTDistributor distributeMessage:] + 681
    9   com.apple.proxtcore                     0x01fed313 -[XTThread handleMessage:] + 515
    10  com.apple.proxtcore                     0x01febf10 -[XTThread run:] + 434
    11  com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    12  com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    13  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    14  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x941ec0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x001106e2 0x47000 + 825058
    4   com.apple.CoreFoundation                0x9433ed6d __invoking___ + 29
    5   com.apple.CoreFoundation                0x9433eca7 -[NSInvocation invoke] + 279
    6   com.apple.RedRock                       0x026558cb -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock                       0x02666684 -[RKInvoker _invokeTargetWithPool:] + 68
    8   libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    9   com.apple.proxtcore                     0x01ff5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10  libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x01fee22c -[XTSubscription postMessage:] + 191
    12  com.apple.proxtcore                     0x01fedaef -[XTDistributor distributeMessage:] + 681
    13  com.apple.proxtcore                     0x01fed313 -[XTThread handleMessage:] + 515
    14  com.apple.proxtcore                     0x01febf10 -[XTThread run:] + 434
    15  com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    16  com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    17  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    18  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x97ab18e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x94166220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x941ec0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.iPhoto                        0x00156868 0x47000 + 1112168
    4   com.apple.CoreFoundation                0x9433ed6d __invoking___ + 29
    5   com.apple.CoreFoundation                0x9433eca7 -[NSInvocation invoke] + 279
    6   com.apple.RedRock                       0x026558cb -[RKInvoker _invokeTarget:] + 33
    7   com.apple.RedRock                       0x02666684 -[RKInvoker _invokeTargetWithPool:] + 68
    8   libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    9   com.apple.proxtcore                     0x01ff5df9 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10  libobjc.A.dylib                         0x927e95d3 -[NSObject performSelector:withObject:] + 70
    11  com.apple.proxtcore                     0x01fee22c -[XTSubscription postMessage:] + 191
    12  com.apple.proxtcore                     0x01fedaef -[XTDistributor distributeMessage:] + 681
    13  com.apple.proxtcore                     0x01fed313 -[XTThread handleMessage:] + 515
    14  com.apple.proxtcore                     0x01febf10 -[XTThread run:] + 434
    15  com.apple.Foundation                    0x908731d8 -[NSThread main] + 45
    16  com.apple.Foundation                    0x9087315b __NSThread__main__ + 1396
    17  libsystem_c.dylib                       0x94161557 _pthread_start + 344
    18  libsystem_c.dylib                       0x9414bcee thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xac534188  ebx: 0x82617490  ecx: 0x9445d90b  edx: 0xbffb7948
      edi: 0x942b35cd  esi: 0x00000000  ebp: 0xbffb6f38  esp: 0xbffb6f20
       ss: 0x00000023  efl: 0x00000246  eip: 0x942b35ec   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x1d5aba04
    Logical CPU: 4
    Binary Images:
       0x47000 -   0xd2dff3  com.apple.iPhoto (9.4 - 9.4) <F93E0BFD-084D-36FA-8F06-60F7045494D0> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xec1000 -   0xf9bffc  org.python.python (2.6.7 - 2.6.7) <AEF0F842-12A1-3139-9187-6B33EBE4100F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
      0xfe5000 -   0xfecff7  com.apple.PhotoFoundation (1.0 - 1.14) <8D414769-F436-3CB8-9DC1-71DE1B2133F0> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x105d000 -  0x1239ffb  com.apple.geode (1.5.3 - 250.66) <1F56E567-3504-371E-A59B-4E74DB8BD3B4> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x12c8000 -  0x12cdff7  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <65A74F18-5020-31EC-B7E9-EBC14E2D9CA1> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x12d8000 -  0x1306ff3  com.apple.iLifeAssetManagement (2.7 - 31.34) <5F2388F6-502A-3809-BAB8-E6471ADEE65C> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x1328000 -  0x134fff3  com.apple.iPhoto.Tessera (1.1 - 70.18) <89B09619-007F-3059-8946-69EDCA99732F> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x1364000 -  0x1388ffb  com.apple.iPhoto.Tellus (1.3 - 70.18) <43540903-6801-3ADF-A74D-8119A461E215> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x139f000 -  0x13aafff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <FC4BB41B-1F76-31AC-AD3D-6AECE1904548> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x13b5000 -  0x13caffb  com.apple.iLifeFaceRecognition (1.0 - 30.11) <4A781CBF-9764-3531-91E0-94C5B4DFCFDF> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x13d9000 -  0x1402ff3  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <F5A4CCC3-E5E2-3451-96FD-40BA328605B6> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x141c000 -  0x141efff  com.apple.ExceptionHandling (1.5 - 10) <435C80BD-F463-360B-86CA-5E001CACD421> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1425000 -  0x1430ff7  com.apple.UpgradeChecker (9.2 - 9.2) <24816B0E-115A-36BC-8104-6E14ABD38C7C> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x1439000 -  0x14b8ff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <824E7748-CA28-3105-B5C3-27E9D8C6D465> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x14ff000 -  0x161dff3  com.apple.WebKit (8536 - 8536.26.14) <C98F734D-D579-3F89-9A58-9EE890B1748E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x16ce000 -  0x16e3ff7  com.apple.iChat.InstantMessage (7.0.1 - 3305) <2EB77610-6036-3CCD-9A93-51F7D6DE6EB2> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x16f4000 -  0x1a8dff3  com.apple.iLifeSlideshow (3.1 - 1151.4) <B03978EF-A395-30D4-833B-7C474E1F5F12> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1b8a000 -  0x1e19ffb  com.apple.iLifePageLayout (1.3 - 176.10) <63535A72-4213-304E-922C-7CD7059DB44B> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1ef3000 -  0x1f8aff7  com.apple.MobileMe (13 - 1.0.4) <5E6C6DEC-1F48-358F-8117-40FAAEB8AFAD> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1fe8000 -  0x2050ff3  com.apple.proxtcore (1.4.1 - 250.56) <2283EDE8-7F1A-3B89-B704-7B12848EC8F4> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x2093000 -  0x2191fff  com.apple.iLifeSQLAccess (1.7.1 - 50.76) <315ED751-64EA-3C9A-817B-55C02A1D0362> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x21da000 -  0x2205ffb  com.apple.ProUtils (1.1 - 200.36) <46C24C3A-E68F-34CF-8AEF-8A1A78DA63DF> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x221e000 -  0x2289fff  com.apple.iLifeKit (1.3.1 - 156.11) <AF939763-F773-3527-9225-FEF2D43C5DDB> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x22cd000 -  0x24feff3  com.apple.prokit (7.3.1 - 1943) <4F8BB1EA-FA77-3B98-8889-8045F3F23A38> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x2616000 -  0x2b3eff7  com.apple.RedRock (1.9.4 - 301.35) <F0369719-3387-3479-90DF-DE203074BA30> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2d39000 -  0x2d5cffb  com.apple.AOSAccounts (1.1.2 - 1.1.94) <B0C709CB-DB8D-37D3-A58C-542703F4856B> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2d74000 -  0x2d74fff  com.apple.SafariServices.framework (8536 - 8536.26.14) <91F2CB4C-47BD-3F55-B8C6-ABA300C511E5> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x2d79000 -  0x2d80ff7  com.apple.AOSNotification (1.7.0 - 636.2) <F68F735D-0B5C-3F27-9E39-FB296CF82958> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x2d8a000 -  0x2d8affc  com.apple.SafariDAVNotifier (1.1.1 - 1) <4173B9EB-A1C5-31BD-955B-E9D3CAB862C4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2d8f000 -  0x2ffefff  com.apple.CalendarStore (6.0 - 1245) <F1909196-2119-3516-952D-32E756BCC04D> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x3104000 -  0x3160fff  com.apple.corelocation (1.0 - 1239.39) <8159C021-DE49-332F-859E-00D7544EB568> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x3190000 -  0x31c2ff3  com.apple.GeoServices (1.0 - 1) <2E4033FA-18BD-3E73-B00E-CBFEE0ACCB6A> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x31d6000 -  0x31dffff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x31e9000 -  0x31f1ff3  com.apple.AppSandbox (2.0 - 1) <5C586FB0-9EBB-3F14-A63F-497C7A034359> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x31fb000 -  0x323fff3  com.apple.CalDAV (6.0 - 112.5) <DF589033-DBDE-3162-A17D-401B39897767> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x3271000 -  0x327aff3  com.apple.CalendarAgentLink (1.0 - 37) <2D0AFE12-0235-3B60-B786-0EC07AC9F52C> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x328a000 -  0x329bfff  com.apple.CalendarFoundation (1.0 - 29) <D8714276-78B5-35A5-8C34-694E51AD9EB6> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x32ac000 -  0x330efff  com.apple.coredav (1.0.1 - 179.6) <80D3EE71-AA9C-3954-B262-6BB8FCB293BC> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x3349000 -  0x3396ffb  com.apple.ExchangeWebServices (3.0 - 157) <29FBE8CC-2EC5-3209-B2CB-DD32E3E2ECC7> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x33ea000 -  0x3438fff  com.apple.iCalendar (6.0 - 126.5) <C30CAF95-3D02-3E2E-8855-51DCDF8DB219> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x3466000 -  0x3473ffb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x3480000 -  0x35ccfff  com.apple.syncservices (7.0 - 713) <442C8E15-8870-3D65-98EC-82C0E2580EC0> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x364a000 -  0x36b7ffb  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6879CD26-8E35-315B-897C-D52B6EB741F6> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x36e6000 -  0x370dff3  libsandbox.1.dylib (220) <D05340F5-32E0-31C7-9D26-28804F4723D6> /usr/lib/libsandbox.1.dylib
    0x3715000 -  0x3728ff3  com.apple.AppContainer (2.0 - 1) <799C8E8B-F983-3A3D-91CF-A2C9B5B7D007> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x3738000 -  0x373cfff  com.apple.SecCodeWrapper (2.0 - 1) <EBB54594-C7F3-37FA-9759-09BD098ED688> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x3744000 -  0x3748ffe  libMatch.1.dylib (17) <29090908-32A9-3087-B197-00128F5954CD> /usr/lib/libMatch.1.dylib
    0x374d000 -  0x374fffb  com.apple.LibraryRepair (1.0 - 1) <73246564-BF68-3833-B9A3-3CDA607BA706> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air
    0x3756000 -  0x37b0fff  com.apple.proapps.MIO (1.0.6 - 512) <DFB10D40-23B3-3666-9F1F-161BE25AB59D> /Applications/iPhoto.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x37c7000 -  0x4456ff3  com.apple.WebCore (8536 - 8536.26.14) <82E97E6B-3F31-39A7-B41F-CD308E6EF238> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4bda000 -  0x4bdbfff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x4be2000 -  0x4c07ff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x4c12000 -  0x4c46fe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x4c50000 -  0x4db7fff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x4dbc000 -  0x4e18fff  com.apple.NyxAudioAnalysis (12.4 - 12.4) <DC8444CC-FAAB-3DCA-A644-8712001A5F2E> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x4e30000 -  0x4f4aff3  com.apple.avfoundation (2.0 - 361.25) <0CB46B4A-8330-3BD8-B081-71314C6687A5> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x4fe7000 -  0x501fff3  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311.1) <1F651752-FD09-3CF5-BCCC-5C1366DDFACD> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x503a000 -  0x5061ff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <D963392A-4B4C-3B81-A873-E1C06C6829E6> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x5074000 -  0x50a5ff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x50ba000 -  0x5102ffb  com.apple.CoreMediaIOServices (171.0 - 3244) <9563BB38-F23A-3FC6-855D-05487E700465> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x5123000 -  0x51c2fff  com.apple.imcore (8.0 - 900) <2052F6C8-BDD3-339B-B0E2-6A3E282010A4> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x51eb000 -  0x523fff7  com.apple.imfoundation (8.0 - 900) <7A1506BB-DDAD-3DB7-8557-19AB1B519FB0> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
    0x526d000 -  0x5275ff7  com.apple.marco (8.0 - 900) <C2AE3F46-EFC9-349E-8D24-DF686C9BE2E7> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x527f000 -  0x52a6ff7  com.apple.ExpressCheckout (1.0 - 1.0) <1F5D211F-AE55-30E8-A9A3-20B1597202AE> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x52c3000 -  0x52f1ffb  com.apple.iLifeImageAnalysis (3.0 - 3) <3F6CD02A-2D25-394E-8CAF-CD405BE30145> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0x6744000 -  0x6799fdf +com.DivXInc.DivXDecoder (6.8.3.5 - 6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x67c7000 -  0x67caff3 +com.divx.divxtoolkit (1.0 - 1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x6a72000 -  0x6a7fff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x6b1e000 -  0x6b1fffe  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <341A7E90-613E-3306-919F-8F49EE350831> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x6b25000 -  0x6b31ffb  libGPUSupport.dylib (8.6.1) <FB98F9CE-31D0-321C-90FE-87D30294921B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
    0x6b38000 -  0x6b3afff  libCoreFSCache.dylib (24.4) <A089ED2E-0156-3937-BE32-5BED76DF4066> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x6e7e000 -  0x6e82ff9 +cl_kernels (???) <74222F7B-1FDF-4DD8-85E0-68078DFBAED6> cl_kernels
    0x12a20000 - 0x12a23ffe  com.apple.DirectoryServicesSource (2.1 - 1167) <2A3AD43B-950C-32AD-A578-3271EAD55E3E> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x12a6b000 - 0x12a7affd  com.apple.NSServerNotificationCenter (5.0 - 5.0) <A9BF8310-F1D2-38EC-AA1A-5ECB479B89CE> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x12add000 - 0x12c69ff8  GLEngine (8.6.1) <2660B1D4-5783-3BED-8C05-F5A4C5A29715> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12ca0000 - 0x12df1ff7  libGLProgrammability.dylib (8.6.1) <E134D5DE-5A89-338A-A938-C7D80F272C9E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x12e1f000 - 0x13274fff  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.0.61 - 8.0.0) <B4AA3A13-9470-34AF-AFF6-590C67FA0A6F> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
    0x133ba000 - 0x133e6ffa  GLRendererFloat (8.6.1) <D0348D87-ADBD-302B-95D0-FB3100C219BA> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x133ef000 - 0x133f7ffc  libcldcpuengine.dylib (2.1.19) <E5429AB3-FE28-3C0C-8942-686BB4191A9E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
    0x1349d000 - 0x134dffff  com.apple.facetimeservices (8.0 - 900) <CB59547A-C7DE-3F20-8A1F-724AF15F664E> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x146db000 - 0x1476dff7  unorm8_bgra.dylib (2.1.19) <A2C66114-F581-3D86-9BC9-9994156640AF> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
    0x149c6000 - 0x149c6ff6 +cl_kernels (???) <77E4181C-443C-4478-B740-6FDBB136E454> cl_kernels
    0x14bdb000 - 0x14bdcff8 +cl_kernels (???) <711AC233-F8A0-4BB8-A77E-B002B53DE4E6> cl_kernels
    0x1501d000 - 0x15020fff +com.hp.imagezone.tab (2.3.7 - 2.3.7) /Library/Application Support/iPhoto/*/HPPhotoExport
    0x15523000 - 0x15574ff7  com.apple.AddressBook.CardDAVPlugin (10.8 - 332) <DED18914-309A-31FF-A367-BB0D62384728> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
    0x15708000 - 0x1570ffff  com.apple.iPhoto.RSSPublisher (1.1 - 1.1) <93A886DC-6939-3830-A22D-45377C67FFBA> /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS /RSSPublisher
    0x15750000 - 0x15751ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x17716000 - 0x1772afff  com.apple.iPhoto.SharedPhotoStreamPublisher (1.0 - 1.0) <DE50F441-CEC8-385F-AAEA-939CCBE97C70> /Applications/iPhoto.app/Contents/PlugIns/SharedPhotoStreamPublisher.publisher/ Contents/MacOS/SharedPhotoStreamPublisher
    0x17735000 - 0x17738fff  com.apple.iphoto.accountconfig.Facebook (1.2 - 1.2) <A69EF05F-5213-3D42-B6C5-97D4C8C5E7A7> /Applications/iPhoto.app/Contents/PlugIns/Facebook.accountconfigplugin/Contents /MacOS/Facebook
    0x177a8000 - 0x17866ff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x179aa000 - 0x179d1ff7  com.apple.iPhoto.FacebookPublisher (1.2 - 1.2) <5E1994C7-D1E7-3DB9-A950-06DA9CCA66B0> /Applications/iPhoto.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/ MacOS/FacebookPublisher
    0x179dd000 - 0x179fcffb  com.apple.iPhoto.FlickrPublisher (1.2 - 1.2) <05D08C34-43B6-354D-8AD6-B589A4338D48> /Applications/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher/Contents/Ma cOS/FlickrPublisher
    0x17a06000 - 0x17a3bff3  com.apple.iPhoto.MobileMePublisher (1.2 - 1.2) <22533BFC-AE48-3627-81F9-1A9F99E71040> /Applications/iPhoto.app/Contents/PlugIns/MobileMePublisher.publisher/Contents/ MacOS/MobileMePublisher
    0x17a4a000 - 0x17a4fffe  com.apple.iphoto.accountconfig.Email (9.2 - 9.2) <E9DBC08C-62F4-335C-9C30-006AD3AC13D2> /Applications/iPhoto.app/Contents/PlugIns/Email.accountconfigplugin/Contents/Ma cOS/Email
    0x17a56000 - 0x17a59fff  com.apple.iphoto.accountconfig.Flickr (1.1 - 1) <4002CDBC-05C4-3DEF-ADE3-9917FB7050E9> /Applications/iPhoto.app/Contents/PlugIns/Flickr.accountconfigplugin/Contents/M acOS/Flickr
    0x17a5f000 - 0x17a64ff8  com.apple.iphoto.accountconfig.MobileMe (1.1 - 1) <433656FC-3D8F-3088-BCF3-C6765E788E20> /Applications/iPhoto.app/Contents/PlugIns/MobileMe.accountconfigplugin/Contents /MacOS/MobileMe
    0x19cbd000 - 0x19cbdfff  com.apple.iLMBAppDefPlugin (2.7.2 - 339) <70319805-38A9-3043-ADAF-A8E3460C2E7F> /Library/Application Support/iLifeMediaBrowser/*/iLMBAppDefPlugin
    0x19d3b000 - 0x19d3cfff  com.apple.iLMBFolderPlugin (2.7.2 - 339) <A492DD96-B17A-3581-8F02-BB46C385D5B9> /Library/Application Support/iLifeMediaBrowser/*/iLMBFolderPlugin
    0x19d41000 - 0x19d44fff  com.apple.iLMBGarageBandPlugin (2.7.2 - 339) <78FF504C-F636-3C8D-8AAA-BACF4D5B7D9B> /Library/Application Support/iLifeMediaBrowser/*/iLMBGarageBandPlugin
    0x19d4a000 - 0x19d52ffe  com.apple.iLMBiTunesPlugin (2.7.2 - 339) <50409BA5-9D15-3D95-BBC5-36C6EA6EC85B> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
    0x1a1e9000 - 0x1a1e9ffd +cl_kernels (???) <91E079C4-2B41-46E0-A100-944364370915> cl_kernels
    0x1cb1e000 - 0x1cbd4ff3  com.apple.iTunesAccess (10.7 - 10.7) <FC3334BD-4462-8A94-6FD0-C09E33A04255> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x1d06e000 - 0x1d100ff7  unorm8_argb.dylib (2.1.19) <1B67DB26-5B5D-3600-8049-D744F133BEB1> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_argb.dylib
    0x213f9000 - 0x215abff7  half_rgba.dylib (2.1.19) <31351833-4F98-3508-A35C-EC883924F007> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/h alf_rgba.dylib
    0x8ed4a000 - 0x8f58bffb  com.apple.GeForceGLDriver (8.0.61 - 8.0.0) <36946D7B-4FF7-34CC-B6FE-D6F48406A60F> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe46000 - 0x8fe78e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90050ff7  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <ABA6A926-34C2-3C09-AD9F-A87A8A35536A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x90051000 - 0x900aefff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x900af000 - 0x901bfff3  com.apple.QuickTimeImporters.component (7.7.1 - 2599.13) <410311C4-34FF-38F0-8EE0-3093AEEC1A82> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x901c0000 - 0x901c1fff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x901c2000 - 0x901c9ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x901ca000 - 0x901cafff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x901cb000 - 0x9022dfff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x9022e000 - 0x90238fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x90239000 - 0x90240fff  libsystem_dnssd.dylib (379.32.1) <6A505284-2382-3F27-B96F-15FFDACF004E> /usr/lib/system/libsystem_dnssd.dylib
    0x90241000 - 0x90249fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9024a000 - 0x90289ff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9028a000 - 0x9031cffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9031d000 - 0x90320fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90321000 - 0x90324ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x90325000 - 0x9057dff1  com.apple.JavaScriptCore (8536 - 8536.26.7) <75629E05-65FE-3699-8CDC-80C95015CF42> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9057e000 - 0x90589ffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9058a000 - 0x905f0ffc  com.apple.ISSupport (1.9.8 - 56) <D2AC4E10-0B3C-3194-AEB7-1E9964CBC0D0> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x905f1000 - 0x90603fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x90604000 - 0x9063affb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9063b000 - 0x90694ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90695000 - 0x90696fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x90697000 - 0x9069affc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x9069b000 - 0x90784ff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x90785000 - 0x90785ffe  com.apple.AOSMigrate (1.0 - 1) <4EA0829E-6AE5-3877-A5B6-032AFDF28D39> /System/Library/PrivateFrameworks/AOSMigrate.framewo

  • Deletion of Lock object thru' program

    Hi All,
         I want to delete a lock object from program.
    i m using the following code, but after this also still the object is listed in SM12.
    CALL FUNCTION 'DEQUEUE_ESORDER'
    EXPORTING
    *   MODE_AUFK       = 'E'
       MANDT           = SY-MANDT
       AUFNR           = P_ZPP_TBL_PRODR_AUFNR
    *   X_AUFNR         = ' '
    *   _SCOPE          = '3'
    *   _SYNCHRON       = ' '
    *   _COLLECT        = ' '
    PLs suggest.
    With Rgds,
    S.Bharani

    Hi,
    Refer the following links:
    Link: [Example Program: SAP Locking|http://help.sap.com/saphelp_nw70/helpdata/en/41/7af4c8a79e11d1950f0000e82de14a/frameset.htm]
    Link: [Example for Lock Objects |http://help.sap.com/saphelp_nw04/Helpdata/EN/af/22ab01dd0b11d1952000a0c929b3c3/content.htm]

  • How do I delete contents from my iCloud account  to free- up space

    Recently i replaced my damaged iPhone with a new one. I could restore the contents to new phone. But now I am not able to update the iCloud from my new phone as it says that "Not enough space". This leads to the question - how do i remove all the contents in my iCloud account?
    Also when I login into my iCloud account using PC, I see there are 2 phones shown against my account and I am not able to delete one of them?
    Any tips for both these issues.
    Thanks.

    Welcome to the Apple community.
    You can delete contents in your iCloud storage from your device using settings > iCloud > storage & backup > manage storage. Swipe the individual content to the left to reveal the delete button.

  • How to access Infocube content using an ABAP program

    Hi,
       I am trying to access infocube contents using a ABAP program in BW.
       It is easy to access ODS content as we have NEW DATA or ACTIVE DATA
       tables. Is there any way we can access Infocube content.
       I tried using the FACT table but it has only Keyfigure data.
    thanks
    arshad.

    Hi,
    I would suggest to use a transactionnal cube, even if you do not use BPS to feed it.
    Then, you create a layout in transaction BPS0 (~ similar to a query), and you can access the cube content by simply using the SAP function <b>API_SEMBPS_GETDATA</b>.
    This is easy and fast.
    Regards,

  • How to make a selection of a layer delete content and paste another content with Photoshop scripting..?

    how to make a selection of a layer delete content and paste another content with Photoshop scripting..?

    There is a more specific Forum …
    Photoshop Scripting

  • Acrobat 9 Standard crashing programs

    When loading Acrobat 9 Standard crashing programs. What do I do?

    Wrong user forum. Here you have the user forum for Adobe Reader. You are asking about a different application (Acrobat 9 Standard). 
    Regardless, the Acrobat 9.x product family passed into "End of Support" mid-year 2013.
    The Acrobat 9.x product family is not compatible in any contemporary OS (includes any updated Windows 7 eh).
    Be well...

  • Powershell to add/delete content type to particular library alone in a site collection

    Hi,
    I am trying to add and delete content type from a particular picture library (site collection) using powershell.
    I have tried the below, but it is not working.
    Below scenarios are not working:
    1) If the content type to be added is there in library, then the loop is still moving to "No content type exists".
    2) Content type is not getting deleted from library
    3) Set the newly added content type as default content type.
    Below is the powershell, which I am trying:
    function ChangeContentType($url)
    $site = Get-SPSite($url);
    $web =$site.RootWeb
    $lookForList = "PicLibrary"
    $lookForCT = "Img1ContentType"
    $lookForRemoveCT = "Image2CT"
    write-host "Checking site:"$web.Title
    #Make sure content types are allowed on the list specified
    $docLibrary = $web.Lists[$lookForList]
    if ($docLibrary -ne $null)
    $docLibrary.ContentTypesEnabled = $true
    $docLibrary.Update()
    if (($web.ContentTypes | where { $web.Name -eq $lookForCT }) -eq $null)
    write-host "No content type exists with the name" $lookForCT "on list" $docLibrary.Title
    #Add site content types to the list
    write-host "Adding content type " $lookForCT "on list" $docLibrary.Title
    $ctToAdd = $web.ContentTypes[$lookForCT]
    $ct = $docLibrary.ContentTypes.Add($ctToAdd)
    write-host "Content type" $ct.Name "added to list" $docLibrary.Title
    $docLibrary.Update();
    else
    write-host "content type exists with the name" $lookForCT "on list" $docLibrary.Title
    #Remove Content type
    if (($web.ContentTypes | where { $web.Name -eq $lookForRemoveCT }) -eq $null)
    write-host "No content type exists with the name" $lookForRemoveCT "on list" $docLibrary.Title
    else
    $ctToRemove = $web.ContentTypes[$lookForRemoveCT]
    write-host "Removing content type" $ctToRemove.Name "from list" $docLibrary.Title
    $docLibrary.ContentTypes.Delete($ctToRemove.Id)
    $docLibrary.Update()
    else
    write-host "The list" $lookForList "does not exist in site" $web.Title
    #Dispose object
    $site.Dispose()
    $web.Dispose()
    How to fix this?
    Thanks

    Hi,
    Thanks for the reply.
    I checked it. If the script is run multiple times, the add and delete content type will throw error.
    How to delete content type? I have tried the below:
    $docLibrary = $web.Lists[$lookForList]
    if ($docLibrary -ne $null)
    $docLibrary.ContentTypesEnabled = $true
    $docLibrary.Update()
    #get the content Type
    Write-host "Getting content type $lookForCT in site $web"
    #Confirm that the content type exists.
    $contentType = $web.ContentTypes | where {$web.ContentTypes.Name -eq $lookForCT}
    ##Abort if not found.
    if ($contentType -eq $null)
    Write-host "$lookForCT not found in site collection."
    else
    if ($web.ContentTypes.Name -eq $lookForCT)
    Write-host $docLibrary.ContentTypes.Name
    if($docLibrary.ContentTypes.Name -eq $lookForCT)
    write-host "Content type $lookForCT is already added to list" $docLibrary.Title
    else
    write-host "No content type exists with the name" $lookForCT "on list" $docLibrary.Title
    write-host "Adding Content Type"
    $ctToAdd = $web.ContentTypes[$lookForCT]
    $ct = $docLibrary.ContentTypes.Add($ctToAdd)
    $docLibrary.Update()
    write-host "Content type" $ct.Name "added to list" $docLibrary.Title
    #get the content Type
    Write-host "Getting content type $lookForRemoveCT in site $web"
    #Confirm that the content type exists.
    $contentType = $web.ContentTypes | where {$web.ContentTypes.Name -eq $lookForRemoveCT}
    ##Abort if not found.
    if ($contentType -eq $null)
    Write-host "$lookForRemoveCT not found in site collection."
    else
    if ($web.ContentTypes.Name -eq $lookForRemoveCT)
    Write-host $docLibrary.ContentTypes.Name
    if($docLibrary.ContentTypes.Name -eq $lookForRemoveCT)
    write-host "Content type $lookForRemoveCT is added to list" $docLibrary.Title.
    write-host "Removing Content type $lookForRemoveCT"
    $ctToRemove = $web.ContentTypes[$lookForRemoveCT]
    $docLibrary.ContentTypes.Delete($ctToRemove.Id)
    $docLibrary.Update()
    else
    write-host "No content type exists with the name" $lookForRemoveCT "on list" $docLibrary.Title
    I am getting error in delete now. Error is "Exception calling "Delete" with "1" argument(s): "Specified argument was out of the range of valid values.
    Parameter name: id"
    Thanks

  • How to add and delete content on device from iTunes

    I cannot find the way to add and delete content on my devices from the new iTunes. I don't understand why they changed the way it worked without any tutorials or hints at how to use the new iTunes app. I can see my device, I can see that music is on there, but I cannot unselect songs or content to get rid of it. Also, my apps do not show up on the apps list, I can see the screens with the apps on them and can delete them from that but the list is not working. I am using Yosemite and iTunes 12.01

    If you select your device in iTunes then on the left-hand side of iTunes you should see a Settings heading with categories below it which you can use to select what to sync from your iTunes library to the device, and below that an On My Device heading with categories below it listing what is on the device.
    For the Apps tab, the listbox of apps on my Mac's iTunes doesn't always populate until I've scrolled up/down the window. If yours doesn't populate then you have your apps downloaded and stored in your Mac's iTunes library - the listbox shows what you have in your computer iTunes library, if your library is empty then the listbox will remain empty.

  • Problem deleting Content Areas

    Hi!
    i have just encountered the following error while deleting a content area
    An unexpected error has occurred (WWS-32100)
    ORA-6502: ORA-06502: PL/SQL: numeric or value error (WWC-36000
    Thing to mention is... before that when i tried to delete another content area my browser hanged for pretty much time and i had to abort the deletion,after resuming back to that page i have that content area there but all edit,open links have disappeared,clicking on the link shows error page 'Folder ID Does Not Exist',checking the databse shows corresponding entries still in wwsbr_all_languages$' and wwsbr_site$',after trying instructions(found in another thread with similar problem) from sqlplus there is no reponse after executing the delete query,what might be the problem
    any steps to follow up
    How can I get rid of these errors??
    thx
    Alizeh

    We have the same problem - we deleted content areas in 3.0.8, but they still display in navigator, and we upgraded to 3.0.9 and they still display but they do not exist.

  • Suppressing "reopen windows" dialog when restarting a crashed program

    Hi All,
    Is there any way of suppressing the alert dialog that pops up when restarting a crashed program? The alert's text reads:
    "The last time you opened <app name>, it unexpectedly quit while reopening windows. Do you want to try to reopen its windows again?"
    I want the OS to just open the program without asking me this, since the computer is being used in a kiosk-type application.
    Thanks,
    c.

    Yes, I still have access to the keyboard for a tty. It's just that X doesn't respond to any keyboard inputs.
    I totally didn't know that you could run stuff on an X display from a tty. Worked with env DISPLAY=:0.0 xeyes
    I think this is the most elegant solution.
    The Ctrl+Alt+Bksp can no longer be activated with Option "DontZap" "false". There is a way to re-enable it with HAL or a setting in KDE/Gnome keyboard layout settings. It still kills everything in the X session though.
    Thank you very much

  • Single-sourcing: Deleted content in FM source not reflected in RH update

    I discovered today that, when I delete content in my linked FM source, the same content is not deleted or even marked as 'changed' or anything in the RH update!
    In one situation, I deleted an entire chapter but the topic wasn't deleted.
    In another, I deleted a section of a chapter, but the section wasn't deleted from the topic. In both cases, I saved the changes in FM before running the update in RH.
    Is this a known but undocumented feature? Did I miss a setting somewhere? Is there a fix or update?
    It pretty much invalidates the whole purpose of 'linking and updating.' 
    Win 7, TC3.

    Bizarre. With another linked book, the deleted FM content was deleted from the RH project. I can't figure out why it worked with one book and not the other.

  • Redisplay content in textbox

    Hai all
    i am all new to jsf. i have created a edit profile page where it is displaying the content fetched from database in textbox and combobox, now i have a field suppose username which is a required field like
    <h:inputText value="#{xBean.username}" id="username" required="true">Now i want if the user change the vaue and give it blank and submits the form then it should display the proper error message and redisplays the content in textbox.

    It will be easier to provide the user with a reset/restore/refresh/reload button on the page, then to try and redisplay what was there before the user submitted an invalid page. The reset button must have immediate="true" on it and it would retrieve the records from the database again.
    CowKing

Maybe you are looking for

  • I can't open a PDF in Firefox 5.0.1 running on Mac OS X Lion -what plugin is needed?

    I just installed Mac OS X Lion on my iMac, and now when I click on a web page with an embedded PDF, I get a blank page with the "click here to download plugin" icon. But when I click on the icon, I get a window saying a plugin can't be found. I am NO

  • Who modified the package?

    Hi friends, In our database, a package body has been recompiled by someone recently. How to identify from which system it was compiled? We use Oracle 11.2. Thanks in advance.

  • Problem burning cds in 6.05

    I just downloaded the latest version of itunes and now I can't burn any cds? I get a message saying "burner or software not found". Any ideas?

  • Aol mail is not loading and neither is twitter

    If mail continues to get hung up, click here to sign into the Basic version. Basic delivers a great mail experience on slower Internet connections, such as dial-up. - The Mail Product team The Technical Stuff: C0FE180D Report ID: 30731-mail-20110604-

  • Acrobat Pro crash

    After using 3d pdf file, Acrobat X Pro crashed and don't start anymore. Shutdown, restart I have tried already. No result. In win task manager there are only arcotray, and if I try to start program then acrobat.exe*32 appears only for 1 second inside