EXC_BAD_ACCESS error

Hi all, was following a guide on YouTube to make a functioning clock and I get the error " EXC_BAD_ACCESS (code=2, address=0x24). This is for the line of code "timeLabel.text = [NNString stringWithFormat:@"%i:%i:%@", hour, minute, second];" any suggestions?

[NNString stringWithFormat:@"%i:%i:%@", hour, minute, second];"
missing a specifier after the last % would be my guess

Similar Messages

  • How to fix EXC_BAD_ACCESS error? I just upgraded to 10.7.5 and now I can't open any MS Word documents

    How to fix EXC_BAD_ACCESS error? I just upgraded to 10.7.5 and now I can't open any MS Word documents.
    I get this error message every time:
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2013-05-28 02:28:42 +0000
    Application Name: Microsoft Word
    Application Bundle ID: com.microsoft.Word
    Application Signature: MSWD
    Application Version: 14.3.4.130416
    Crashed Module Name: Microsoft Word
    Crashed Module Version: 14.3.4.130416
    Crashed Module Offset: 0x00938638
    Blame Module Name: Microsoft Word
    Blame Module Version: 14.3.4.130416
    Blame Module Offset: 0x00938638
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0
    I tried to remove the plist files, but it hasn't worked! Please help!

    What version of Microsoft Office for Mac do you have?
    Pete

  • " EXC_BAD_ACCESS" Error when enter number in textField

    When i try to get value from textField
    the " EXC_BAD_ACCESS"  error is displayed also,
    [__NSCFTimer InterdoneEditing]: unrecognized selector error is diplayed.
    'InterdoneEditing' is the selector method.
    i given like this,
    -(void)InterdoneEditing
    float x=[txtX.text floatValue];
    please help me.

    You will probably have more luck asking on the developer forums http://developer.apple.com/devforums/

  • Font Window EXC_BAD_ACCESS error

    I'm using Xcode 5.1.1 on OS X 10.8.5. I built the CoreTextArcCocoa example application (targeting 10.9 first, then 10.8), first using the version that came with Xcode and then the version from the online Mac Developer Library
    https://developer.apple.com/library/mac/samplecode/CoreTextArcCocoa/Introduction /Intro.html
    With either version when I display the Font Window and select either of the color buttons (text or document) at the top I get a EXC_BAD_ACCESS error:
    return NSApplicationMain(argc, (const char **)argv);     Thread 1 EXC_BAD_ACCESS (code=1, address=0x18)
    When I select underline or strikethrough items I get 'Unrecognized selector' exceptions raised, but the app doesn't quit.
    I then created the simple 'New Project' project and get the same behavior. I get the same failure in the code I'm working on; can someone point me to a more complete example project out there that shows how to hook the Font Window up correctly? Has this issue been corrected in new versions of Xcode, or is it even an Xcode issue?
    Mark E. Hamiton

    Okay, somehow this is just me, or my system. I get the same traceback when I select the Text Color button in the Font Window in Text Edit, only this one wants to send a report back to Apply. If anyone has any thoughts on what's wrong on my machine I'd love to hear it. For now I'm going back to trying to figure out how to format text the way I want it.
    Mark E. Hamilton

  • EXC_BAD_ACCESS error when opening PS2 on Mac OSX 10.4-who's problem is it?

    About three weeks ago I got an error message when trying to open PS2 which said
    "Exception: EXC_BAD_ACCESS (0x0001)
    Codes: KERN_INVALID_ADDRESS (0x0001) at 0xcde25b88"
    So I called Apple Care-they replaced my hard drive. I get my Mac back last night and go to open PS and I now get this error message:
    "Exception: EXC_BAD_ACCESS (0x0001)
    Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000"
    So do I call Apple again or is this an Adobe issue? Should I reinstall PS2? All the other parts of Creative Suite run just fine. I'm irritated and confused and sadly not really savvy enough to know what's going on. :-(
    thanks in advance!

    When Apple replaced your HD, did they or you, re-install the software that was on your old Drive?
    If you made a clone of your old HD and copied it back, you probably brought back all of your old troubles with it!
    I suggest that you remove CS2 entirely; then run Disk Warrior to repair all of your Dirctories and then do a fresh installation of CS2 from the original DVD.
    Just be sure that you have saved any Actions and other personal Presets somewhere safely before trashing CS2.

  • EXC_BAD_ACCESS Error - Excel 2011

    Hi - I have a fairly new Mac Book Pro and in the last few days I have started having a problem with Excel.  Not all the time, only with a few files that were sent for work that other people can open with their Macs but I can't.  I have previously been able to open earlier savings of the file but not the latest (there are no changes to the senders Excel version etc).  I am still able to open other files but not the latest ones.
    I have tried rebooting my computer and searching Google etc but can't figure out what the problem is or what to do (btw I know NOTHING about computers!)
    Any help would be greatly appreciated!!
    The following error comes up:
    Microsoft Error Reporting log version:2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2014-02-07 20:28:21 +0000
    Application Name: Microsoft Excel
    Application Bundle ID: com.microsoft.Excel
    Application Signature: XCEL
    Application Version: 14.0.0.100825
    Crashed Module Name: unknown
    Crashed Module Version: unknown
    Crashed Module Offset: unknown
    Blame Module Name: unknown
    Blame Module Version: unknown
    Blame Module Offset: unknown
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0

    You will probably have more luck asking on the developer forums http://developer.apple.com/devforums/

  • Trouble tracking down EXC_BAD_ACCESS error

    I'm working on a simple drill down table view app with a navigation view controller and a table view controller. I'm getting an EXCBADACCESS crash when I select a particular table cell view, press back to the previous view in the hierarchy using the navigation item, and then reselecting the same view using the same cell again.
    In the .h file, I have:
    @interface RootViewController : UITableViewController
    UITableViewCell* tableViewCell;
    NSMutableArray* listOfItems;
    NSDictionary* data;
    NSArray* tableDataSource;
    @property (nonatomic, assign) IBOutlet UITableViewCell* tableViewCell;
    @property (nonatomic, retain) NSDictionary* data;
    @property (nonatomic, retain) NSArray* tableDataSource;
    And in the .m file:
    - (void)viewDidLoad
    [super viewDidLoad];
    NSString *Path = [[NSBundle mainBundle] bundlePath];
    NSString *DataPath = [Path stringByAppendingPathComponent:@"data.plist"];
    NSDictionary *tempDict = [[NSDictionary alloc] initWithContentsOfFile:DataPath];
    self.data = tempDict;
    [tempDict release];
    //Initialize our table data source
    NSArray *tempArray = [[NSArray alloc] init];
    self.tableDataSource = tempArray;
    [tempArray release];
    self.tableDataSource = [data objectForKey:@"Children"];
    self.navigationItem.title = [data objectForKey:@"Title"];
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    NSDictionary* dictionary = [self.tableDataSource objectAtIndex:indexPath.row];
    NSArray* children = [dictionary objectForKey:@"Children"];
    if(children)
    //Prepare to tableview.
    RootViewController* rootViewController = [[RootViewController alloc] initWithNibName:@"RootViewController" bundle:[NSBundle mainBundle]];
    //Push the new table view on the stack
    [self.navigationController pushViewController:rootViewController animated:YES];
    NSString* temp = [dictionary objectForKey:@"Title"];
    rootViewController.navigationItem.title = [dictionary objectForKey:@"Title"];
    rootViewController.tableDataSource = children;
    [rootViewController release];
    [children release];
    The callstack I get seems to vary, but a lot of the time it is related to the fact that it is trying to set the property of a variable that has already been released. When a callstack does appear, it is often related to the setter in the line:
    rootViewController.tableDataSource = children;
    I've checked the code using NSZombie and MallocStackLogging, but the invalid memory dereferenced seems to vary each time, sometimes it corresponds to rootViewController.data, other times to rootViewController.tableDataSource and sometimes it doesn't correspond to either.
    Essentially, the problem seems to be that when the RootViewController for the selected detail view is created, it's member variables are immediately released, although this only seems to be a problem when detail view is loaded a second time after the user has pressed back. The first time the view is selected, it works fine.
    I've added a debugging NSDictionary and NSArray category to and, so that I can breakpoint the release method. However, I've checked the addresses of the data and tableDataSource for the rootViewController that is created in didSelectRowAtIndexPath, and compared these with the NSArray self pointers as they are released (the NSDictionary release method is never called), and they never match, so I'm not sure where the problem attribute is being released.
    If anybody has any ideas about what this could be, or has any suggestions about other things I could try, I'd be very grateful.

    Thanks for explaining the relationship between this thread and the previous one. That info helped.
    The cause of the crash was the release of the 'children' array in the last statement of tableView:didSelectRowAtIndexPath:. Prior to that release, the array was retained by its parent dictionary, and by the tableDataSource property of the level-2 controller. After the release, the array's retain count was reduced to one, so when the level-2 controller was popped, the array was dealloced, invalidating that branch of its parent dictionary.
    I also made a few other corrections to the code. The most lengthy of these was to keep viewDidLoad from loading the plist more than once. That problem wasn't causing a data error though, since for controllers above level 1, the tableDataSource and navigationItem.title are set by the previous controller after viewDidLoad runs. I.e. the correction just saves an unnecessary file read, but doesn't affect the outcome.
    // RootViewController.h
    @interface RootViewController : UITableViewController
    UITableViewCell* tableViewCell;
    // NSMutableArray* listOfItems; // <-- not used
    NSDictionary* data;
    NSArray* tableDataSource;
    int level; // <-- level of controller on the nav stack
    @property (nonatomic, assign) IBOutlet UITableViewCell* tableViewCell;
    @property (nonatomic, retain) NSDictionary* data;
    @property (nonatomic, retain) NSArray* tableDataSource;
    @end
    // RootViewController.m
    #import "RootViewController.h"
    @implementation RootViewController
    @synthesize tableViewCell, data, tableDataSource;
    - (void)viewDidLoad
    [super viewDidLoad];
    // --> only the level-1 controller should load the plist
    level = [self.navigationController.viewControllers count];
    NSLog(@"%s: level=%d", _func_, level);
    if (level <= 1) {
    NSString *Path = [[NSBundle mainBundle] bundlePath];
    NSString *DataPath = [Path stringByAppendingPathComponent:@"data.plist"];
    NSDictionary *tempDict = [[NSDictionary alloc] initWithContentsOfFile:DataPath];
    self.data = tempDict;
    [tempDict release];
    // --> newly alloced array isn't used
    //Initialize our table data source
    // NSArray *tempArray = [[NSArray alloc] init];
    // self.tableDataSource = tempArray;
    // [tempArray release];
    self.tableDataSource = [data objectForKey:@"Children"];
    self.navigationItem.title = [data objectForKey:@"Title"];
    else
    ;// tableDataSource and navigationItem.title are set by previous controller
    #pragma mark Table view methods
    - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
    return 1;
    // Customize the number of rows in the table view.
    - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
    return [tableDataSource count];
    // Customize the appearance of table view cells.
    - (UITableViewCell *)tableView:(UITableView *)tableView
    cellForRowAtIndexPath:(NSIndexPath *)indexPath
    static NSString *CellIdentifier = @"TableViewCell";
    UITableViewCell *cell = (UITableViewCell*)
    [tableView dequeueReusableCellWithIdentifier:CellIdentifier];
    if (cell == nil)
    // NSLog(@"%s: level=%d row=%d", _func_, level, indexPath.row);
    [[NSBundle mainBundle] loadNibNamed:@"TableViewCell" owner:self options:nil];
    cell = tableViewCell;
    tableViewCell = nil;
    // Set up the cell...
    NSDictionary *dictionary = [self.tableDataSource objectAtIndex:indexPath.row];
    cell.textLabel.text = [dictionary objectForKey:@"Title"];
    return cell;
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    // NSLog(@"%s: tableDataSource=%@", _func_, self.tableDataSource);
    NSDictionary* dictionary = [self.tableDataSource objectAtIndex:indexPath.row];
    // NSLog(@"%s: dictionary=%@", _func_, dictionary);
    NSArray* children = [dictionary objectForKey:@"Children"];
    // NSLog(@"%s: children=%@", _func_, children);
    if(children)
    //Prepare to tableview.
    RootViewController* rootViewController = [[RootViewController alloc]
    initWithNibName:@"RootViewController" bundle:[NSBundle mainBundle]];
    //Push the new table view on the stack
    [self.navigationController pushViewController:rootViewController animated:YES];
    // NSLog(@"%s: stack=%@", _func_, self.navigationController.viewControllers);
    // NSString* temp = [dictionary objectForKey:@"Title"]; // <-- not used
    rootViewController.navigationItem.title = [dictionary objectForKey:@"Title"];
    rootViewController.tableDataSource = children;
    [rootViewController release];
    // [children release]; // <-- must not release - owned by root dictionary
    - (void)dealloc {
    NSLog(@"%s: level=%d", _func_, level);
    [tableDataSource release];
    [data release];
    [super dealloc];
    @end
    - Ray

  • Can anyone please help with "EXC_BAD_ACCESS" error on start up of MS Outlook

    I use MS Office 2011
    After my update on my Mac OS 10.8.4 yesterday I my Microsoft Outlook and Power Point crashes on start up and no one seem to have any idea what I can do.
    I have followed every recommendations on the web and cant get it going again. This is very frustrating as I work outstanding in my mail box.
    I get "EXC_BAD_ACCESS" each time I launch my Outlook mail.

    Thanks clintonfrombirmingham, I posted on MS forum.
    However, I managed to resolve the problem eventually.
    Had to reinstall and update to latest patch.
    Sorted now.
    Its amazing that there is no straight solution for this problem. Everyone in the forum pointed me to the same old postings I had read and followed.

  • Program received signal:  "EXC_BAD_ACCESS". error

    I get this error sometimes when I test application on device.
    Program received signal: “EXCBADACCESS”.
    Why this error occurs and how can it be resolved ?
    Thanks for help.

    sURBHIT Mehrotra wrote:
    why this problem doesn't occur on simulator. ?? ??
    Simulators never have 100% fidelity. If you are developing on a simulator you have to be extra careful that you are doing everything perfectly. Many developers just assume that code is correct when it appears to work properly. That logic fails when you are developing on a simulator.
    There is no easy answer. You need to review your code much more carefully.

  • EXC_BAD_ACCESS error when loading iPhoto...

    Help! Out of nowhere iPhoto is failing to load, to which I receive this error message below.... any advice in solving the issue without having to reload the whole program? Thanks in advance...
    Process: iPhoto [291]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 8.1 (8.1)
    Build Info: iPhotoProject-4150000~4
    Code Type: X86 (Native)
    Parent Process: launchd [141]
    Interval Since Last Report: 162 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 117 sec
    Per-App Crashes Since Last Report: 2
    Date/Time: 2009-08-19 19:46:32.531 -0500
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: D441029E-9BC9-4C03-B2B6-8666F37E97D6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 12

    Thanks, I will try the rebuild option! Here is the complete log in case there is something else I should do.... I will check back later before I rebuild just in case - thanks!!!!
    Process: iPhoto [291]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 8.1 (8.1)
    Build Info: iPhotoProject-4150000~4
    Code Type: X86 (Native)
    Parent Process: launchd [141]
    Interval Since Last Report: 162 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 117 sec
    Per-App Crashes Since Last Report: 2
    Date/Time: 2009-08-19 19:46:32.531 -0500
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: D441029E-9BC9-4C03-B2B6-8666F37E97D6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 12
    Thread 0:
    0 com.apple.iPhoto 0x00252338 0x1000 + 2429752
    1 com.apple.iPhoto 0x00253753 0x1000 + 2434899
    2 com.apple.iPhoto 0x00255b1c 0x1000 + 2444060
    3 com.apple.iPhoto 0x002501d3 0x1000 + 2421203
    4 com.apple.iPhoto 0x0006e6f4 0x1000 + 448244
    5 com.apple.iPhoto 0x0006ea1c 0x1000 + 449052
    6 com.apple.iPhoto 0x0006e4dd 0x1000 + 447709
    7 com.apple.iPhoto 0x004874de 0x1000 + 4744414
    8 com.apple.iPhoto 0x001cdcf5 0x1000 + 1887477
    9 com.apple.Foundation 0x9014642a nsnotecallback + 106
    10 com.apple.CoreFoundation 0x9186947a __CFXNotificationPost + 362
    11 com.apple.CoreFoundation 0x91869753 _CFXNotificationPostNotification + 179
    12 com.apple.Foundation 0x901739bc -[NSNotificationCenter postNotification:] + 124
    13 com.apple.Foundation 0x9014732b -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1115
    14 com.apple.Foundation 0x9019a8e8 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    15 com.apple.iPhoto 0x000a9135 0x1000 + 688437
    16 com.apple.iPhoto 0x000a9101 0x1000 + 688385
    17 com.apple.iPhoto 0x0004ea4b 0x1000 + 318027
    18 com.apple.Foundation 0x9014642a nsnotecallback + 106
    19 com.apple.CoreFoundation 0x9186947a __CFXNotificationPost + 362
    20 com.apple.CoreFoundation 0x91869753 _CFXNotificationPostNotification + 179
    21 com.apple.Foundation 0x90143680 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    22 com.apple.Foundation 0x9014ced8 -[NSNotificationCenter postNotificationName:object:] + 56
    23 com.apple.AppKit 0x9304175d -[NSTableView _enableSelectionPostingAndPost] + 561
    24 com.apple.AppKit 0x9307abf8 -[NSTableView mouseDown:] + 6867
    25 com.apple.AppKit 0x9308aff1 -[NSOutlineView mouseDown:] + 611
    26 com.apple.iPhoto 0x0003ef6c 0x1000 + 253804
    27 com.apple.AppKit 0x93031af7 -[NSWindow sendEvent:] + 5381
    28 com.apple.AppKit 0x92ffe6a5 -[NSApplication sendEvent:] + 2939
    29 com.apple.iPhoto 0x00228b4f 0x1000 + 2259791
    30 com.apple.AppKit 0x92f5bfe7 -[NSApplication run] + 867
    31 com.apple.AppKit 0x92f291d8 NSApplicationMain + 574
    32 com.apple.iPhoto 0x00123e6a 0x1000 + 1191530
    33 com.apple.iPhoto 0x0000354e 0x1000 + 9550
    Thread 1:
    0 libSystem.B.dylib 0x94c3c2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x94c6e2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x94c6fb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9018cdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9018cbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x9018cb35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01362201 -[XTMsgQueue waitForMessage] + 49
    7 com.apple.proxtcore 0x01350363 -[XTThread run:] + 387
    8 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    9 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    10 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    11 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x94c3c2e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x94c6e2af pthread_condwait + 1244
    2 libSystem.B.dylib 0x94c6fb33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9018cdbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x9018cbd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x9018cb35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01362201 -[XTMsgQueue waitForMessage] + 49
    7 com.apple.proxtcore 0x01350363 -[XTThread run:] + 387
    8 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    9 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    10 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    11 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x94c3c286 machmsgtrap + 10
    1 libSystem.B.dylib 0x94c43a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x91887e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91888aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9017b3d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.proxtcore 0x013518a5 -[XTRunLoopThread run:] + 421
    6 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    7 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    9 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x94c4346e _semwaitsignal + 10
    1 libSystem.B.dylib 0x94c6ddcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.iPhoto 0x00505a15 0x1000 + 5261845
    3 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    4 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    6 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x94c3c286 machmsgtrap + 10
    1 libSystem.B.dylib 0x94c43a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x91887e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91888aa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x91a00264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    6 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x94c8b6fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    2 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x94c3c286 machmsgtrap + 10
    1 libSystem.B.dylib 0x94c43a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x91887e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91888b04 CFRunLoopRun + 84
    4 com.apple.iLifeMediaBrowser 0x91f8e5cd -[ILMediaBrowserPathWatcher(FSEvents) iLMBPathWatcherRunLoop] + 849
    5 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    8 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x94c4346e _semwaitsignal + 10
    1 libSystem.B.dylib 0x94c6ddcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x91413a09 fefragmentthread + 54
    3 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    4 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x94c3c286 machmsgtrap + 10
    1 libSystem.B.dylib 0x94c43a7c mach_msg + 72
    2 com.apple.CoreFoundation 0x91887e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x91888aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x901aa520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    8 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x94c4346e _semwaitsignal + 10
    1 libSystem.B.dylib 0x94c6ddcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x9018e932 -[NSCondition wait] + 210
    3 com.apple.iPhoto 0x005115ae 0x1000 + 5309870
    4 com.apple.iPhoto 0x00510dcc 0x1000 + 5307852
    5 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    8 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x94c4346e _semwaitsignal + 10
    1 libSystem.B.dylib 0x94c6ddcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x9018e932 -[NSCondition wait] + 210
    3 com.apple.iPhoto 0x005115ae 0x1000 + 5309870
    4 com.apple.iPhoto 0x00510dcc 0x1000 + 5307852
    5 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    6 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    8 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 12 Crashed:
    0 libSystem.B.dylib 0xffff07fc __memcpy + 92 (cpu_capabilities.h:246)
    1 libsqlite3.0.dylib 0x90403ec0 fillInCell + 384
    2 libsqlite3.0.dylib 0x90405ef7 balance_nonroot + 7351
    3 libsqlite3.0.dylib 0x9040c6ab sqlite3BtreeInsert + 763
    4 libsqlite3.0.dylib 0x90451f23 sqlite3VdbeExec + 8835
    5 libsqlite3.0.dylib 0x9045bea2 sqlite3Step + 386
    6 libsqlite3.0.dylib 0x9045c55d sqlite3_step + 29
    7 com.apple.iPhoto 0x006ae5d9 0x1000 + 7001561
    8 com.apple.iPhoto 0x006c48cc 0x1000 + 7092428
    9 com.apple.iPhoto 0x0069f564 0x1000 + 6940004
    10 com.apple.iPhoto 0x006c09ca 0x1000 + 7076298
    11 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    12 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    13 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    14 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x94c5ff9a read$UNIX2003 + 10
    1 com.apple.Foundation 0x9014ff16 _NSReadBytesFromFile + 86
    2 com.apple.Foundation 0x90164413 -[NSData(NSData) initWithContentsOfFile:] + 83
    3 com.apple.Foundation 0x90164320 +[NSDictionary(NSDictionary) newWithContentsOf:immutable:] + 144
    4 com.apple.CoreFoundation 0x918fc4bf -[__NSPlaceholderDictionary initWithContentsOfFile:] + 63
    5 com.apple.Foundation 0x90164278 +[NSDictionary(NSDictionary) dictionaryWithContentsOfFile:] + 72
    6 com.apple.iPhoto 0x003069bf 0x1000 + 3168703
    7 com.apple.iPhoto 0x00302322 0x1000 + 3150626
    8 com.apple.iPhoto 0x00305807 0x1000 + 3164167
    9 com.apple.iPhoto 0x003052ef 0x1000 + 3162863
    10 com.apple.iPhoto 0x00304891 0x1000 + 3160209
    11 com.apple.iPhoto 0x00064daf 0x1000 + 409007
    12 com.apple.iPhoto 0x00218882 0x1000 + 2193538
    13 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    14 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    15 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    16 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x94c4346e _semwaitsignal + 10
    1 libSystem.B.dylib 0x94c6ddcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.iPhoto 0x00505a15 0x1000 + 5261845
    3 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    4 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    6 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x94c6c9c6 kevent + 10
    1 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    2 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x94c4346e _semwaitsignal + 10
    1 libSystem.B.dylib 0x94c6ddcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x9018e932 -[NSCondition wait] + 210
    3 com.apple.Foundation 0x9014727a -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 938
    4 com.apple.Foundation 0x9019a8e8 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184
    5 com.apple.iLifeMediaBrowser 0x91f905c8 -[ILMediaManager _doCommitBatch] + 71
    6 com.apple.iLifeMediaBrowser 0x91f909aa -[ILMediaManager commitBatch] + 35
    7 com.apple.iLMBPhotoBoothPlugin 0x1c5f1373 0x1c5ef000 + 9075
    8 com.apple.Foundation 0x90146dfd -[NSThread main] + 45
    9 com.apple.Foundation 0x901469a4 _NSThread__main_ + 308
    10 libSystem.B.dylib 0x94c6d155 pthreadstart + 321
    11 libSystem.B.dylib 0x94c6d012 thread_start + 34
    Thread 12 crashed with X86 Thread State (32-bit):
    eax: 0xffff07a0 ebx: 0x90404260 ecx: 0x0000005b edx: 0x0000000c
    edi: 0x239c1da4 esi: 0x00000000 ebp: 0xb0639ef8 esp: 0xb0639ef0
    ss: 0x0000001f efl: 0x00010212 eip: 0xffff07fc cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x9f9ff6 com.apple.iPhoto 8.1 (8.1) <ba513fffdd548ed93219fe889216d6f7> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0xb2f000 - 0xbf8fe5 com.apple.DiscRecording 4.0.7 (4070.4.1) <7c105f35c674aad3a476f8959d3f3ebb> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0xc63000 - 0xc8eff7 com.apple.DiscRecordingUI 4.0.7 (4070.4.1) <8382640e9ca4f6c5e087efb1c715db57> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0xcac000 - 0xcaefff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0xcb5000 - 0xcbffff com.apple.UpgradeChecker 1.0 (1.1) /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0xcc9000 - 0xd65ffc com.apple.MobileMe 8 (1.0) <47df6c2078c51aa21d64274eae522d93> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0xdc7000 - 0x1020ffb com.apple.MessageFramework 3.6 (936) <d7a6e5f6721cbab99ed3e83137dba11a> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x1177000 - 0x1177fff +eOkaoCom.dylib ??? (???) <17adb0f4bf830b0b5293f843f1724644> /Applications/iPhoto.app/Contents/MacOS/eOkaoCom.dylib
    0x117b000 - 0x11aefe7 +eOkaoDt.dylib ??? (???) <673bd0c5fac4abb7b55efd8a75e4759d> /Applications/iPhoto.app/Contents/MacOS/eOkaoDt.dylib
    0x11b4000 - 0x131afff +eOkaoFr.dylib ??? (???) <684982fe55e4174d9cf3da4319bd57f9> /Applications/iPhoto.app/Contents/MacOS/eOkaoFr.dylib
    0x131e000 - 0x1342ff2 +eOkaoPt.dylib ??? (???) <e2ed8de87a2d83093cb52e87f135a8a8> /Applications/iPhoto.app/Contents/MacOS/eOkaoPt.dylib
    0x1349000 - 0x1390ff7 com.apple.proxtcore 1.0.0 (1.0.0) /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x13d4000 - 0x13d4ffa com.apple.iLifeSlideshow 1.0.3 (357.8) <3972fd155fdca7dc3144255d352a00ce> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/iLifeSlid eshow
    0x13d8000 - 0x1458fef com.apple.NetServices.NetServices 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0x14ba000 - 0x14baffd com.apple.AppleAppSupport 1.5 (1.5) /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0x14be000 - 0x14e2fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x14f7000 - 0x151ffff com.apple.iLifeSlideshowCore 1.0.3 (126) <cb45910ef1f302784d76e995ef03da9d> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore
    0x1539000 - 0x1652fe7 com.apple.iLifeSlideshowProducer 1.0.3 (319.5) <ce73bb90e7ab525dcd4a1576dfc6ef76> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProducer
    0x16d0000 - 0x17cefe3 com.apple.iLifeSlideshowRenderer 1.0.3 (313.7) <efad06d8111e15c561055c878aaf3086> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowRenderer.framework/Versions/A/iLifeSlideshowRenderer
    0x183f000 - 0x1847fff com.apple.iLifeSlideshowExporter 1.0.3 (125.2) <ee2c7a8e68a25f6072d8fe45c5eb5b52> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowExporter.framework/Versions/A/iLifeSlideshowExporter
    0x1850000 - 0x186ffed com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1881000 - 0x1889fe7 com.apple.NetServices.BDControl 1.0.5 (1.0.5) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0x1895000 - 0x1898fff com.apple.NetServices.BDRuleEngine 1.0.2 (1.0.2) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0x18c0000 - 0x18c3fff com.apple.LiveType.component 2.1.2 (2.1.2) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x1abc000 - 0x1b21ffe com.apple.LiveType.framework 2.1.2 (2.1.2) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1c22000 - 0x1c23ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x1c3c000 - 0x1c40fff com.apple.iPhoto.RSSPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS /RSSPublisher
    0x167f9000 - 0x1680efff com.apple.iPhoto.FacebookPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/ MacOS/FacebookPublisher
    0x1681b000 - 0x1682bff3 com.apple.iPhoto.FlickrPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher/Contents/Ma cOS/FlickrPublisher
    0x16836000 - 0x16867ff7 com.apple.iPhoto.MobileMePublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/MobileMePublisher.publisher/Contents/ MacOS/MobileMePublisher
    0x16acd000 - 0x16cd4fef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x17820000 - 0x17825ff3 libCGXCoreImage.A.dylib ??? (???) <3a78abc535c80f9819931b670da804a2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x17f94000 - 0x17f95fff com.apple.iLMBAppDefPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x1be5a000 - 0x1be65fff com.apple.BookService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0x1be6f000 - 0x1be79fff com.apple.CalendarsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0x1c360000 - 0x1c36afff com.apple.CardsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0x1c374000 - 0x1c37ffff com.apple.PrintsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x1c3a5000 - 0x1c3a6fe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x1c54d000 - 0x1c554fff com.apple.iLMBAperturePlugin 2.0.4 (110.0.2) <602689ad6475778b088494967c7b90e4> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x1c55c000 - 0x1c55dfff com.apple.iLMBFolderPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x1c563000 - 0x1c567fff com.apple.iLMBGarageBandPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x1c56e000 - 0x1c579fff com.apple.iLMBiMoviePlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x1c587000 - 0x1c598fff com.apple.iLMBiPhoto8Plugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x1c5a2000 - 0x1c5aafff com.apple.iLMBiPhotoPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x1c5b2000 - 0x1c5bafff com.apple.iLMBiTunesPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x1c5e6000 - 0x1c5e8fff com.apple.iLMBMoviesFolderPlugin 2.0.4 (110.0.2) <b91e6ca50b1c41170715d1baa497db91> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x1c5ef000 - 0x1c5f1fff com.apple.iLMBPhotoBoothPlugin 2.0.4 (110.0.2) <496879bdc0d691a98efdc89bea1ddf9a> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x1d101000 - 0x1d1bdfff com.apple.iTunesAccess 8.2.1 (8.2.1) <6133927fda20b296535a3e3ad5d0d30d> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90008fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90009000 - 0x90009ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9000a000 - 0x90026fff com.apple.IMFramework 4.0.8 (584) <49551f914cd1c3ba154f15f3765803a9> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x90027000 - 0x90108ff7 libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
    0x90109000 - 0x90109ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9010a000 - 0x9013bffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9013c000 - 0x903b8fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x903b9000 - 0x903b9ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x903ba000 - 0x903c5fe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x903c6000 - 0x903dbffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x903dc000 - 0x90463ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x90464000 - 0x90488fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x90489000 - 0x9052cff7 com.apple.QuickTimeImporters.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9052d000 - 0x90540fff com.apple.IMUtils 4.0.8 (584) <2105663d09d2bee0d8742159d0581a3e> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x90541000 - 0x905c0ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x905c1000 - 0x905d0ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <98f7b46a9f1a099f77e1092ef8e29c63> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x905d1000 - 0x9062aff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9067a000 - 0x90697ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90698000 - 0x90b69fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90b6a000 - 0x90b78ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x90b79000 - 0x90c29fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90c2a000 - 0x90c59fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90c5a000 - 0x90c79ffa libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90c7a000 - 0x90d41ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90d42000 - 0x90d4dfff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x90d4e000 - 0x90f0aff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x90f0e000 - 0x9131efef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9131f000 - 0x916bcfef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x916bd000 - 0x916ccfff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x916cd000 - 0x916dafe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x916db000 - 0x91814ff7 libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x91815000 - 0x91948fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91949000 - 0x919a5ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x919a6000 - 0x919adffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x919ae000 - 0x919caff3 libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x919cb000 - 0x919f3ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x919f4000 - 0x919fbff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x919fc000 - 0x919fcff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x919fd000 - 0x91aa4fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91aa5000 - 0x91aa5ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91aa6000 - 0x91adcfef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x91add000 - 0x91afbff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91afc000 - 0x91afcff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91bf2000 - 0x91bfeff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x91bff000 - 0x91d8efe7 com.apple.CoreAUC 3.08.0 (3.08.0) <a412e535a9fb9c36ba972e5158059785> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x91d8f000 - 0x91dd3feb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91dd4000 - 0x91de5ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x91de6000 - 0x91ea0fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91ea1000 - 0x91f53ffb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x91f54000 - 0x91fc6ff7 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x91fcc000 - 0x92073feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x92074000 - 0x921c6ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x921c7000 - 0x922cdff7 com.apple.PubSub 1.0.4 (65.11) <bcc4ae4e2dacbd25c5415bf9f7c65a67> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x922ce000 - 0x922d4fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x922d5000 - 0x922dafff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x922db000 - 0x9230dff7 com.apple.DotMacSyncManager 1.2.4 (308) <99bb01aa2cdb0d860a11a1097ffe421d> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x9230e000 - 0x92471ff2 com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x92472000 - 0x92474ff5 libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92475000 - 0x92475fff com.apple.Carbon 136 (136) <a668670c206841fdcb893bfacddfd4b9> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92476000 - 0x92b16fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92b17000 - 0x92ce8ffb com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92ce9000 - 0x92cfffff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92d00000 - 0x92d04fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x92d05000 - 0x92dbcff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x92dbd000 - 0x92e0eff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92e0f000 - 0x92e38fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x92e39000 - 0x92f19fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x92f1a000 - 0x92f22fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92f23000 - 0x93721fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93722000 - 0x93727ffc com.apple.KerberosHelper 1.1 (1.0) <c6b942d705fa0460ace11af01f316db1> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x93728000 - 0x93731fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <17537dd39882e07142db9e5c2db170b8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93732000 - 0x93739fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x9373a000 - 0x9373affb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x9373b000 - 0x9374bfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5171726062da2bd3c6b8b58486c7777a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9374c000 - 0x937befff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x937bf000 - 0x937e3feb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x937e4000 - 0x937e9fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93a53000 - 0x93ae6fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x93ae7000 - 0x93aebfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93aec000 - 0x93b17fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x93b18000 - 0x93b58fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x93b59000 - 0x93b65ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x93b66000 - 0x93b76ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x93b77000 - 0x93ba4feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93ba5000 - 0x93bacfff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x93bad000 - 0x93bcbfff libresolv.9.dylib ??? (???) <b5b1527c2d99495ad5d507ab0a4ea872> /usr/lib/libresolv.9.dylib
    0x93bcc000 - 0x94458fff com.apple.WebCore 5531 (5531.9) <fdb731afe66ea9ae2f4580dead0b5b53> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94459000 - 0x944bfffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x944c0000 - 0x94511feb com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94512000 - 0x9459fff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x945a0000 - 0x94688ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9468c000 - 0x94718ff7 com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94731000 - 0x94765fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94766000 - 0x9478ffff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x94790000 - 0x947ccfff com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x947cd000 - 0x94af3fe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94af4000 - 0x94af4ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94af5000 - 0x94c2dfe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x94c2e000 - 0x94c3afff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x94c3b000 - 0x94da2ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x94da3000 - 0x94f33fff com.apple.JavaScriptCore 5531 (5531.5) <3679fe16241dae6f730a39c16c04e30f> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94f34000 - 0x9523cfe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9523d000 - 0x95277ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x95278000 - 0x9527cffd com.apple.AOSNotification 1.0.0 (68.13) <d2a1f7c6e054d7451b17c7301e4dadd5> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x9527d000 - 0x95310ff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95311000 - 0x953ecfe7 com.apple.WebKit 5531 (5531.9) <36112647223b999a033bc2f740277948> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x954b7000 - 0x954b7ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x954b8000 - 0x954bcfff libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x954bd000 - 0x95797ff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95798000 - 0x957d9fe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x957da000 - 0x95857feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x95858000 - 0x9585bfff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9585c000 - 0x95874ff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95875000 - 0x959f5fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x959f6000 - 0x959f6ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x959f7000 - 0x95a31fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95a32000 - 0x95b14fff com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95b15000 - 0x95b16ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x95b17000 - 0x95ed5fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95ed6000 - 0x95f15fef libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x95f16000 - 0x95f2efff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95f2f000 - 0x95f6dfff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95f6e000 - 0x95fb8fe1 com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95fb9000 - 0x96043fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x96074000 - 0x9704fff6 com.apple.QuickTimeComponents.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x97050000 - 0x9705afeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9705b000 - 0x970b5ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x970b6000 - 0x970edfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <01426a38ba44efa5d448daef8b3e9941> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x970ee000 - 0x971b9fff com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x971ba000 - 0x97227ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x97228000 - 0x9722afff com.apple.securityhi 3.0 (30817) <8c9db9ce1626eff2aff002549fb58d7d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9722b000 - 0x9727afff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9727b000 - 0x973c3ff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x973c4000 - 0x9740dfef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9740e000 - 0x97440fff com.apple.LDAPFramework 1.4.5 (110) <648b3ee893db8af0a5bbbe857ec0bb7d> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x97441000 - 0x9749effb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x9749f000 - 0x974e1fef com.apple.NavigationServices 3.5.2 (163) <d3a7c9720479eed8ea35703125303871> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x974e2000 - 0x9755cff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9755d000 - 0x975dafef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    System Configuration
    Model: iMac7,1, BootROM IM71.007A.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB
    Graphics: kHW_ATIr600M76Item, ATI,RadeonHD2600, spdisplayspciedevice, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.21)
    Bluetooth: Version 2.1.8f2, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD3200AAJS-40RYA0, 298.09 GB
    Parallel ATA Device: MATSHITADVD-R UJ-85J
    USB Device: Built-in iSight, (null) mA
    USB Device: hub_device, (null) mA
    USB Device: Keyboard Hub, (null) mA
    USB Device: USB Receiver, (null) mA
    USB Device: Apple Keyboard, (null) mA
    USB Device: Bluetooth USB Host Controller, (null) mA
    USB Device: IR Receiver, (null) mA
    FireWire Device: External HDD Device, WD, 800mbit_speed
    FireWire Device: External HDD Button & Lights, WD, 400mbit_speed

  • Method called more than once - and dies with EXC_BAD_ACCESS error

    Hi,
    In my app, I have 4 views with their respective viewControllers. In the appDelegate.m, I provide methods that allows to switch to any of these views. Following is code for switching to the editView:
    -(void) flipToEditView {
    [self populateTheList]; // populate an array
    EditViewController *anEditVC = [[EditViewController alloc] initWithNibName:@"EditView" bundle:nil];
    [self setEditVC:anEditVC];
    [viewController.view removeFromSuperview];
    [self.window addSubview:[editVC view]];
    [anEditVC release]; }
    The view is not switched - and moreover, this method is called more than once; and the app dies with EXCBADACCESS!
    2009-08-23 14:54:40.648 iNotate[2128:20b] Album (before): x= 0 y=20 width=320 height=460
    2009-08-23 14:54:40.653 iNotate[2128:20b] Album (after): x= 0 y= 0 width=320 height=480
    warning: Couldn't find minimal bounds for "_sigtramp" - backtraces may be unreliable
    (gdb) bt
    #0 -[iNotateAppDelegate flipToEditView] (self=0x523690, _cmd=0x9563) at /Users/sam/MY_FILES/iPhone Apps/app/Classes/iNotateAppDelegate.m:116
    #1 0x00008661 in -[FirstView editAction] (self=0x546a30, _cmd=0xac94) at /Users/sam/MY_FILES/iPhone Apps/app/FirstView.m:25
    #2 0x30a4eee6 in -[UIApplication sendAction:to:from:forEvent:] ()
    #3 0x30ab0d36 in -[UIControl sendAction:to:forEvent:] ()
    #4 0x30ab11fe in -[UIControl(Internal) _sendActionsForEvents:withEvent:] ()
    #5 0x30ab0544 in -[UIControl touchesEnded:withEvent:] ()
    #6 0x30a67917 in -[UIWindow sendEvent:] ()
    #7 0x30a56fff in -[UIApplication sendEvent:] ()
    #8 0x30a561e0 in _UIApplicationHandleEvent ()
    #9 0x31565dea in SendEvent ()
    #10 0x3156840c in PurpleEventTimerCallBack ()
    #11 0x94a713c5 in CFRunLoopRunSpecific ()
    #12 0x94a71aa8 in CFRunLoopRunInMode ()
    #13 0x31566600 in GSEventRunModal ()
    #14 0x315666c5 in GSEventRun ()
    #15 0x30a4eca0 in -[UIApplication _run] ()
    #16 0x30a5a09c in UIApplicationMain ()
    #17 0x000027e8 in main (argc=1, argv=0xbffff068) at /Users/sam/MY_FILES/iPhone Apps/app/main.m:14
    Current language: auto; currently objective-c
    (gdb) continue
    2009-08-23 14:54:55.885 iNotate[2128:20b] >>>>>>>>>>>>>>>>>> populateTheList
    (gdb) bt
    #0 -[iNotateAppDelegate flipToEditView] (self=0x523690, _cmd=0x9563) at /Users/sam/MY_FILES/iPhone Apps/app/Classes/iNotateAppDelegate.m:116
    #1 0x00008661 in -[FirstView editAction] (self=0x5457b0, _cmd=0xac94) at /Users/sam/MY_FILES/iPhone Apps/app/FirstView.m:25
    #2 0x30a4eee6 in -[UIApplication sendAction:to:from:forEvent:] ()
    #3 0x30ab0d36 in -[UIControl sendAction:to:forEvent:] ()
    #4 0x30ab11fe in -[UIControl(Internal) _sendActionsForEvents:withEvent:] ()
    #5 0x30ab0544 in -[UIControl touchesEnded:withEvent:] ()
    #6 0x30a67917 in -[UIWindow sendEvent:] ()
    #7 0x30a56fff in -[UIApplication sendEvent:] ()
    #8 0x30a561e0 in _UIApplicationHandleEvent ()
    #9 0x31565dea in SendEvent ()
    #10 0x3156840c in PurpleEventTimerCallBack ()
    #11 0x94a713c5 in CFRunLoopRunSpecific ()
    #12 0x94a71aa8 in CFRunLoopRunInMode ()
    #13 0x31566600 in GSEventRunModal ()
    #14 0x315666c5 in GSEventRun ()
    #15 0x30a4eca0 in -[UIApplication _run] ()
    #16 0x30a5a09c in UIApplicationMain ()
    #17 0x000027e8 in main (argc=1, argv=0xbffff068) at /Users/sam/MY_FILES/iPhone Apps/app/main.m:14
    (gdb) continue
    2009-08-23 14:55:22.493 iNotate[2128:20b] >>>>>>>>>>>>>>>>>> populateTheList
    Program received signal: “EXCBADACCESS”.
    (gdb) continue
    What's happening here?
    Sam!

    -(void) flipToEditView {
    [self populateTheList]; // populate an array
    EditViewController *anEditVC = [[EditViewController alloc] initWithNibName:@"EditView" bundle:nil];
    [self setEditVC:anEditVC];
    [viewController.view removeFromSuperview];
    [self.window addSubview:[editVC view]];
    [anEditVC release]; }
    }<---- is this } matched elsewhere?

  • Odd EXC_BAD_ACCESS error and general leaks and beginners trouble

    Hi,
    I am new to apple programming and thought I'd get into that and opengl programming by creating a small utility to display images.
    I've stumbled upon memory leaks, however. The "leaks" CLI utility mentions lots of leaks, but I'm not sure I can trust that.
    The xcode project can be seen at http://elendil.qeep.dk/code/opengl_imageviewer/ and the main file at http://elendil.qeep.dk/code/opengl_imageviewer/main.cpp. An archive can also be found at http://elendil.qeep.dk/code/opengl_imageviewer.zip for the interested.
    I have two problems. First of all, upon calling NavDialogRun(ref) in getFileURLRef() (line 86) the xcode run log gives me lots of "2007-08-06 02:10:17.977 opengl_imageviewer[12047] * _NSAutoreleaseNoPool(): Object 0x37bba0 of class NSCFDictionary autoreleased with no pool in place - just leaking" messages that I do not understand at all. I reckon this is the main culprit.
    Secondly if I call the glPixelStorei() functions in line 129 and 130 the gdb debugger pops up with "EXCBADACCESS". Commenting out these lines makes the code seemingly work. I doubt these two commands are the base of the problem, however.
    I'd really appreciate any help. Thanks.
    Sincerely,
    -Kenneth

    It is prefectly understandable. I was working on a little app to use MacOS X's built-in spellchecker as a replacement for ispell. I had the exact same problem. The classes I had to use seemed completely independent. But they just wouldn't work until all the Cocoa runtime had been initialized. It is hard to tell which parts will behave that way. Usually, it is the higher level, OS or user interaction classes. The base core foundation classes or low-level Cocoa (NSAutoReleasePool, for example) will always work.
    MacOS X is also a confusing beast. While Cocoa is the best and easiest way to get most things done, there are some things that need Carbon. Those navigation dialogs, for example, don't exist in Cocoa as far as I can tell. You must use Carbon. Yet, they seem to use Cocoa underneath. There are several other MacOS X subsystems that are the same way.
    As for C++ vs. Obj-C, that has to be a purely personal decision. Like yourself, I spent many years learning and using C++. That was a huge investment and I would like to get something out of it. But, as difficult as it is to say it, I must admit that lately I have been more productive using Cocoa and ObjC than I could have been using C++, even though I know C++ backwards and forwards.
    I make it a point to use Objective-C++ (using .mm files instead of .m). In theory I can now use my Carbon-aware auto_ptr, but I usually end up not even using that. At least I can declare my variables where I want.

  • Carbon in Cocoa Crashing: EXC_BAD_ACCESS after NSAutoreleasePool is released

    I'm developing a Cocoa user interface for a Photoshop CS3 plugin using Bindings. (Carbon in Cocoa, since PS is a Carbon app) I'm getting a EXC_BAD_ACCESS error when I close my modal NSWindowand the NSAutoreleasePool releases.
    I've spent hours now with Instruments trying to figure out which object might be getting released early (or double released) and cannot find it.
    Now my thoughts are that maybe there is something I'm missing about running a modal window within an NSAutoreleasePool while using Cocoa Bindings. Like maybe there is something I'm supposed to do before closing the window to "finalize" all the bindings to prevent them from sending messages to released objects.
    Here is a basic code example of what I'm doing:
    NSAutoreleasePool *localPool = [[NSAutoreleasePool alloc] init];   
    NSApplicationLoad();
    ExportWindowController *controller = [[ExportWindowController alloc] initWithWindowNibName:EXPORT_CONTROLLER_NIB_NAME];
    [controller showWindow:nil];
    [NSApp runModalForWindow:[controller window]];
    [controller close];
    [controller release];
    [localPool release];
    The modal window is closed by a call to:
    [NSApp stopModal];
    Here is a stack trace:
    #0  0x97793869 in _cache_getMethod
    #1  0x9779c6da in lookUpMethod
    #2  0x97793da7 in _class_lookupMethodAndLoadCache
    #3  0x97793953 in objc_msgSend
    #4  0x96501151 in -[NSBinder releaseConnectionWithSynchronizePeerBinders:]
    #5  0x96a10390 in -[NSValueBinder releaseConnectionWithSynchronizePeerBinders:]
    #6  0x963ac895 in -[NSObject(_NSBindingAdaptorAccess) _releaseBindingAdaptor]
    #7  0x964062f5 in -[NSView _releaseBindingAdaptor]
    #8  0x96405784 in -[NSView _finalizeWithReferenceCounting]
    #9  0x96404e2f in -[NSView dealloc]
    #10 0x964ef163 in -[NSControl dealloc]
    #11 0x9099a9d8 in CFRelease
    #12 0x909c75bd in _CFAutoreleasePoolPop
    .... more
    Turning on NSZombieEnabled did not turn up any double-released objects (although there was 1 from Photoshop itself)
    Any ideas?

    not using bindings seems to have fixed it, but if any of you have insights as to why this would be crashing with Bindings, I'd appreciate it.
    Thanks

  • Lync 2011 for Mac

    Client has Lync 2011 for Mac on a MacBook running mavericks and it crashes right after I log in and am getting the EXC_BAD_ACCESS error.
    I have tried all of the suggestions I could find on the internet already and nothing has worked. I have even tried the RTM, SP2, and 14.07 version. I would try other versions but can't find them anywhere to download
    Here's the kicker - they have Lync 2010 (all latest updates installed). If I log into our environment which is Lync 2013 using a test account it works just fine. Also if I log in using a test account from a different environment that also has Lync 2010 it
    also works just fine. So it seems it is some kind of interaction between the client and their server environment that is causing the crash and not something locally on the client machine. None of the logging I have done shows anything of value.
    Does anyone have any ideas why it would work using other environments but not this one?

    Did you mean that you can use the same Lync 2011 for Mac on the same computer to sign in successfully to connect other Lync Server?
    That is exactly what I mean. On the same computer using the same client I can successfully connect to two other Lync server systems and it doesn't crash at all. So what on the Lync server of this one system would cause it to crash?
    Please try to create a new user account, then login with the new user account, sign in with Lync 2011 for Mac again.
    I tried that as well and I got the same problem with the client crashing right after I sign in.
    Lisa Zheng
    TechNet Community Support

  • SelectToolByName intermittently crashes (Illustrator CS6, OSX)

    Hi,
    I've been writing some tool switching code, and have been having an issue using Illustrator CS6 (16.0.4) on OSX (using either mountain lion or mavericks) where setting SetSelectedToolByName eventually crashes due to an EXC_BAD_ACCESS error, even when passing in basic string constants.
    Here's a simple example based on the Annotator sample code, where I setup a thread to periodically switch between two common tools after selecting the Annotator tool:
    Usually, this code will work X number of iterations before crashing, where X can be anywhere from 15 to 200 or 750ish or not at all. This ultimately feels like a  multi-threaded race condition at work.
    So what's the stacktrace?
    There's three scenarios/stacktraces to show:
    1) First type of crash resulting in EXC_BAD_ACCESS error, while running Illustrator api under XCode's debugger. This is all the same state of the code for the screenshots below when the breakpoint hits.
    full-size images also available at: http://imgur.com/a/Iy6tF
    2) Second type of crash is similar, but giving a SIGABRT message:
    full-size images also available at: http://imgur.com/a/ERCCD
    3) While this sample code doesn't seem to generate an adobe 'bug report' (it just hard-crashes with no 'report crash to adobe' dialog), my main app that uses SetSelectedToolByName has generated the following crash log:
    (note: this is just an excerpt of the 'crashing' thread - full dump at http://pastebin.com/YJrukVkk
    Process:    
    Adobe Illustrator [1217]
    Path:       
    /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier: 
    com.adobe.illustrator
    Version:    
    691 (16.0.4)
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [270]
    Responsible:
    Adobe Illustrator [1217]
    User ID:    
    502
    Date/Time:  
    2013-11-05 15:15:45.889 -0800
    OS Version: 
    Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  99EA575E-1506-25B3-0715-5C62E87138BA
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
    VM Regions Near 0x8:
    -->
    __TEXT            
    0000000100000000-0000000101877000 [ 24.5M] r-x/rwx SM=COW  /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.illustrator    
    0x0000000100a5ca41 0x100000000 + 10865217
    1   com.adobe.illustrator.plugins.ArtStyle
    0x0000000122d530d6 PluginMain + 121094
    2   com.adobe.dvaai.framework
    0x0000000107d5b961 ai::controls::UI_PopupPanelButton::UI_Draw(dvaui::drawbot::Drawbot*) const + 705
    3   com.adobe.dvaui.framework
    0x000000010855e369 dvaui::ui::UI_Node::UI_DispatchDraw(dvaui::drawbot::Drawbot*) const + 57
    4   com.adobe.dvaui.framework
    0x00000001085636d3 dvaui::ui::UI_Node::UI_DrawSelf(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 179
    5   com.adobe.dvaui.framework
    0x0000000108562c4d dvaui::ui::UI_Node::UI_DrawAndCache(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 829
    6   com.adobe.dvaui.framework
    0x000000010856355f dvaui::ui::UI_Node::UI_DispatchDrawToChild(dvaui::ui::UI_Node const*, dvaui::drawbot::Drawbot*) + 431
    7   com.adobe.dvaui.framework
    0x000000010856360b dvaui::ui::UI_Node::UI_Draw(dvaui::drawbot::Drawbot*) const + 59
    8   com.adobe.dvaui.framework
    0x000000010855e369 dvaui::ui::UI_Node::UI_DispatchDraw(dvaui::drawbot::Drawbot*) const + 57
    9   com.adobe.dvaui.framework
    0x00000001085636d3 dvaui::ui::UI_Node::UI_DrawSelf(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 179
    10  com.adobe.dvaui.framework
    0x0000000108562c4d dvaui::ui::UI_Node::UI_DrawAndCache(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 829
    11  com.adobe.dvaui.framework
    0x000000010856355f dvaui::ui::UI_Node::UI_DispatchDrawToChild(dvaui::ui::UI_Node const*, dvaui::drawbot::Drawbot*) + 431
    12  com.adobe.dvaui.framework
    0x000000010856360b dvaui::ui::UI_Node::UI_Draw(dvaui::drawbot::Drawbot*) const + 59
    13  com.adobe.dvaadameve.framework
    0x00000001073a1d8b dvaadameve::UI_EveSubView::UI_Draw(dvaui::drawbot::Drawbot*) const + 507
    14  com.adobe.dvaui.framework
    0x000000010855e369 dvaui::ui::UI_Node::UI_DispatchDraw(dvaui::drawbot::Drawbot*) const + 57
    15  com.adobe.dvaui.framework
    0x00000001085636d3 dvaui::ui::UI_Node::UI_DrawSelf(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 179
    16  com.adobe.dvaui.framework
    0x0000000108562c4d dvaui::ui::UI_Node::UI_DrawAndCache(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 829
    17  com.adobe.dvaui.framework
    0x000000010856355f dvaui::ui::UI_Node::UI_DispatchDrawToChild(dvaui::ui::UI_Node const*, dvaui::drawbot::Drawbot*) + 431
    18  com.adobe.dvaui.framework
    0x000000010856360b dvaui::ui::UI_Node::UI_Draw(dvaui::drawbot::Drawbot*) const + 59
    19  com.adobe.dvaui.framework
    0x000000010855e369 dvaui::ui::UI_Node::UI_DispatchDraw(dvaui::drawbot::Drawbot*) const + 57
    20  com.adobe.dvaui.framework
    0x00000001085636d3 dvaui::ui::UI_Node::UI_DrawSelf(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 179
    21  com.adobe.dvaui.framework
    0x0000000108562c4d dvaui::ui::UI_Node::UI_DrawAndCache(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 829
    22  com.adobe.dvaui.framework
    0x000000010856355f dvaui::ui::UI_Node::UI_DispatchDrawToChild(dvaui::ui::UI_Node const*, dvaui::drawbot::Drawbot*) + 431
    23  com.adobe.dvaui.framework
    0x000000010856360b dvaui::ui::UI_Node::UI_Draw(dvaui::drawbot::Drawbot*) const + 59
    24  com.adobe.dvaui.framework
    0x000000010855e369 dvaui::ui::UI_Node::UI_DispatchDraw(dvaui::drawbot::Drawbot*) const + 57
    25  com.adobe.dvaui.framework
    0x00000001085636d3 dvaui::ui::UI_Node::UI_DrawSelf(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 179
    26  com.adobe.dvaui.framework
    0x0000000108562c4d dvaui::ui::UI_Node::UI_DrawAndCache(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 829
    27  com.adobe.dvaui.framework
    0x000000010856355f dvaui::ui::UI_Node::UI_DispatchDrawToChild(dvaui::ui::UI_Node const*, dvaui::drawbot::Drawbot*) + 431
    28  com.adobe.dvaui.framework
    0x000000010856368f dvaui::ui::UI_Node::UI_DrawSelf(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 111
    29  com.adobe.dvaui.framework
    0x0000000108562c4d dvaui::ui::UI_Node::UI_DrawAndCache(dvaui::drawbot::Drawbot*, bool, dvaui::drawbot::ColorRGBA const*) const + 829
    30  com.adobe.dvaui.framework
    0x000000010856323d dvaui::ui::UI_Node::UI_DispatchDrawFromRoot(dvaui::drawbot::ColorRGBA const&, dvaui::drawbot::Drawbot*, bool) const + 573
    31  com.adobe.illustrator.plugins.UserInterface
    0x0000000112ceac25 PluginMain + 264757
    32  com.adobe.dvaui.framework
    0x00000001085f2f29 dvaui::ui::OS_View::UI_HandlePlatformDrawEvent(dvaui::drawbot::SurfaceInterface*) + 1209
    33  com.adobe.dvacore.framework  
    0x0000000107eece4b int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 123
    34  com.adobe.illustrator    
    0x0000000100767ccb 0x100000000 + 7765195
    35  com.adobe.dvacore.framework  
    0x0000000107eebeda void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 250
    36  com.adobe.dvacore.framework  
    0x0000000107eef9bd void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 93
    37  com.adobe.dvaui.framework
    0x00000001085e5a09 -[DVAMacContainerView drawRect:] + 153
    38  com.apple.AppKit         
    0x00007fff86d803fb -[NSView _drawRect:clip:] + 3846
    39  com.apple.AppKit         
    0x00007fff86d7d386 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 3199
    40  com.apple.AppKit         
    0x00007fff86d7df0e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 6151
    41  com.apple.AppKit         
    0x00007fff86d7df0e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 6151
    42  com.apple.AppKit         
    0x00007fff86d7df0e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 6151
    43  com.apple.AppKit         
    0x00007fff86d7df0e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 6151
    44  com.apple.AppKit         
    0x00007fff86d7df0e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 6151
    45  com.apple.AppKit         
    0x00007fff86d7df0e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 6151
    46  com.apple.AppKit         
    0x00007fff86eabc03 -[NSNextStepFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topVi ew:] + 303
    47  com.apple.AppKit         
    0x00007fff86d79209 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2828
    48  com.apple.AppKit         
    0x00007fff86d5863a -[NSView displayIfNeeded] + 1680
    49  com.apple.AppKit         
    0x00007fff86ea24ab -[NSNextStepFrame displayIfNeeded] + 156
    50  com.apple.AppKit         
    0x00007fff86dbd89e _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 884
    51  com.apple.AppKit         
    0x00007fff87391cd1 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_invoke1331 + 46
    52  com.apple.CoreFoundation 
    0x00007fff847010a7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    53  com.apple.CoreFoundation 
    0x00007fff84701017 __CFRunLoopDoObservers + 391
    54  com.apple.CoreFoundation 
    0x00007fff846f27b8 __CFRunLoopRun + 776
    55  com.apple.CoreFoundation 
    0x00007fff846f2275 CFRunLoopRunSpecific + 309
    56  com.apple.HIToolbox      
    0x00007fff8988bf0d RunCurrentEventLoopInMode + 226
    57  com.apple.HIToolbox      
    0x00007fff8988bcb7 ReceiveNextEventCommon + 479
    58  com.apple.HIToolbox      
    0x00007fff8988babc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    59  com.apple.AppKit         
    0x00007fff86c2128e _DPSNextEvent + 1434
    60  com.apple.AppKit         
    0x00007fff86c208db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    61  com.apple.AppKit         
    0x00007fff86c149cc -[NSApplication run] + 553
    62  com.adobe.exo.framework  
    0x0000000108e6b767 exo::app::OS_AppBase::RunEventLoop() + 55
    63  com.adobe.illustrator    
    0x0000000100765bc8 0x100000000 + 7756744
    64  com.adobe.illustrator    
    0x0000000100704b95 0x100000000 + 7359381
    65  com.adobe.illustrator    
    0x00000001006f4d04 0x100000000 + 7294212
    66  com.adobe.illustrator    
    0x0000000100163528 0x100000000 + 1455400
    I'd love to hear a response from Adobe on this. It's been causing me weeks of frustration.

    Another update,
    I'm also observing the same crash using Illustrator CC, and using the other method of setting tools by first acquiring a tool handle.
    Here's the code that uses the handles instead, similar  to other code found in the samplecode folder:
    ...and here's the first type of crash observed:
    ...and the second type:

Maybe you are looking for

  • My Query takes too long ...

    Hi , Env   , DB 10G , O/S Linux Redhat , My DB size is about 80G My query takes too long ,  about 5 days to get results , can you please help to rewrite this query in a better way , declare x number; y date; START_DATE DATE; MDN VARCHAR2(12); TOPUP V

  • Info.plist localization

    I want to localize the display name of an app on the iPhone. The standard apps do this (change the language from English to Spanish to demonstrate this; as far as I can tell you need a device, I don't think the simulator supports this yet). I took my

  • How to apply a tax for some period?

    hi i have a question,i need to apply tax for a material when it croses some quantity (by selling). for e.g x material if reaches 70000 nos then apply the the tax for the material.

  • Lightroom CC will not open

    I just loaded Lightroom CC and had been running Lightroom 5.  Both appear on my desktop and 5 will run but CC will not.  Do I need to uninstall 5?

  • OSS note Impact analysis

    Hi Experts, I am SAP ABAP developer the functional consults asked me to check the oss note no . In that oss note number how i check risk and impact analysis . Please suggest me .