Addressbook bug?

Has anyone else noticed this bug in addressbook using their laptop's trackpad?
When I select a list, and then go to the PRINT command,
under "Style", I select LISTS
I am given a list of options below with checkboxes so I can select which parts of the addressbook I wish to print (ie - phone, address, e-mail, etc.).
When I try to scroll down this list using two-finger scrolling with my trackpad, it does not work.

This issue has been corrected in Leopard.

Similar Messages

  • IPhone sdk AddressBook bug ??

    Hi,
    i have an application that read all contact and image from database with AddressBook's class but i have found a strange problem:
    if a conctact is without lastname and firstname,but only with number and picture, that contact is returned by ABAddressBookCopyArrayOfAllPeople function, but successivly calling the function ABPersonCopyImageData(person) for that contact return false and trying anyway the CFDataRef imageData = ABPersonCopyImageData(person) return nil.
    Any workaround for this problem ??
    thanks, Jo

    After a restore of your iphone or the addressbook is put back on to the device by iTunes all of the ABRecordID values are incremented by a number which seems to move them all up by a number greater than the number of records previously held.
    Very reminiscent of Sybase after a crash where the identity increased by a huge number to move all new records relying on the identity value away from any existing ones in case of an inconsistence issue.
    With the app I am developing we are storing a separate id (proxy) for the ABRecord objects to correlate later on.

  • ICal and Addressbook connecting to eGroupware - various bugs?

    Hi all,
    given CalDAV and CardDAV as standardized protocols, it shouldn't be too much of a problem to connect to private calendar and addressbook servers, you'd think... For some year's I'm running a eGroupware server, and while this product is far from being bug free, I believe it's basically massive bugs in Apple's Ca*DAV protocols that keep the synchronization from working. Let's start with iCal:
    Originally, eGroupware's CalDAV implementation returned fully qualified URIs (like https://www.example.com/egroupware/calendar/) for all kinds of properties, e.g. calendar-home-set. As a result, iCal sent requests with the path //www.example.com/egroupware/calendar - i.e. instead of properly parsing the URI, it just stripped off the protocoll indicator and tried to treat the remaining string as a path.
    As the CalDAV standard doesn't make any hint if URIs should be supplied as fully qualified or relative URIs, returning full URIs seems to be the safer bet, and iCal's reaction on this is IMHO as clearly a bug as it can be. Nevertheless, I patched eGroupware to supply relative URIs, and hey ho, iCal integrates fine with eGroupware now. By the way, eGroupware has some hard coded behaviour to supply only the events of one month back by default, but you can patch that behaviour as well, of course.
    Now to Addressbook, and that's where I'm beyond my wits First of all, it is not possible to configure a CardDAV server in Addressbook itself, as the GUI is massively broken (just try to setup a CardDAV server https://www.example.com/egroupware/addressbook/ and you'll end up with a configured URL https://www.exmaple.com:443/egroupware/addressbook/:443<null> or something even more broken. You need to edit the file "Application Support/AddressBook/Sources/78E03291-22C9-4E27-9852-8480AD6A0F03/Configuration. plist" manually.
    Now, still Addressbook sends a PROPFIND requst for current-user-privilege-set to /directory/ to the server. Don't know what kind of result the programmers expected from this, but on my CalDAV server nothing at all resides under that path, also it's not mentioned in the CalDAV as a general concept. After it got a 405 Method Not Allowed to this request, Addressbook continues sending more sensible requests, so it might not be an actual problem - I'm not sure.
    Next is a PROPFIND query for addressbook-home-set to /egroupware/groupdav.php/addressbook/ wich is a perfectly expected behaviour from the standard. But first, the server replies with 401 Unauthorized. Addressbook then repeats the request, this time including the correct HTTP BASIC authentication information. Now, the server tries its best to handle this request according to standards. I quote the full response here, perhaps some pro spots a mistake in the response I'm to dumb to see:
    HTTP/1.1 207 Multi-Status
    Date: Sun, 06 Sep 2009 14:51:58 GMT
    Server: Apache/2.2.12 (Debian)
    X-Powered-By: PHP/5.2.10-2.2
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    X-Dav-Powered-By: eGroupWare CalDAV/CardDAV/GroupDAV server
    X-WebDAV-Status: 207 Multi-Status
    Content-Length: 486
    Keep-Alive: timeout=15, max=100
    Connection: Keep-Alive
    Content-Type: text/xml; charset="utf-8"
    <?xml version="1.0" encoding="utf-8"?>
    <D:multistatus xmlns:D="DAV:">
    <D:response xmlns:ns0="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:ns1="urn:ietf:params:xml:ns:carddav">
    <D:href>/egroupware/groupdav.php/addressbook/</D:href>
    <D:propstat>
    <D:prop>
    <ns1:addressbook-home-set><D:href>/egroupware/groupdav.php/addressbook/</D:href ></ns1:addressbook-home-set>
    </D:prop>
    <D:status>HTTP/1.1 200 OK</D:status>
    </D:propstat>
    </D:response>
    </D:multistatus>
    I read the CardDAV RFC over and over again, but this seems to be as correct a response as you could wish. Note: out of the box eGroupware doesn't generate the D:href sub-element to ns1:addressbook-home-set but directly puts the URI as content of that element. This is not correct according to the CardDAV standard, but iCal is ignoring exactly the same mistake of the CalDAV implementation of eGroupware. It doesn't make a difference for Addressbook either - both variants lead to the error message 'Von CardDAV-Server Fehler (207) für den Benutzer "xxx" erhalten.' This is a strange message to show, as 207 is not an error code. Of course I patched eGroupware to return 200 OK as HTTP status (contradicting the standard), and hey ho, in Konsole you'll see an error message stating "Expected multi-status response but got status code: 200".
    So - Addressbook actually expects and checks for 207 Multi-Status, i.e. the message on the GUI is giving us no indication on the actual problem. Some easy checks proved that Addressbook wouldn't react any different if the server replies with plain nonsense (e.g. syntax errors in the XML file). So, obviously, Addressbook can't cope with an aspect of the response it gets, fails to generate any log or message box about the problem, and sets a misleading error indication on the GUI.
    And now? Does anybody have a good hint what could Addressbook make work here? When can fixes to iCal and Addressbook realistically be expected, if at all?

    Hello Pelzi,
    Same problem here with iCal an eGroupware. Since I opgraded to SnowLeopard, my Calander isn't syncing anymore.
    *iCal sends this:*
    PROPFIND //192.168.3.199/egroupware/groupdav.php/calendar/ HTTP/1.1
    Host: 192.168.3.199
    User-Agent: DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6 (10A432)
    Authorization: Basic ******
    Depth: 1
    Content-Type: text/xml
    Content-Length: 143
    Connection: keep-alive
    <?xml version="1.0" encoding="utf-8"?>
    <x0:propfind xmlns:x0="DAV:">
    <x0:prop>
    <x0:getetag/>
    <x0:resourcetype/>
    </x0:prop>
    </x0:propfind>
    *And Groupdav replies:*
    HTTP/1.1 405 Method Not Allowed
    Date: Mon, 07 Sep 2009 13:41:34 GMT
    Server: Apache/2.2.3 (Linux/SUSE)
    Vary: accept-language,accept-charset
    Accept-Ranges: bytes
    Keep-Alive: timeout=15, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=iso-8859-1
    Content-Language: en
    1e
    <?xml version="1.0" encoding="
    af
    ISO-8859-1"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>Method not allowed!</title>
    <link rev="made" href="mailto:"[email protected]" />
    <style type="text/css"><!--/--><![CDATA[/*><!--/
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
    /]]>/--></style>
    </head>
    <body>
    Method not allowed!
    The
    PROPFIND
    method is not allowed for the requested URL.
    If you think this is a server error, please contact
    the webmaster.
    If anyone has a solution?
    Message was edited by: HansH8

  • Major Bug with ADDRESSBOOK .abbu vs. iCloud

    Hello!
    I’ve been trying to fix this issue with APPLE’s second level support here in Europe, but with no success
    Which is why I’m now turning toward the community, in the hope Cupertino is reading this. Come on guys!
    I presume some sort of inherited bug, either from
    - me.com times – as the contacts synchronisation never really worked flawless, which forced me to use ADDRESSBOOK only locally.
    - or perhaps because being partly using apple products in France and Germany (2 languages)
    - or because of both reasons – don’t know.
    The issue:
    For the above described reasons, I administrate my contacts locally. In other word, my local ADDRESSBOOK is  the “Master” database and I don’t sync my contacts with iCloud although it would be nice, …if it worked reliably.
    I do some backups at least every half year on 20XX-12-31 and 20XX-06-30. Sometimes also inbetween. Over the years, these .abbus increased their sizes up to…
    2012-03-25_abbu : was 95 MB. It seems pretty normal as I gathered nearly 3000 contacts mostly including pictures or logos.
    BUT ! :
    in the weeks after this date, the .abbu suddenly began to grow up to 1.8 GB !!! …for no traceable reason, as I only added let’s say 200-300 new contacts. This exponential increase in size is just weird. It led to two steps:
    a) I opened a copy of my 1.8 GB .abbu (context-menu/show package content) and found out a huge amount of “sub-abbus”.
    Is it normal or it there some kind of bad loop occuring here and responsible for the size-increase? It’s pretty hard to find any information on .abbus. I’d like to analyse the data-structure in order to find out if the bug is sitting here. Which program is appropriate to achieve this? The ideal case would be to get a fix from APPLE itself, but even the support structure itself seems not to be provided with enough information. So, regarding “contacts syncing”, one consequence here is that I have to stay offline – for a couple of years now. Another consequence is, that I can’t purchase any iPhone or iPad before this issue is not fixed.
    b) I consider my 2012-03-25_abbu as THE reliable database. In order not to lose any information, I started to backup each new contact separately. Each time I create one or do some changes on a card, I export the card as a .vcf. So, with the 2012-03-25.abbu and these additional new .vcfs, I’m pretty sure to be able to rebuild my whole contacts’ database each time after it’s been destroyed by iCloud.
    Apart of the incresing size issue of the .abbu, some problems occur as soon as I connect ADDRESSBOOK with iCloud:
    iCloud overwrites my local ADDRESSBOOK content instead of uploading the data. This also occurs/ed with an empty  iCloud.com account – just weird. The data is inconsistent and coming from a no identified source. Even the second level support has no explenation.
    The second level support and I tried every possible approaches with test accounts and so on – e. g.:
    - uploading the 1.8 GB .abbu – doesn’t work
    - uploading the .vcf of the whole database (approx. 3900 contacts now) – looses the groups’ affiliations.
    Resuming it all, it’s just impossible to work with an inconsistent database, because you know you loose data permanently.
    Is there any chance to forward this HELP CALL to Cupertino, for someone exactly knowing the subject will hopefully find a fix, please !
    Desperately yours
    G
    <Personal Information Edited by Host>

    so to clarify, it appears that the multitasking snapshot for the following scenario will not update: open safari and turn to landscape, exit safari using home button or multitasking bar, then double press home button. That snapshot that appears for safari doesn't ever seem to refresh. Whatever is there is stuck there and whats more it will always pop up in the actual browser for 1-2 secs the next time safari is opened after completing those steps. Im not sure when the snapshot is initially created - it must be the first ever time you close safari but as I said in my post, it also appears to be stored in iCloud backups. So I've tried:
    a) hard resetting
    b) clearing safari cache and history
    c) resetting all settings
    d) restoring from iCloud (as mentioned)
    e) opening and closing closing safari using the multitasking menu (both the landscape multitasking menu that appears when you're actually in safari in landscape mode, and the multitasking menu that appear when you double press the home button on the home screen).
    f) same as above except closing all tbs open in safari before then exiting.

  • Dangerous bug in Addressbook and OS X 10.6.1

    *DO NOT TRY THIS AT HOME, unless you backup your AddressBook database folder (/Users/Library/Application Support/AddressBook)...* If you've come across this 'feature' you will definitely know it.
    Be very careful if you try to duplicate this. This action will will cause the spinning wheel of death (SWOD) and a long recovery process! What I don't know is why this happens in Addressbook, what I do know- the workaround is simple.
    Like the doctor said to the patient complaining about his aches and pains, 'Doc, it hurts when do this...'
    'The answer is simple, don't do that!'
    Questions about Address Book:
    • Why does the function in creating a Smart Group (as per Apple's help) to contain cards that specifies "is not a member of"… cause a complete hang of Addressbook, SWOD (Spinning Wheel of Death) and may crash the database regardless of the number of cards that might be qualify in the search?
    • After SWOD from the above search, there is no way to recover the database to get the app running again. The only recovery I found is to delete/restore the data folder (/Volume/Users/Library/Applications Support/AddressBook). Why does Addressbook fail to recover?
    This one will cause duplicating Smart Groups if you sync Addresses with MobileMe to one or more computers (iPhone doesn't use Smart Groups):
    • Update of Smart Groups' data on one computer, when synced through MobileMe, cause another computer's Smart Groups the group names themselves to be duplicated?
    This is a minor annoyance but involved with the above:
    • Deleting of a Smart Group (only) sometimes works, especially fails after one of the two problems above to occur.

    Apple's Answers today on this case ID:
    • Any 'Not' function when creating a smart group in AddressBook, including those suggested by Apple's own helps, will cause the problem and it has to do with the two files in Application Support titled 'AddressBook-v22…' that somehow get corrupted and cause the issue.
    • It is a known issue with Leopard versions of AddressBook and predates Snow Leopard versions.
    • This problem has no known cure at this time.
    • This problem and the current situation is NOT posted on any Knowledgebase information accessible to users(!!)
    Caveat Emptor.

  • Isync Tiger BUG: Contacts created in phone don't sync into Addressbk Group

    This is a bug I've encountered with iSync running on Tiger.
    I use iSync to sync my AddressBook contacts with my Motorola Razor.
    I have many contacts, but I only need a few of them synced with my phone, so I created a Group called "Phone" in AddressBook.app, and have set my sync preferences in iSync to sync only those contacts in the contacts group "Phone".
    When I create a new contact in the phone, and then sync with iSync, the new contact does NOT appear in my designated Group "Phone", but instead in the "All" contacts category. This didn't happen in Leopard.
    What this means is that if I ever need to restore my contacts on my phone, none of the contacts that I created on the phone will be synced b/c they are NOT in the "phone" group, but in the All contacts category.
    If my iSync preferences are set to sync with a particular AddressBook Group, then NEW CONTACTS created in the PHONE should update to that designated GROUP, and not be considered non-categorized in the AddressBook.app.

    You must be mistaken (or very lucky!). This issue was definately around in Tiger too.
    Do a search on these forums for the same issue, and you'll see it comes up time and time again going back many years, relating to all versions of Mac OS X and iSync.
    Here's just a few:
    http://discussions.apple.com/thread.jspa?messageID=5780382
    http://discussions.apple.com/thread.jspa?messageID=4340280
    http://discussions.apple.com/thread.jspa?messageID=4615915
    http://discussions.apple.com/thread.jspa?messageID=4512731
    http://discussions.apple.com/thread.jspa?messageID=4071684
    You can even see in iSync's window that there's an option to "Put events created on phone into:" pop-up, but no equivalent option for Contacts.

  • Open / Save Dialog Bug in Lion

    Hi,
    I am currently pretty annoyed by a nasty bug that I experience when using Mac OS X Lion. Whenever I want to load an image / video / document or save in various programs, the program automatically crashes. I have reproduced this bug with iMovie 11, iPhoto 11, openOffice, google chrome (when trying to save images) and Seasky Video Converter. Importing via drag and drop seems to work at least for Seasky, but whenever I want to click on a routine that relies on the open / save dialogue, the program crashes.
    Here are some Crash Reports:
    Google Chrome:
    Process:         Google Chrome [184]
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier:      com.google.Chrome
    Version:         14.0.835.35 (835.35)
    Code Type:       X86 (Native)
    Parent Process:  launchd [172]
    Date/Time:       2011-08-14 10:56:37.274 +0200
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          151889 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  56558 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      F69E5D61-EECC-45BD-9100-7EDC6FA04410
    Crashed Thread:  2
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000003abd4d0
    VM Regions Near 0x3abd4d0:
        VM_ALLOCATE            0000000003ab4000-0000000003abd000 [   36K] r--/rwx SM=COW 
    --> VM_ALLOCATE            0000000003abd000-0000000003abe000 [    4K] r--/rwx SM=PRV 
        MALLOC_LARGE           0000000003abe000-0000000003abf000 [    4K] rw-/rwx SM=PRV 
    Application Specific Information:
    objc[184]: garbage collection is OFF
    Thread 0:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x91779142 __getdirentries64 + 10
    1   libsystem_c.dylib                       0x91e7b628 _readdir_unlocked$INODE64 + 79
    2   libsystem_c.dylib                       0x91e7b7a5 readdir$INODE64 + 55
    3   com.apple.CoreFoundation                0x999b5222 _CFBundleCopySortedDirectoryContentsAtPath + 1282
    4   com.apple.CoreFoundation                0x999c80f8 _CFSearchBundleDirectory + 88
    5   com.apple.CoreFoundation                0x999c7e54 _CFFindBundleResourcesInRawDir + 2404
    6   com.apple.CoreFoundation                0x999c74c3 _CFFindBundleResourcesInResourcesDir + 867
    7   com.apple.CoreFoundation                0x999c6ffd _CFFindBundleResources + 2221
    8   com.apple.CoreFoundation                0x999d8d64 CFBundleCopyResourceURL + 164
    9   com.apple.CoreFoundation                0x999db979 CFBundleCopyLocalizedString + 409
    10  com.apple.CoreServices.OSServices          0x9080ba69 _CopyLocalizedStringForKey + 86
    11  com.apple.CoreServices.OSServices          0x9084141d NetworkBrowser::getRootNode() + 77
    12  com.apple.CoreServices.OSServices          0x9084f998 NWBrowserGetRootNode + 79
    13  com.apple.DesktopServices               0x93055fb2 TFSVolumeInfo::Initialize(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, bool&) + 2010
    14  com.apple.DesktopServices               0x930575be TFSVolumeInfo::AddVolume(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, TCountedPtr<TFSVolumeInfo>&, bool&) + 138
    15  com.apple.DesktopServices               0x92fe162f TFSVolumeInfo::GetVolumeInfoFor(long) + 81
    16  com.apple.DesktopServices               0x93063a32 __NetworkNearbyNode_block_invoke_0 + 43
    17  libdispatch.dylib                       0x90193ae3 dispatch_once_f + 50
    18  libdispatch.dylib                       0x90193aac dispatch_once + 31
    19  com.apple.DesktopServices               0x930639cc TGlobalNodes::NetworkNearbyNode() + 154
    20  com.apple.DesktopServices               0x92feba5b TNode::GetNetworkNode(unsigned long) + 103
    21  com.apple.DesktopServices               0x92fe8eee TNode::GetSpecialNodeWithStatus(unsigned long, OpaqueNodeRequest* const&, unsigned long, TNodePtr&) + 228
    22  com.apple.DesktopServices               0x92fe8cb6 NodeCopySpecialFolder + 341
    23  com.apple.FinderKit                     0x922479d1 TFENodeFactory::FetchSharedNetworkNode() + 87
    24  com.apple.FinderKit                     0x9226ec81 TStartNode::TStartNode(TCustomNodeFactory&) + 171
    25  com.apple.FinderKit                     0x9226ebb1 TStartNode::CreateStartNode(TCustomNodeFactory&) + 37
    26  com.apple.FinderKit                     0x92245fdd TFENodeFactory::TFENodeFactory() + 417
    27  com.apple.FinderKit                     0x92245d30 TFENodeFactory::Initialize() + 30
    28  com.apple.FinderKit                     0x9239186c +[FIFinderViewGutsController initializeCounted] + 77
    29  com.apple.FinderKit                     0x9239b8bc -[FIFinderView _commonFinderViewInit] + 37
    30  com.apple.FinderKit                     0x9239ba58 -[FIFinderView initWithFrame:] + 112
    31  com.apple.AppKit                        0x96754a16 -[NSNavFinderViewFileBrowser initWithFrame:] + 167
    32  com.apple.AppKit                        0x9674b43b _NSNavFileBrowserWithFinderKit + 107
    33  com.apple.AppKit                        0x963e6b17 -[NSSavePanel(NSSavePanelLayout) _makeFileBrowserView] + 86
    34  com.apple.AppKit                        0x963e4dcf -[NSSavePanel(NSSavePanelLayout) _setupFileBrowserView] + 162
    35  com.apple.AppKit                        0x963e71d8 -[NSSavePanel(NSSavePanelLayout) _initContentView] + 1502
    36  com.apple.AppKit                        0x963e3ce1 -[NSSavePanel initWithContentRect:styleMask:backing:defer:] + 367
    37  com.apple.AppKit                        0x963dda68 +[NSSavePanel _crunchyRawUnbonedPanel] + 244
    38  com.apple.AppKit                        0x963dc929 +[NSSavePanel savePanel] + 33
    39  com.google.Chrome.framework             0x0076ce52 ChromeMain + 6973650
    40  com.google.Chrome.framework             0x007b6b78 ChromeMain + 7276024
    41  com.google.Chrome.framework             0x002cf3be ChromeMain + 2133566
    42  com.google.Chrome.framework             0x002cfe22 ChromeMain + 2136226
    43  com.google.Chrome.framework             0x00991eb5 ChromeMain + 9222453
    44  com.google.Chrome.framework             0x00992975 ChromeMain + 9225205
    45  com.google.Chrome.framework             0x009949f2 ChromeMain + 9233522
    46  com.google.Chrome.framework             0x0096635e ChromeMain + 9043422
    47  com.apple.CoreFoundation                0x999a810f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    48  com.apple.CoreFoundation                0x999a7ac6 __CFRunLoopDoSources0 + 246
    49  com.apple.CoreFoundation                0x999d19d8 __CFRunLoopRun + 1112
    50  com.apple.CoreFoundation                0x999d11ec CFRunLoopRunSpecific + 332
    51  com.apple.CoreFoundation                0x999d1098 CFRunLoopRunInMode + 120
    52  com.apple.HIToolbox                     0x9be8b487 RunCurrentEventLoopInMode + 318
    53  com.apple.HIToolbox                     0x9be92dc3 ReceiveNextEventCommon + 381
    54  com.apple.HIToolbox                     0x9be92c32 BlockUntilNextEventMatchingListInMode + 88
    55  com.apple.AppKit                        0x95e388ec _DPSNextEvent + 678
    56  com.apple.AppKit                        0x95e38159 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    57  com.apple.AppKit                        0x95e344cb -[NSApplication run] + 904
    58  com.google.Chrome.framework             0x009661fb ChromeMain + 9043067
    59  com.google.Chrome.framework             0x00965a14 ChromeMain + 9041044
    60  com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    61  com.google.Chrome.framework             0x00254cc6 ChromeMain + 1632070
    62  com.google.Chrome.framework             0x000c70b9 ChromeMain + 2873
    63  com.google.Chrome                       0x000bff58 main + 24
    64  com.google.Chrome                       0x000bff16 0xbf000 + 3862
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9177a90a kevent + 10
    1   libdispatch.dylib                       0x90191ccc _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9019071b _dispatch_mgr_thread + 53
    Thread 2 Crashed:
    0   com.google.Chrome.framework             0x00960ce7 ChromeMain + 9021287
    1   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    2   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 3:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x91777c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x917771f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x999c89ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x999d1b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x999d11ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x999d1098 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x956c8bdb -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.google.Chrome.framework             0x00965944 ChromeMain + 9040836
    8   com.google.Chrome.framework             0x00965a14 ChromeMain + 9041044
    9   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    10  com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    11  com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    12  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 4:: CrShutdownDetector
    0   libsystem_kernel.dylib                  0x9177ad4e __read + 10
    1   com.google.Chrome.framework             0x0025565d ChromeMain + 1634525
    2   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    3   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    4   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 5:: Chrome_FileThread
    0   libsystem_kernel.dylib                  0x9177a90a kevent + 10
    1   com.google.Chrome.framework             0x009c1f6d ChromeMain + 9419245
    2   com.google.Chrome.framework             0x009c0392 ChromeMain + 9412114
    3   com.google.Chrome.framework             0x00964d85 ChromeMain + 9037829
    4   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    5   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 6:: Chrome_DBThread
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e42c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x009b0228 ChromeMain + 9346216
    4   com.google.Chrome.framework             0x009b0e2e ChromeMain + 9349294
    5   com.google.Chrome.framework             0x009b0e66 ChromeMain + 9349350
    6   com.google.Chrome.framework             0x0099780b ChromeMain + 9245323
    7   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    8   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    9   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    10  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 7:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e42c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x009b0228 ChromeMain + 9346216
    4   com.google.Chrome.framework             0x009b0e2e ChromeMain + 9349294
    5   com.google.Chrome.framework             0x009b0e66 ChromeMain + 9349350
    6   com.google.Chrome.framework             0x0099780b ChromeMain + 9245323
    7   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    8   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    9   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    10  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 8:: Chrome_CacheThread
    0   libsystem_kernel.dylib                  0x9177a90a kevent + 10
    1   com.google.Chrome.framework             0x009c1f6d ChromeMain + 9419245
    2   com.google.Chrome.framework             0x009c0392 ChromeMain + 9412114
    3   com.google.Chrome.framework             0x00964d85 ChromeMain + 9037829
    4   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    5   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 9:: Chrome_IOThread
    0   libsystem_kernel.dylib                  0x9177a90a kevent + 10
    1   com.google.Chrome.framework             0x009c1f6d ChromeMain + 9419245
    2   com.google.Chrome.framework             0x009c0392 ChromeMain + 9412114
    3   com.google.Chrome.framework             0x00964d85 ChromeMain + 9037829
    4   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    5   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 10:: WATCHDOG
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e42c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x009b0228 ChromeMain + 9346216
    4   com.google.Chrome.framework             0x009b0e2e ChromeMain + 9349294
    5   com.google.Chrome.framework             0x009b0e66 ChromeMain + 9349350
    6   com.google.Chrome.framework             0x0099780b ChromeMain + 9245323
    7   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    8   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    9   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    10  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 11:: Chrome_WebKitThread
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e42c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x009b0228 ChromeMain + 9346216
    4   com.google.Chrome.framework             0x009b0e2e ChromeMain + 9349294
    5   com.google.Chrome.framework             0x009b0e66 ChromeMain + 9349350
    6   com.google.Chrome.framework             0x0099780b ChromeMain + 9245323
    7   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    8   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    9   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    10  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 12:: SamplerThread
    0   libsystem_kernel.dylib                  0x91777c5e semaphore_wait_trap + 10
    1   com.google.Chrome.framework             0x01153d6d ChromeMain + 17356781
    2   com.google.Chrome.framework             0x012182f9 ChromeMain + 18161017
    3   com.google.Chrome.framework             0x012175d1 ChromeMain + 18157649
    4   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 13:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x91777c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x917771f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x999c89ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x999d1b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x999d11ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x999d1098 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x956c8bdb -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.google.Chrome.framework             0x00965944 ChromeMain + 9040836
    8   com.google.Chrome.framework             0x00965a14 ChromeMain + 9041044
    9   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    10  com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    11  com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    12  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 14:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e42c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x009b0228 ChromeMain + 9346216
    4   com.google.Chrome.framework             0x009b0e2e ChromeMain + 9349294
    5   com.google.Chrome.framework             0x009b0e66 ChromeMain + 9349350
    6   com.google.Chrome.framework             0x0099780b ChromeMain + 9245323
    7   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    8   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    9   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    10  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 15:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x91777c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x917771f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x999c89ea __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x999d1b14 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x999d11ec CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x999d1098 CFRunLoopRunInMode + 120
    6   com.apple.Foundation                    0x956c8bdb -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 273
    7   com.google.Chrome.framework             0x00965944 ChromeMain + 9040836
    8   com.google.Chrome.framework             0x00965a14 ChromeMain + 9041044
    9   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    10  com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    11  com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    12  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x91777c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x917771f6 mach_msg + 70
    2   com.google.Chrome.framework             0x00991451 ChromeMain + 9219793
    3   com.google.Chrome.framework             0x024f4160 ChromeMain + 37936096
    4   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    5   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 17:: Chrome_HistoryThread
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b0e0e ChromeMain + 9349262
    5   com.google.Chrome.framework             0x009978a6 ChromeMain + 9245478
    6   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    7   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    8   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    9   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    10  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e42c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x016d865d ChromeMain + 23142621
    4   com.google.Chrome.framework             0x01df9bcc ChromeMain + 30619212
    5   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 19:: Chrome_PasswordStore_Thread
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e42c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x009b0228 ChromeMain + 9346216
    4   com.google.Chrome.framework             0x009b0e2e ChromeMain + 9349294
    5   com.google.Chrome.framework             0x009b0e66 ChromeMain + 9349350
    6   com.google.Chrome.framework             0x0099780b ChromeMain + 9245323
    7   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    8   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    9   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    10  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 20:: VideoCaptureManagerThread
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e42c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x009b0228 ChromeMain + 9346216
    4   com.google.Chrome.framework             0x009b0e2e ChromeMain + 9349294
    5   com.google.Chrome.framework             0x009b0e66 ChromeMain + 9349350
    6   com.google.Chrome.framework             0x0099780b ChromeMain + 9245323
    7   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    8   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    9   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    10  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 21:: WorkerPool/96803
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 22:: WorkerPool/96527
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 23:: WorkerPool/98311
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 24:: WorkerPool/98819
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 25:: WorkerPool/99075
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 26:: WorkerPool/104979
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 27:: WorkerPool/109059
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 28:: WorkerPool/109315
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 29:: WorkerPool/110339
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 30:: WorkerPool/110851
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e3e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework             0x009b0200 ChromeMain + 9346176
    4   com.google.Chrome.framework             0x009b7291 ChromeMain + 9374993
    5   com.google.Chrome.framework             0x009b7a9f ChromeMain + 9377055
    6   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    7   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    8   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 31:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_kernel.dylib                  0x91779126 __getattrlist + 10
    1   com.apple.CoreServicesInternal          0x919ba8bd _ZL33corePropertyProviderPrepareValuesPK7__CFURLP11__FileCachePKPK10__CFStringP PKvlSA_PP9__CFError + 521
    2   com.apple.CoreServicesInternal          0x919b6b7e _ZL22prepareValuesForBitmapPK7__CFURLP11__FileCacheP19_FilePropertyBitmapPP9__C FError + 284
    3   com.apple.CoreServicesInternal          0x919b8da5 _FSURLCopyResourcePropertyValuesAndFlags + 960
    4   com.apple.CoreFoundation                0x99a7fa4a _CFURLCopyResourcePropertyValuesAndFlags + 202
    5   com.apple.DesktopServices               0x93072e17 TFSInfo::FetchProperties() + 213
    6   com.apple.DesktopServices               0x92ff0fdb TFSInfo::Initialize(__CFURL const*) + 301
    7   com.apple.DesktopServices               0x92fdf765 TFSInfo::GetVolumeInfo(short, unsigned long, FSVolumeInfo&, TCountedPtr<TFSInfo>*) + 121
    8   com.apple.DesktopServices               0x930559cf TFSVolumeInfo::Initialize(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, bool&) + 503
    9   com.apple.DesktopServices               0x930575be TFSVolumeInfo::AddVolume(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, TCountedPtr<TFSVolumeInfo>&, bool&) + 138
    10  com.apple.DesktopServices               0x9302946b TNode::AddVolume(TCountedPtr<TVolumeSyncThread> const&, short, unsigned char, TNodePtr&) + 147
    11  com.apple.DesktopServices               0x93032260 TNode::SynchronizeVolumes(bool, TCountedPtr<TVolumeSyncThread> const&) + 472
    12  com.apple.DesktopServices               0x9303273b TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 1061
    13  com.apple.DesktopServices               0x93055135 __PostNodeTaskRequest_block_invoke_08 + 87
    14  com.apple.DesktopServices               0x93067589 ExceptionSafeBlock(void ( block_pointer)()) + 55
    15  com.apple.DesktopServices               0x930550d8 __PostNodeTaskRequest_block_invoke_0 + 86
    16  libdispatch.dylib                       0x9018fe85 _dispatch_call_block_and_release + 15
    17  libdispatch.dylib                       0x9019180b _dispatch_queue_drain + 224
    18  libdispatch.dylib                       0x901916b0 _dispatch_queue_invoke + 47
    19  libdispatch.dylib                       0x90190eb8 _dispatch_worker_thread2 + 187
    20  libsystem_c.dylib                       0x91e5bb24 _pthread_wqthread + 346
    21  libsystem_c.dylib                       0x91e5d6fe start_wqthread + 30
    Thread 32:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_kernel.dylib                  0x91779126 __getattrlist + 10
    1   com.apple.CoreServices.CarbonCore          0x9a693685 _ZL17getattrlist_retryjmPKcmP8attrlistPvmm + 136
    2   com.apple.CoreServices.CarbonCore          0x9a693ad3 GetVolFSAttributes(FSMount*, unsigned long, char const*, unsigned long, unsigned long, FSAttributeInfo*, unsigned long, unsigned long, FSVolAttributeInfo*, unsigned char*) + 606
    3   com.apple.CoreServices.CarbonCore          0x9a704dce FSMount::_getattrs(unsigned long, char const*, unsigned long, unsigned long, FSAttributeInfo*, unsigned long, unsigned char*) + 294
    4   com.apple.CoreServices.CarbonCore          0x9a67f2da FSMount::getattrs(unsigned long, char const*, unsigned long, unsigned long, FSAttributeInfo*, unsigned long, unsigned char*) + 232
    5   com.apple.CoreServices.CarbonCore          0x9a627fdc PBMakeFSRefUnicodeSync + 300
    6   com.apple.CoreServices.CarbonCore          0x9a627ea7 FSMakeFSRefUnicode + 47
    7   com.apple.LaunchServices                0x99464c97 _LSMakeDotLocalizedFSRef + 73
    8   com.apple.LaunchServices                0x99410db7 _LSCopyLocalizedSystemFolderNameForNode + 117
    9   com.apple.LaunchServices                0x99410a67 _ZL53_LSCopyNodeAttribute_DisplayNameIfDifferentFromFSNameP25LSNodeAttributeSta teCache + 295
    10  com.apple.LaunchServices                0x993fd6ff _LSCopyNodeAttribute + 242
    11  com.apple.LaunchServices                0x993fbe8c _LSCopyItemAttributeForRefInfoWithOptions + 294
    12  com.apple.LaunchServices                0x993fbd5e _LSCopyItemAttributeForRefInfo + 46
    13  com.apple.LaunchServices                0x993fbcc3 _ZL27prepareAttributeValueForKeyPK7__CFURLP11__FileCachePK10__CFStringPPKvPP9__ CFError + 163
    14  com.apple.LaunchServices                0x994108e8 _ZL33prepareDistinctLocalizedNameValuePK7__CFURLP11__FileCachePP9__CFError + 103
    15  com.apple.LaunchServices                0x99410879 _ZL25prepareLocalizedNameValuePK7__CFURLP11__FileCachePP9__CFError + 31
    16  com.apple.LaunchServices                0x993fbb7d _ZL31LSPropertyProviderPrepareValuesPK7__CFURLP11__FileCachePKPK10__CFStringPPK vlSA_PP9__CFError + 46
    17  com.apple.CoreServicesInternal          0x919b6b7e _ZL22prepareValuesForBitmapPK7__CFURLP11__FileCacheP19_FilePropertyBitmapPP9__C FError + 284
    18  com.apple.CoreServicesInternal          0x919c1217 _FSURLCopyResourcePropertyForKey + 181
    19  com.apple.CoreFoundation                0x999f18b1 CFURLCopyResourcePropertyForKey + 129
    20  com.apple.DesktopServices               0x9307317e TFSInfo::FetchProperties() + 1084
    21  com.apple.DesktopServices               0x92ff0fdb TFSInfo::Initialize(__CFURL const*) + 301
    22  com.apple.DesktopServices               0x9307cd20 TFSInfo::ResolveSharedFileListItem(unsigned long, TCountedPtr<TFSInfo>&) const + 132
    23  com.apple.DesktopServices               0x92ffaace TNode::ResolveSharedFileListAliasIfNeeded() + 324
    24  com.apple.DesktopServices               0x92fe65dc TNode::SynchronizeChildren(unsigned long, TNodeEventPtrSet&) + 3390
    25  com.apple.DesktopServices               0x92fe53f4 TNode::HandleSync(unsigned long) + 2176
    26  com.apple.DesktopServices               0x92fe4b47 TNode::HandleSync(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 55
    27  com.apple.DesktopServices               0x930326e8 TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 978
    28  com.apple.DesktopServices               0x93055135 __PostNodeTaskRequest_block_invoke_08 + 87
    29  com.apple.DesktopServices               0x93067589 ExceptionSafeBlock(void ( block_pointer)()) + 55
    30  com.apple.DesktopServices               0x930550d8 __PostNodeTaskRequest_block_invoke_0 + 86
    31  libdispatch.dylib                       0x9018fe85 _dispatch_call_block_and_release + 15
    32  libdispatch.dylib                       0x9019180b _dispatch_queue_drain + 224
    33  libdispatch.dylib                       0x901916b0 _dispatch_queue_invoke + 47
    34  libdispatch.dylib                       0x90190eb8 _dispatch_worker_thread2 + 187
    35  libsystem_c.dylib                       0x91e5bb24 _pthread_wqthread + 346
    36  libsystem_c.dylib                       0x91e5d6fe start_wqthread + 30
    Thread 33:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de78 _pthread_cond_wait + 914
    2   libsystem_c.dylib                       0x91e5df7b pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreVideo                     0x996262e6 CVDisplayLink::waitUntil(unsigned long long) + 306
    4   com.apple.CoreVideo                     0x99625438 CVDisplayLink::runIOThread() + 706
    5   com.apple.CoreVideo                     0x9962515f _ZL13startIOThreadPv + 160
    6   libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    7   libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 34:: PowerSaveBlocker
    0   libsystem_kernel.dylib                  0x9177983e __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x91e5de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                       0x91e0e42c pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework             0x009b0228 ChromeMain + 9346216
    4   com.google.Chrome.framework             0x009b0e2e ChromeMain + 9349294
    5   com.google.Chrome.framework             0x009b0e66 ChromeMain + 9349350
    6   com.google.Chrome.framework             0x0099780b ChromeMain + 9245323
    7   com.google.Chrome.framework             0x00992824 ChromeMain + 9224868
    8   com.google.Chrome.framework             0x009b6ba7 ChromeMain + 9373223
    9   com.google.Chrome.framework             0x009b622c ChromeMain + 9370796
    10  libsystem_c.dylib                       0x91e59ed9 _pthread_start + 335
    11  libsystem_c.dylib                       0x91e5d6de thread_start + 34
    Thread 35:
    0   libsystem_kernel.dylib                  0x9177a02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x91e5bccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x91e5d6fe start_wqthread + 30
    Thread 36:
    0   libsystem_kernel.dylib                  0x9177a02e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x91e5bccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x91e5d6fe start_wqthread + 30
    Thread 37:: Dispatch queue: TSystemNotificationTask
    0   com.apple.Symbolication                 0x92fdb1de +[VMUTask pidIsTranslated:].mibForClassic + 30
    1   com.apple.DesktopServices               0x9302a209 TNode::HandleChange(char*, unsigned long, TCountedPtr<TVolumeSyncThread> const&) + 505
    2   com.apple.DesktopServices               0x92ff12a6 TSystemNotificationTask::HandleFileChanged(__FSEventStream const*, void*, unsigned long, void*, unsigned long const*, unsigned long long const*) + 92
    3   com.apple.CoreServices.CarbonCore          0x9a61354d implementation_callback_rpc + 1876
    4   com.apple.CoreServices.CarbonCore          0x9a612d65 _Xcallback_rpc + 487
    5   com.apple.CoreServices.CarbonCore          0x9a612b73 FSEventsD2F_server + 155
    6   com.apple.CoreServices.CarbonCore          0x9a6553bd receive_and_dispatch_rcv_msg + 217
    7   libdispatch.dylib                       0x90194cc2 _dispatch_source_invoke + 642
    8   libdispatch.dylib                       0x901916be _dispatch_queue_invoke + 61
    9   libdispatch.dylib                       0x901917dc _dispatch_queue_drain + 177
    10  libdispatch.dylib                       0x901916b0 _dispatch_queue_invoke + 47
    11  libdispatch.dylib                       0x90190eb8 _dispatch_worker_thread2 + 187
    12  libsystem_c.dylib                       0x91e5bb24 _pthread_wqthread + 346
    13  libsystem_c.dylib                       0x91e5d6fe start_wqthread + 30
    Thread 2 crashed with X86 Thread State (32-bit):
      eax: 0x03abd4a0  ebx: 0x009608c1  ecx: 0x03abd4a0  edx: 0x03b81b20
      edi: 0x00000d07  esi: 0x00000001  ebp: 0xb0206f98  esp: 0xb0206cb0
       ss: 0x00000023  efl: 0x00010246  eip: 0x00960ce7   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x03abd4d0
    Logical CPU: 1
    Binary Images:
       0xbf000 -    0xbfff7 +com.google.Chrome (14.0.835.35 - 835.35) <65D8E9FF-5695-5D61-2FA6-7B58B4E61123> /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
       0xc4000 -  0x3523f6f +com.google.Chrome.framework (14.0.835.35 - 835.35) <11DFD9DB-0D6D-5A7B-03FB-FE7BC8F18E25> /Applications/Google Chrome.app/Contents/Versions/14.0.835.35/Google Chrome Framework.framework/Google Chrome Framework
    0x390c000 -  0x39b9ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x3ac6000 -  0x3ad1fff +com.google.Keystone.Registration (1.0.9 - 1.0.9.2865) <B824317F-34B3-C47B-A05C-01107B03BC1A> /Applications/Google Chrome.app/Contents/Versions/14.0.835.35/Google Chrome Framework.framework/Frameworks/KeystoneRegistration.framework/KeystoneRegistrat ion
    0x4d2f000 -  0x4e26ffb  libGLProgrammability.dylib (??? - ???) <560A7F12-1AA6-35E1-A922-309016BF6D3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x4e4c000 -  0x4e79ff8  GLRendererFloat (??? - ???) <BBFAA220-4A07-3CDC-9A93-DF6A2220AE01> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x77d1000 -  0x77d6ffe  libgermantok.dylib (??? - ???) <465F8E0F-0AED-3D8A-A852-22549742C6E9> /usr/lib/libgermantok.dylib
    0x77da000 -  0x77dcfff  com.apple.AddressBook.LocalSourceBundle (1.1 - 1043) <49FCCD0A-6436-3C81-8773-06A52EFE3F19> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x77e1000 -  0x77e4ffe  com.apple.DirectoryServicesSource (1.1 - 1043) <043271EB-0EAD-33D8-A1E4-F5F6E3DCCD32> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
    0x8539000 -  0x86a6ff0  GLEngine (??? - ???) <3C6D5F72-9CDA-37E2-B085-7F38C99FE8C5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x9fed000 -  0x9ff2fe2  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <C9714E84-87B3-3EF4-A598-758522D1DB25> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x9ff9000 -  0x9ffbfff  libCoreFSCache.dylib (??? - ???) <8CC7923C-BD40-3A87-A295-0EAC7760800E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0xa013000 -  0xa013ffb +cl_kernels (??? - ???) <C1930492-FAF5-4F84-BBE8-59B0017326C6> cl_kernels
    0xa

    Try setting up another admin user account to see if the same problem continues. If Back-to-My Mac is selected in System Preferences, the Guest account will not work. The intent is to see if it is specific to one account or a system wide problem. This account can be deleted later.
    Isolating an issue by using another user account
    If the problem is still there, try booting into the Safe Mode.  Shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application unistaller. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About
    General information.
    Isolating issues in Mac OS X
    Troubleshooting Permission Issues
    Step by Step to Fix Your Mac

  • How do you change the ordering of data in the iPhone Addressbook?

    I have noticed that when I manually enter contact information into the iphone addressbook I can control the order in which numbers appear. For example I like to have my phone numbers in the order, Work -> Home -> Mobile -> Fax. On the desktop addressbook client I have set it up this way, but when I sync to the iPhone the numbers seem to come into the contact in any number of orders, with no descernable pattern. Anyone know of a way to fix this other than modifying each contact by hand on the iPhone?
    Moving forward apple should configure the sync to honor the order the desktop Addressbook has them configured in.

    Super fast resolution per Tiffany of Apple Support (Thanks, Tiffany!) - it's a bug in the Slideshow Button featured at the bottom of Albums and Events windows. You will need to create an actual slideshow, as follows:
    Select the images you want to use --> chose "Add To" --> "Slideshow"--> "New" or chose an existing slideshow.
    You will be able to manipulate your slideshow options (theme, music, order, etc) from there.

  • Authentication problem - solved, but maybe a bug in Mac OS X?

    Hi,
    I've a rather small installation with only a handful of users configured on a Mac mini (Mac OS X Server, 10.6.8). All of them use the mail, calendar and addressbook server on the Mac, nothing more. They use it with Mac, iPhone and iPad. Everything worked fine for months but suddenly all of them were faced authentication problems: it was not possible to login on the imap server, the calendar server, the addressbook server. It was possible to login using the admin account on the server directly. Moreover, all users disappeared from the workgroup manager, however they still were available on the servers LDAP server and findable using ldapsearch.
    First, I used to completely restart the server to solve the problem, but it reappeared after only few hours again.
    Second, after understanding more about the authentication process, I found the "killall DirectoryService" was sufficient to solve the problem, but it still reappeared after few hours.
    Then I found the, once the problem occured, there was nearly no more communication to the local LDAP server on port 389 on localhost. When everything was working fine, the was a lot of such communication, including queries for usernames, when a login attempt was made. I started a "tcpdump -n -i lo0 port 389" and waited for the problem again. After the problem occured, I found in the pcap files that there were a few final query attempts, actually attempts the open a port 389 TCP connection to the slapd running on localhost, which were answered with a TCP RST. Then, no more attempts were made until l restarted the DirectoryService. Using the logfile of the slapd I found that this happened exactly at the time the slapd was stopped and restarted. And - surprisingly for me - stopping and restarting the slapd happened exactly once an hour.
    I then found that it happened exactly at the time the time machine backup process was started and indeed it was possible to trigger the event of restarting the slapd by manually starting a time machine backup.
    (Indeed, I switched my backup strategy from SuperDuper to time machine the other day and maybe that was the time the problem occured for the first time. I know that time machine is not considered as the best backup strategy for a server but I wanted to try on my own.)
    Google helped my to find a hint that time machine will actually stop and restart slapd - which is a generally a good idea, since otherwise a backup from some open database files would be made, which could work but may fail. So, I thing, someone of the developers thought about that problem too and has considered time machine for backups of a server.
    However, a not running slapd can not answer queries from a DirectoryService and a stopping or starting process might indeed end up with TCP SYNs answered with TCP RST.
    My solution was to disable time machine again and from that time the problem does not occur again.
    I'm wondering why the DirectoryService process isn't starting to query the slapd again after a failed connection. Isn't this a bug? After this experience I consider time machine as not only the not preferred backup solution for a server but as completely incompatible with Mac OS X server - although, as I said, it seems that someone thought about backing up the LDAP database using time machine.
    (On a Lion server this problem does not occur, the slapd will not be stopped and restarted when time machine is running. Moreover, I saw a com.apple.slapd.start notification in the slapd.log ... maybe this tells DirectoryService to try again.)
    Cheers,
    Wolfgang

    Another problem I found with the MacOS X key bindings: the 6 key doesn't work!
    In the config that ships with SQL Developer, I found this:
    <Item class="oracle.javatools.util.Pair">
    <first class="java.lang.String">DOCUMENT_6_CMD_ID</first>
    <second class="oracle.ide.keyboard.KeyStrokes">
    <data>
    <Item class="javax.swing.KeyStroke">6</Item>
    </data>
    </second>
    </Item>
    which should be:
    <Item class="oracle.javatools.util.Pair">
    <first class="java.lang.String">DOCUMENT_6_CMD_ID</first>
    <second class="oracle.ide.keyboard.KeyStrokes">
    <data>
    <Item class="javax.swing.KeyStroke">meta 6</Item>
    </data>
    </second>
    </Item>

  • Broken AppleScript for tab delimited importing into AddressBook

    I have a tab delimited file that is not quite ready to import into AddressBook - it needs some massaging first (field merging, context sensitive edits etc.). A book (OS X Missing Manual) referred me to some AppleScripts used by AddressBook which are located in:
    /Library/Scripts/Address Book Scripts/Address Importers
    So I modified the "Tab Delimited Text File.scpt" file contained in there to accommodate all of the field merging etc. that I needed to do, but when I run the script it doesn't do anything. In fact, ALL of the scripts in that place just bring up a dialog box describing their capabilities, and then just quit. The book says these scripts work great... Would some kind soul please let me know how to run these scripts so I can point them to a tab delimited text file and do the import. Note that I'm able to figure out how to do my local changes in the AppleScript code, but I'm a total novice in AppleScript itself (but I can program well in other languages). I figure that because none of the scripts in that directory run, the error isn't mine (yet).
    Thanks,
    Mick

    Sorry for the late reply - I had already figured out that the scripts were subroutines, but also thought they might run solo (they didn't). Another surprise was that the parent routine (/Library/Scripts/Mail Scripts/Import Addresses.scpt) was hard coded to call the children scripts in the Mail directory instead of the Address Book directory. I'm not clear if that's a bug on Apple's side...
    Anyway, I got it all working. The import procedure was excruciating slow - it took well over an hour! The next time I get an update of the database to import I'm coding something up in awk instead of an AppleScript.
    Thanks again for your help.

  • Crash while trying to export on Leopard (New bug)

    Note that this bug seems to be slightly different then the bug referenced in the post "Aperture 1.5.6 Crashing with Leopard". In my case, just selecting "Export > Export Version" from either the "File" menu or the contextual menu causes Aperture to crash. The Export dialog never gets displayed. The stack crawl is also slightly different then the one shown in the above mentioned post.
    This is the first time I've used Aperture since installing Leopard a few weeks ago. My Leopard installing was an "Archive and Install" one, and I've since picked up the 10.5.1 update. I've run "Repair Permissions" as well as deleted my old Aperture preferences from ~/Library, but the crash persists. A crash report has been submitted as well.
    As it stands, I cannot export any photos at all from within Aperture. This goes for both managed photos as well as referenced photos. Any help would be appreciated.
    Kenny
    (Abbreviated Crash Log)
    Process: Aperture [7664]
    Path: /Applications/Aperture.app/Contents/MacOS/Aperture
    Identifier: com.apple.Aperture
    Version: 1.5.6 (1.5.6)
    Build Info: Aperture-710231815~3
    Code Type: X86 (Native)
    Parent Process: launchd [136]
    Date/Time: 2007-11-30 01:58:28.814 -0800
    OS Version: Mac OS X 10.5.1 (9B18)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNPROTECTIONFAILURE at 0x00000000bf7fffcc
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libSystem.B.dylib 0x92673970 tinymalloc_from_freelist + 22
    1 libSystem.B.dylib 0x9266c82d szone_malloc + 180
    2 libSystem.B.dylib 0x9266c738 malloczonemalloc + 81
    3 com.apple.CoreFoundation 0x923e3491 _CFRuntimeCreateInstance + 145
    4 com.apple.CoreFoundation 0x923fb291 __CFStringCreateImmutableFunnel3 + 737
    5 com.apple.CoreFoundation 0x923fc3ae CFStringCreateWithBytes + 94
    6 com.apple.Foundation 0x94fc1f1d -[NSPlaceholderString initWithBytes:length:encoding:] + 61
    7 com.apple.Foundation 0x94fc1e6e +[NSString stringWithUTF8String:] + 110
    8 com.apple.Foundation 0x94fcb148 NSStringFromClass + 72
    9 com.apple.prokit.LeopardPanels 0x1371d0a6 indexFromPoint + 4731
    10 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    11 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    12 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    13 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    14 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    15 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    16 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    17 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    18 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    19 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    20 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    21 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    22 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    23 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    24 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    25 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    26 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    27 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    28 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    29 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    30 com.apple.prokit.LeopardPanels 0x1371d0e8 indexFromPoint + 4797
    Binary Images:
    0x1000 - 0x4c0fcc com.apple.Aperture 1.5.6 (1.5.6) /Applications/Aperture.app/Contents/MacOS/Aperture
    0x592000 - 0x6e9feb com.apple.prokit 4.1 (699.3) <0c44068f8274f63020bc12b71e43fd53> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x7c1000 - 0x800fff com.apple.vmutils 4.1 (104) <2fcd53ce313bb6050bfaf0ac6c1b5ead> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x822000 - 0x8ebff5 com.apple.DiscRecording 4.0 (4000.4.10) <d4130992c67baeb1ec39e6b63e080550> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x956000 - 0x981ff7 com.apple.DiscRecordingUI 4.0 (4000.4.10) <f7d79479e05b83b6b5af98cc92308bdb> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x99f000 - 0x9cfffb com.apple.DiskManagement 2.1 (152) <1a71c02f082a80656961486251b15074> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    0x9f1000 - 0x9f8fdf com.apple.NetServices.BDControl 1.0.4 (1.0.4) /Applications/Aperture.app/Contents/NetServices/Frameworks/BDControl.framework/ Versions/A/BDControl
    0xa02000 - 0xa05fff com.apple.NetServices.BDRuleEngine 1.0.1 (1.0.1) /Applications/Aperture.app/Contents/NetServices/Frameworks/BDRuleEngine.framewo rk/Versions/A/BDRuleEngine
    0xa0c000 - 0xa67fef com.apple.NetServices.NetServices 6.0 (6.0) /Applications/Aperture.app/Contents/NetServices/Frameworks/NetServices.framewor k/Versions/A/NetServices
    0xab1000 - 0xaf4ffb com.apple.DotMacKit 1.2 (1.2) /Applications/Aperture.app/Contents/Frameworks/DotMacKit.framework/Versions/A/D otMacKit
    0xb21000 - 0xb28ff3 com.apple.AEProfiling 1.2 (14.2) /Applications/Aperture.app/Contents/Frameworks/AEProfiling.framework/Versions/A /AEProfiling
    0xb30000 - 0xb41ff7 com.apple.AERegistration 1.2 (58.2) /Applications/Aperture.app/Contents/Frameworks/AERegistration.framework/Version s/A/AERegistration
    0xb50000 - 0xb5cfff com.apple.PluginManager 1.6 (28) /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0xb68000 - 0xb9dfff com.apple.MediaKit 9.0 (391) <baf0ef1d2fb7dec226bb982c991b6b95> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0xbae000 - 0xbd5ffb com.apple.framework.Admin 2.1 (2.1) <06fcd173911c7ff02508570def479a41> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0xbf7000 - 0xbfcfff com.apple.SetupAssistant.International 1.5 (1.5) <34584ce150ff7a7b62fd673fe5f48486> /System/Library/PrivateFrameworks/International.framework/Versions/A/Internatio nal
    0xc05000 - 0xcfdfe0 com.apple.DiskImagesFramework 10.5.1 (192.1) <bc81cfae2611298268170f2e25ce07b3> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0xd63000 - 0xd8effb libcurl.4.dylib ??? (???) <54ada27deb3b4ff7043d8836264eca0d> /usr/lib/libcurl.4.dylib
    0xd98000 - 0xdb1fff com.apple.frameworks.preferencepanes 12.0 (12.0) <3660cd00b953f3d950e902194bfe1144> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0xf00000 - 0xf07fff +com.fsb.SafariBlock ??? (1.3) /Library/InputManagers/SafariBlock/SafariBlock.bundle/Contents/MacOS/SafariBloc k
    0xf18000 - 0xf34fff GLRendererFloat ??? (???) <5719f596b7e2c9ef8afca208544b158b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x122c3000 - 0x12444fef GLEngine ??? (???) <6106cebf02eec50e8f88c5dc936f1266> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x12472000 - 0x126d8ff5 com.apple.ATIRadeonX1000GLDriver 1.5.18 (5.1.8) <3160b40f7448b742fe1f4a988709624c> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0x1371b000 - 0x1373dff7 com.apple.prokit.LeopardPanels 4.1 (699.3) <dc1fc7fca339631b2672faa4ed1d445d> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/Leopard Panels.bundle/Contents/MacOS/LeopardPanels
    0x179ae000 - 0x17a94ff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1988d000 - 0x1988eff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x19930000 - 0x19935fff com.apple.DictionaryServiceComponent 1.1 (1.1) <8edc1180f52db18e9ddfb4e95debe61b> /System/Library/Components/DictionaryService.component/Contents/MacOS/Dictionar yService
    0x19ab9000 - 0x19b26fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1dec4000 - 0x1dec9ff3 libCGXCoreImage.A.dylib ??? (???) <978986709159e5fe9e094df5efddac1d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x1f111000 - 0x1f112fff +com.rubicode.RCWebColorPicker RCWebColorPicker 1.0 (1.0, Copyright © 2006 Carl Lindberg) /Users/kenny/Library/ColorPickers/RCWebColorPicker.colorPicker/Contents/MacOS/R CWebColorPicker
    0x1f117000 - 0x1f11cfef +net.wafflesoftware.hexcolorpicker ??? (1.2) /Library/ColorPickers/HexColorPicker.colorPicker/Contents/MacOS/HexColorPicker
    0x229ed000 - 0x229efffe com.apple.AutomatorCMM 1.1 (153) <1437bba93b42b020c74a4fd2574b53ea> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x229f5000 - 0x229f6ffc com.apple.BluetoothMenu 2.0 (2.0f20) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
    0x229fb000 - 0x229fefff com.apple.BezelServicesFW 1.4.533 (1.4.533) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
    0x2314c000 - 0x231b9ff7 com.apple.Bluetooth 2.0 (2.0f20) <3607252944b8cd29f3e9f5a00cc32247> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x23205000 - 0x2320afff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
    0x90070000 - 0x90080fff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90081000 - 0x90088fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x90089000 - 0x900cefef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x900cf000 - 0x90108ffe com.apple.securityfoundation 3.0 (32768) <1e9885d63ced51f81bc1f39af624637d> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90372000 - 0x90390fff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
    0x903a5000 - 0x903a5ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x903a6000 - 0x90ba0fef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x90ba1000 - 0x90ba1ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90ba2000 - 0x90bc9fff libcups.2.dylib ??? (???) <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib
    0x90bca000 - 0x90f88fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90f89000 - 0x90f91fff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90f92000 - 0x90fd1fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90fd2000 - 0x9118dff3 com.apple.QuartzComposer 2.0 (106) <e31bf3733d0676dd7993afca6ce48c3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9118e000 - 0x91249fe3 com.apple.WebKit 5523.10.3 (5523.10.3) <2741777559b3948d520a4d126330dbce> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9124a000 - 0x9125eff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9125f000 - 0x9125fff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91260000 - 0x9128ffe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91293000 - 0x9130dff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9130e000 - 0x91399ff7 com.apple.QTKit 7.3 (7.3) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x913e3000 - 0x91481fef com.apple.QuickTimeImporters.component 7.3 (7.3) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x91482000 - 0x91487ffb com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x91568000 - 0x9156dfff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9156e000 - 0x9157dffe com.apple.DSObjCWrappers.Framework 1.2 (1.2) <f5b58d1d3a855a63d493ccbec417a1e9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9157e000 - 0x9158dfff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
    0x9158e000 - 0x915e8ff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x915e9000 - 0x915f0fff com.apple.agl 3.0.9 (AGL-3.0.9) <7dac4a7cb0de2f6d08ae71c1249379e3> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x915f1000 - 0x91615fff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
    0x91616000 - 0x91672ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91673000 - 0x91b88fff com.apple.WebCore 5523.10.3 (5523.10.3) <89179acba0e5ae2163d4a75ad460cbdb> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91b89000 - 0x91c15ff7 com.apple.LaunchServices 284 (284) <0fb50a7a6fd38875f727fc2592a496e4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91c16000 - 0x91ca0fff com.apple.framework.IOKit 1.5.1 (???) <5176a7383151a19c962334009fef2c6d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91d07000 - 0x9209dff7 com.apple.QuartzCore 1.5.1 (1.5.1) <deb61cbeb3f734a1b2f4669f6268b9de> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x920a3000 - 0x920a3ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x920ae000 - 0x920eaff7 com.apple.CoreMediaIOServicesPrivate 1.2 (1.2) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x920eb000 - 0x92101fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92102000 - 0x92112ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92113000 - 0x9211efe7 libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9211f000 - 0x9218efff com.apple.PDFKit 2.0 (2.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9218f000 - 0x921a7fff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x921a8000 - 0x921ccfeb libssl.0.9.7.dylib ??? (???) <acee7fc534674498dcac211318aa23e8> /usr/lib/libssl.0.9.7.dylib
    0x922a5000 - 0x922a5ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x922a6000 - 0x92358ffb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
    0x92365000 - 0x9236efff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9236f000 - 0x924a1fe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x924e7000 - 0x92524ff7 libGLImage.dylib ??? (???) <202d73e6a4688fc06ff11b71910c2ce7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92525000 - 0x9266aff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9266b000 - 0x927c5fe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
    0x927c6000 - 0x92891fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92892000 - 0x9289efff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
    0x9289f000 - 0x9294efff com.apple.DesktopServices 1.4.3 (1.4.3) <66d5ed56111c43d234e235d365d02469> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92955000 - 0x937d5ff2 com.apple.QuickTimeComponents.component 7.3 (7.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x937d6000 - 0x937d6ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x937d7000 - 0x937f5ff3 com.apple.DirectoryService.Framework 3.5 (3.5) <899d8c9ee31b004a6ff73dab88982b1a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x937f6000 - 0x93840fe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x93841000 - 0x93842ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x93843000 - 0x93924ff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
    0x93925000 - 0x93928fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93929000 - 0x9392dfff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9392e000 - 0x93af7fef com.apple.security 5.0.1 (32736) <8c9eda0fcc1d8a571543025ac900715f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93af8000 - 0x93dfefff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93dff000 - 0x93e05fff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93e06000 - 0x93f3cfe3 com.apple.imageKit 1.0 (1.0) <2f2656deebcf595b88f010ba08cef0e4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93f3d000 - 0x93f3dfff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93f3e000 - 0x93f70fff com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93fc2000 - 0x93ff3ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94024000 - 0x94434fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94483000 - 0x94516fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94555000 - 0x94561ff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94562000 - 0x945d9fe3 com.apple.CFNetwork 220 (220) <0ae8fbcbadcb9bd8d673aa4531c0fcfc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x945da000 - 0x948b3fe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x948b7000 - 0x948b8fef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x948b9000 - 0x948bbfff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x948bc000 - 0x94908fff com.apple.QuickLookUIFramework 1.0 (168.0) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x94909000 - 0x9494afe7 libRIP.A.dylib ??? (???) <bdc6d70bf4ed3dace321b4ff76a353b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9494b000 - 0x9498dfef com.apple.NavigationServices 3.5.1 (161) <cc6bd78eabf1e2e7166914e9f12f5850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9498e000 - 0x94a72ffb com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94a73000 - 0x94a96fff com.apple.CoreMediaPrivate 1.2 (1.2) <f2f275de4f50406fbebc42603399f029> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x94aa5000 - 0x94f71ffe libGLProgrammability.dylib ??? (???) <e8bc0af671427cf2b6279a035805a086> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x94f72000 - 0x94f7ffe7 com.apple.opengl 1.5.5 (1.5.5) <aa08b52d2a84b44dc6ee5d544a53fe8a> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94f80000 - 0x94f9fffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94fa0000 - 0x95219fe7 com.apple.Foundation 6.5.1 (677.1) <85ac18c7cd454378db6122bea0c00965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9521a000 - 0x9521affd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9521b000 - 0x952fafff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
    0x95318000 - 0x9531fffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x95422000 - 0x95429ff7 libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9542f000 - 0x954e5fe3 com.apple.CoreServices.OSServices 210.2 (210.2) <4ed69f07fc0f211ab32d1ee96e281fc2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x954e6000 - 0x95b7dfef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x95bb5000 - 0x95bb5ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x95bb6000 - 0x95bc4ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x95bc5000 - 0x95d43fff com.apple.AddressBook.framework 4.1 (687) <3f005092d08e963eabe8f7f66c09cc1e> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95d44000 - 0x95da1ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x95ef9000 - 0x95efefff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x95eff000 - 0x95faffff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95fb0000 - 0x962c2fe2 com.apple.QuickTime 7.3.0 (7.3.0) <adfe6f92ffe38bc57df6b8cb2e6ea9d9> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x962c3000 - 0x962f7fef com.apple.bom 9.0 (136) <b72e1fd1d3bfd8c288381adb23775fd4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x962f8000 - 0x9630efe7 com.apple.CoreVideo 1.5.0 (1.5.0) <8947e88900afa1d2ca78b69bff98b0d7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9630f000 - 0x96368fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96369000 - 0x96410fff com.apple.QD 3.11.50 (???) <e2f71720ae1dad06a8883ac80775b21a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96411000 - 0x9644bff7 com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9644c000 - 0x964deff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x964df000 - 0x9652fff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96530000 - 0x9655dfeb libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9655e000 - 0x96560ff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96561000 - 0x96685fe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96686000 - 0x966b0fef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
    0x966b1000 - 0x96778ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96779000 - 0x96822fff com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96823000 - 0x9684bff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9684c000 - 0x968cbff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x968cc000 - 0x968d7ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x968d8000 - 0x968d8ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x968d9000 - 0x968e3feb 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
    0x968e4000 - 0x96952fff com.apple.iLifeMediaBrowser 1.0.3 (194) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x96953000 - 0x96953ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x96954000 - 0x96a8cff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
    0x96a8d000 - 0x96b14ff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
    0x96c0a000 - 0x96c28ff7 com.apple.QuickLookFramework 1.0 (168.0) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96c29000 - 0x96ca5feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96ca6000 - 0x96d1afef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x96d1b000 - 0x96d51fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96d52000 - 0x96d6dffb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /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
    (End Crash Log)

    I have the exact same problem as you describe above, and from the beginning i also think it's a bug cause by leopard update, but I was wrong, the solution is both simple and crazy, you just need to remove any 3rd party "color picker" plug-in that was not compatible with Leopard from ~/Library/ColorPickers, then you are set to go, mine was the "Tangerine" plug-in that i was forget to put in trash after I uninstall the main program. After I remove it, no crash on exporting to version or to mail, hoooolaaa.
    I'm both frustrating and sad when I cannot export my image from Aperture, and I'm not sure what the connection between color picker and Aperture "export" feature, but it's finally solve my problem, this of course with the help of this post. Cheer, and by the way, I have upgraded to Aperture 2.0, woo lala, what a great software update Apple had provide after such a long wait.

  • Mail not filling in some To: addresses from Addressbook

    I just started using Mail on my 10.8 system and I notice that in the To: field, some addresses are filled in automatially when I type in the name, but some are not, even if they are present in my Addressbook (which is synchronized with an Exchange server, in case that matters). What am I missing - why isn't it picking up some entries from Addressbook?

    Sue, I'm glad you tried this. I had been considering trying what you did, but after reading your note I finally decided to give up the ghost on Apple Mail. It just got severely broken with Gmail accounts in Mavericks. Mail was never what I would call "robust" to begin with. I hate those very long "database upgrades" when you upgrade your OS. And I've had it completely fail when attempting to restore once from Time Machine, and had to get my data retrieved from my CCC (Carbon Copy Cloner) backup instead. So I feel pretty skeptical about Mail.app now.
    I'm sure Applel is aware of it, which is why they released a "fixed" update of Mail. Unfortunately it didn't fix it.
    In my case, I've switched to the Airmail mail client, available from the App Store for just $1.99. It has its own quirks, but it also has some really nice features that Mail doesn't have, and the developers seem to be more actively interested in upgrading it all the time.
    I also tried Thunderbird, which is much improved over the last time I tried it years ago, and is worth looking at, and free. But I found it rather slow compared to Airmail.
    My recommendation would be to try Airmail for now. You can also download their "beta" instead of the version from the App store. That is free, and keeps you on the leading edge of bug fixes.
    Since it is IMAP, if you don't like it, you can always go back to Mail or another client if you find something better. But at least Airmail works with Gmail and your mail reliably comes in!
    http://airmailapp.com/
    Doug
    p.s. As the OP (original poster) of this thread I think your post was appropriate and useful for me and others having the same problem you are.

  • Bug in Address Book search function?

    Here's an annoying bug in Address Book - maybe this has been noted here before.
    Like most people, I like to divide my numbers into smaller blocks for legibility - it makes them easier to memorise.
    So +49303912345 becomes + 49 30 391 2345 where the country and area codes are separated by a space.
    The problem is that if I search for 12345 it will only give me the first result as it thinks that there is a gap/empty space between the 1 and the 2.
    This is unhelpful and rather surprising - anyone else notice this - is it a bug?

    Don't think it's a bug... It's the way it works.
    Are these phone numbers? and are you entering them into the phone number field?
    If there appears a gap/empty space between the 1 and 2, then you should expect that it will think there is a gap/empty space between 1 and 2.
    Basically, AddressBook - and the other Spotlight interfaces - treat numbers the same as any other text, so that '1 2345' is no more the same as '12345' than 'a star' is the same as 'astar'.
    If you've memorized it by blocks, then it should be easier to enter it by the same blocks.
    Of course, if you want to see it change, you can always submit feedback
    Message was edited by: Mike N. (nahyunil)

  • Crashing bug

    On the family's Powerbook G3 running 10.3.9, Safari (v.1.3.2) has developed an annoying bug. It crashes every time a message window pops up, one of those "Are you sure...?" or other similar messages. It also freezes quite frequently. I can't do the normal browser troubleshooting procedures of emptying the cache and deleting cookies because it asks me if I'm sure I want to and then Safari crashes.
    I was hoping to completely delete Safari with AppDelete and reinstall, but Safari doesn't appear to be available as a full download, at least I can't find it.
    Any ideas?

    Thank you both for your very helpful suggestions.
    I have discovered a couple things. One, it is a user level problem. Safari didn't crash in the new user account.
    Two, it is not a Safari-specific problem. When I was setting up the new account, I tried to turn on "fast user switching". An "are you sure" message popped up and System Preferences crashed. To test it further, I tried something in iPhoto which I knew would bring up an "are you sure" message. iPhoto crashed too. And, not surprisingly, Safari still crashed when I removed the Safari folder and the Safari caches.
    Here's the crash log for Safari. The crash logs for System Preferences and iPhoto are different from Safari's but the same as each other. They say KERNPROTECTIONFAILURE at the beginning.
    Host Name: Dads-Computer.local
    Date/Time: 2007-05-23 11:02:01 -0700
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: Safari
    Path:
    /Applications/Safari.app/Contents/MacOS/Safari
    Version: 1.3.2 (312.6)
    PID: 455
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at
    0x85aa3880
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x908611ec
    objc_msgSend + 0xc
    1 com.apple.CoreFoundation 0x901c3880
    __CFDictionaryFindBuckets1b + 0x70
    2 com.apple.CoreFoundation 0x901d23a4
    CFDictionaryGetValueIfPresent + 0xec
    3 ....speech.synthesis.framework 0x93a70aa8
    StartSpeakingNow + 0x480
    4 com.apple.CoreFoundation 0x901c5170
    __CFRunLoopDoTimer + 0xf4
    5 com.apple.CoreFoundation 0x901c24d0
    __CFRunLoopRun + 0x5c8
    6 com.apple.CoreFoundation 0x901c69e4
    CFRunLoopRunSpecific + 0x148
    7 com.apple.HIToolbox 0x92886e10
    RunCurrentEventLoopInMode + 0xac
    8 com.apple.HIToolbox 0x9288d53c
    ReceiveNextEventCommon + 0x17c
    9 com.apple.HIToolbox 0x928af638
    BlockUntilNextEventMatchingListInMode + 0x60
    10 com.apple.AppKit 0x92e82248
    _DPSNextEvent + 0x180
    11 com.apple.AppKit 0x92e98cc8
    -[NSApplication
    nextEventMatchingMask:untilDate:inMode:dequeue:] +
    0x74
    12 com.apple.Safari 0x0000bda0 0x1000
    + 0xada0
    13 com.apple.AppKit 0x92ead048
    -[NSApplication run] + 0x21c
    14 com.apple.AppKit 0x92f69764
    NSApplicationMain + 0x1d0
    15 com.apple.Safari 0x00007fc4 0x1000
    + 0x6fc4
    16 com.apple.Safari 0x00054944 0x1000
    + 0x53944
    Thread 1:
    0 libSystem.B.dylib 0x900078b8
    machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438
    mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258
    __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4
    CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d160
    -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45d64
    -[NSRunLoop run] + 0x4c
    6 com.apple.WebKit 0x94ff3124
    +[WebFileDatabase _syncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a4b8
    forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990
    pthreadbody + 0x28
    Thread 2:
    0 libSystem.B.dylib 0x900078b8
    machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438
    mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258
    __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4
    CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d160
    -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45d64
    -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a97ffc
    +[NSURLConnection(NSURLConnectionInternal)
    _resourceLoadLoop:] + 0x20c
    7 com.apple.Foundation 0x90a6a4b8
    forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990
    pthreadbody + 0x28
    Thread 3:
    0 libSystem.B.dylib 0x900078b8
    machmsgtrap + 0x8
    1 libSystem.B.dylib 0x90007438
    mach_msg + 0x38
    2 com.apple.CoreFoundation 0x901c2258
    __CFRunLoopRun + 0x350
    3 com.apple.CoreFoundation 0x901c69e4
    CFRunLoopRunSpecific + 0x148
    4 com.apple.Foundation 0x90a2d160
    -[NSRunLoop runMode:beforeDate:] + 0xac
    5 com.apple.Foundation 0x90a45d64
    -[NSRunLoop run] + 0x4c
    6 com.apple.Foundation 0x90a9853c
    +[NSURLCache _diskCacheSyncLoop:] + 0xa8
    7 com.apple.Foundation 0x90a6a4b8
    forkThreadForFunction + 0x6c
    8 libSystem.B.dylib 0x90024990
    pthreadbody + 0x28
    Thread 4:
    0 libSystem.B.dylib 0x9000b46c select
    + 0xc
    1 com.apple.CoreFoundation 0x901c7668
    __CFSocketManager + 0x1fc
    2 libSystem.B.dylib 0x90024990
    pthreadbody + 0x28
    Thread 5:
    0 libSystem.B.dylib 0x900127f8
    syscallthreadswitch + 0x8
    1 com.apple.Foundation 0x90a332d8
    +[NSThread sleepUntilDate:] + 0x98
    2 com.apple.AppKit 0x92e7a3ec
    -[NSUIHeartBeat _heartBeatThread:] + 0x494
    3 com.apple.Foundation 0x90a6a4b8
    forkThreadForFunction + 0x6c
    4 libSystem.B.dylib 0x90024990
    pthreadbody + 0x28
    PPC Thread State:
    srr0: 0x908611ec srr1: 0x0000f030
    vrsave: 0x00000000
    cr: 0x44024488 xer: 0x2000001e lr: 0x901c3880
    ctr: 0x908611e0
    r0: 0x901c3880 r1: 0xbfffec90 r2: 0xa01c451c
    r3: 0x00010002
    r4: 0x9086ed8c r5: 0x0000000b r6: 0x00000001
    r7: 0x00000002
    r8: 0x00000002 r9: 0x0000c1ab r10: 0x00000000
    r11: 0xa3a6a340
    r12: 0x85aa3860 r13: 0x00000000 r14: 0x00000000
    r15: 0x00000001
    r16: 0x00000001 r17: 0x00000000 r18: 0xa01c1f20
    r19: 0x00000000
    r20: 0x00006263 r21: 0x00000000 r22: 0x03f49e70
    r23: 0xa3a70634
    r24: 0x00000001 r25: 0x077648f0 r26: 0x00010002
    r27: 0x00010002
    r28: 0x043180e0 r29: 0xa01c3144 r30: 0x00000000
    r31: 0x901c3820
    Binary Images Description:
    0x1000 - 0xcdfff com.apple.Safari 1.3.2 (312.6)
    /Applications/Safari.app/Contents/MacOS/Safari
    0x7c9000 - 0x7cbfff com.apple.textencoding.unicode
    1.6.4 /System/Library/TextEncodings/Unicode
    Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x3eee000 - 0x3ef0fff com.apple.PDFImporter 1.3.1
    /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x4931000 - 0x497afff
    com.apple.speech.synthesis.MacinTalkSynthesizer 3.2
    /System/Library/Speech/Synthesizers/MacinTalk.SpeechSynthesizer/Contents/MacOS/M acinTalk
    0x73230000 - 0x73233fff libmx.A.dylib
    /usr/lib/libmx.A.dylib
    0x76c02000 - 0x76c12fff com.apple.Accelerate.vecLib
    3.0.3 (vecLib 3.0.3)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra mework/Versions/A/vecLib
    0x806c0000 - 0x806e9fff libxslt.1.dylib
    /usr/lib/libxslt.1.dylib
    0x80830000 - 0x8090efff libxml2.2.dylib
    /usr/lib/libxml2.2.dylib
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib
    /usr/lib/libstdc++.6.dylib
    0x80c80000 - 0x80c88fff libgcc_s.1.dylib
    /usr/lib/libgcc_s.1.dylib
    0x82f80000 - 0x82f97fff
    com.apple.speech.SpeechDictionary 3.2
    /System/Library/PrivateFrameworks/SpeechDictionary.framework/Versions/A/SpeechDi ctionary
    0x880f0000 - 0x88226fff com.apple.vImage 1.0.0 (1.2.0)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fra mework/Versions/A/vImage
    0x88ed0000 - 0x88edcfff com.apple.agl 2.5 (AGL-2.5)
    /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x8fc90000 - 0x8fc90fff com.apple.Accelerate 1.0.3
    (Accelerate 1.0.3)
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90000000 - 0x9014ffff libSystem.B.dylib
    /usr/lib/libSystem.B.dylib
    0x901c0000 - 0x9026efff com.apple.CoreFoundation 6.3.9
    (299.37)
    /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x902b0000 - 0x90529fff
    com.apple.CoreServices.CarbonCore 10.3.7
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCo re.framework/Versions/A/CarbonCore
    0x905a0000 - 0x90610fff com.apple.framework.IOKit
    1.3.6 (???)
    /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90640000 - 0x906c8fff
    com.apple.CoreServices.OSServices 3.0.1
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServic es.framework/Versions/A/OSServices
    0x9071d000 - 0x9072cfff libPSRIP.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C oreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x90733000 - 0x90740fff com.apple.CommonPanels 1.2.1
    (1.0)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.f ramework/Versions/A/CommonPanels
    0x90810000 - 0x90810fff com.apple.ApplicationServices
    1.0 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationS ervices
    0x90812000 - 0x9084afff com.apple.LaunchServices
    10.3.5 (98.4)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L aunchServices.framework/Versions/A/LaunchServices
    0x90860000 - 0x908cffff libobjc.A.dylib
    /usr/lib/libobjc.A.dylib
    0x90940000 - 0x909b3fff com.apple.DesktopServices
    1.2.5
    /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Deskt opServicesPriv
    0x90a02000 - 0x90a0dfff com.apple.securityhi 1.2 (90)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fra mework/Versions/A/SecurityHI
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.8
    (500.61)
    /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c32000 - 0x90c4cfff libresolv.9.dylib
    /usr/lib/libresolv.9.dylib
    0x90c70000 - 0x90c8afff libGL.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90cb0000 - 0x90d12fff libGLU.dylib
    /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration
    1.7.1 (???)
    /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfig uration
    0x90d7c000 - 0x90d8cfff
    com.apple.speech.recognition.framework 3.3
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognit ion.framework/Versions/A/SpeechRecognition
    0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8
    /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90dd0000 - 0x90df0fff
    com.apple.DirectoryService.Framework 1.7.2
    /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServic e
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???)
    /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9102d000 - 0x91045fff com.apple.WebServices 1.1.1
    (1.1.0)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServi cesCore.framework/Versions/A/WebServicesCore
    0x910e0000 - 0x91134fff com.apple.bom 1.2.8 (64.2)
    /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91141000 - 0x91141fff com.apple.CoreServices 10.3
    /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91242000 - 0x9124bfff com.apple.DiskArbitration
    2.0.5
    /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbit ration
    0x912e0000 - 0x912f7fff com.apple.LangAnalysis 1.5.4
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/L angAnalysis.framework/Versions/A/LangAnalysis
    0x913a0000 - 0x9145ffff ColorSync
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C olorSync.framework/Versions/A/ColorSync
    0x915bb000 - 0x915d1fff com.apple.QuartzCore 1.3
    /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x915e0000 - 0x91699fff com.apple.QD 3.4.72 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/Q D.framework/Versions/A/QD
    0x916f0000 - 0x91728fff com.apple.AE 1.4
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A E.framework/Versions/A/AE
    0x91760000 - 0x917f3fff
    com.apple.print.framework.PrintCore 3.3
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/P rintCore.framework/Versions/A/PrintCore
    0x91836000 - 0x91853fff com.apple.audio.SoundManager
    3.9
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.fr amework/Versions/A/CarbonSound
    0x9194f000 - 0x9194ffff
    com.apple.audio.units.AudioUnit 1.3.3
    /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91970000 - 0x919befff
    com.apple.print.framework.Print 3.3
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewor k/Versions/A/Print
    0x91a40000 - 0x91ab3fff com.apple.NavigationServices
    3.3.3
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServ ices.framework/Versions/A/NavigationServices
    0x91afb000 - 0x91b0bfff com.apple.ImageCapture 2.1.5
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.f ramework/Versions/A/ImageCapture
    0x91b30000 - 0x91b44fff libCGATS.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C oreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91b60000 - 0x91b6bfff libCSync.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C oreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91c8e000 - 0x91d46fff
    com.apple.audio.toolbox.AudioToolbox 1.3.4
    /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x92070000 - 0x92096fff com.apple.FindByContent 1.4
    (1.2)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/F indByContent.framework/Versions/A/FindByContent
    0x92170000 - 0x92357fff com.apple.security 2.4 (179)
    /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.4
    (71.11)
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwor k.framework/Versions/A/CFNetwork
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fram ework/Versions/A/HIToolbox
    0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1
    (0.0.1d1)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/H IServices.framework/Versions/A/HIServices
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.11
    (743.43)
    /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93680000 - 0x93958fff com.apple.CoreGraphics
    1.203.30 (???)
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C oreGraphics.framework/Versions/A/CoreGraphics
    0x939d0000 - 0x939d4fff libmathCommon.A.dylib
    /usr/lib/system/libmathCommon.A.dylib
    0x93a50000 - 0x93a64fff libcups.2.dylib
    /usr/lib/libcups.2.dylib
    0x93a6a000 - 0x93a7dfff
    com.apple.speech.synthesis.framework 3.2
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/S peechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93aa0000 - 0x93b87fff
    com.apple.AddressBook.framework 1.1.2 (321)
    /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x940c0000 - 0x940fcfff com.apple.LDAPFramework 1.3.4
    (37.4.2)
    /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9438a000 - 0x943a4fff com.apple.openscripting 1.2.1
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting. framework/Versions/A/OpenScripting
    0x94580000 - 0x94590fff libsasl2.2.0.1.dylib
    /usr/lib/libsasl2.2.0.1.dylib
    0x94594000 - 0x945a0fff com.apple.help 1.0.1
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework /Versions/A/Help
    0x945b0000 - 0x945b9fff libz.1.dylib
    /usr/lib/libz.1.dylib
    0x94610000 - 0x9462afff libPDFRIP.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C oreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x94650000 - 0x946affff com.apple.SearchKit 1.0.2
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKi t.framework/Versions/A/SearchKit
    0x946ed000 - 0x94700fff libRIP.A.dylib
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/C oreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94720000 - 0x94721fff com.apple.securityfoundation
    1.0 (6)
    /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFound ation
    0x94800000 - 0x9488cfff com.apple.ink.framework
    101.1.4 (55.12)
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/ Versions/A/Ink
    0x948b0000 - 0x948e1fff com.apple.securityinterface
    1.0 (39)
    /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterf ace
    0x94c40000 - 0x94c4ffff
    com.apple.DSObjCWrappers.Framework 1.0
    /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrap pers
    0x94fe0000 - 0x95078fff com.apple.WebKit 1.2 (312.8)
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9537a000 - 0x95442fff libcrypto.0.9.7.dylib
    /usr/lib/libcrypto.0.9.7.dylib
    0x954c0000 - 0x95ac6fff libBLAS.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra mework/Versions/A/libBLAS.dylib
    0x95b20000 - 0x95df0fff libLAPACK.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra mework/Versions/A/libLAPACK.dylib
    0x95f00000 - 0x95f20fff libvMisc.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra mework/Versions/A/libvMisc.dylib
    0x961b0000 - 0x96292fff com.apple.JavaScriptCore 1.2
    (312.3.2)
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCore .framework/Versions/A/JavaScriptCore
    0x968d0000 - 0x969b2fff libicucore.A.dylib
    /usr/lib/libicucore.A.dylib
    0x96a04000 - 0x96a6dfff com.apple.htmlrendering 1.1.2
    /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering. framework/Versions/A/HTMLRendering
    0x96aa0000 - 0x96acefff libssl.0.9.7.dylib
    /usr/lib/libssl.0.9.7.dylib
    0x96b50000 - 0x96bdffff ATS
    /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/A TS.framework/Versions/A/ATS
    0x96c00000 - 0x96c67fff com.apple.audio.CoreAudio
    2.1.3
    /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96cb0000 - 0x96d9efff libiconv.2.dylib
    /usr/lib/libiconv.2.dylib
    0x96de0000 - 0x96df0fff com.apple.vecLib 3.0.3 (vecLib
    3.0.3)
    /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96ee0000 - 0x96ee8fff libbsm.dylib
    /usr/lib/libbsm.dylib
    0x96eec000 - 0x971bbfff com.apple.QuickTime 7.1.3
    /System/Library/Frameworks/QuickTime.framework/QuickTime
    0x97345000 - 0x973b2fff libvDSP.dylib
    /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fra mework/Versions/A/libvDSP.dylib
    0x973c7000 - 0x976b8fff com.apple.WebCore 1.2
    (315.14.6)
    /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framew ork/Versions/A/WebCore
    0x97843000 - 0x981fafff
    com.apple.QuickTimeComponents.component 7.1.3
    /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTime Components

  • How come mountain lion reminders tell me a birthday is today when the date is tomorrow in addressbook

    I have just installed mountain lion.  for some reason i get two alerts for the birthday of a friend, one implying that it is today and one that it is tomorrow.  I checked in addressbook and the birthday of that friend is correctly input as tomorrow.
    is this a bug or is there a problem on my setup?
    paul

    As you can see below, it is set up to remind me the day before but the problem is that the entry is TWICE in the calendar, it is therefore reminding me both for today's entry and tomorrow's entry. In addressbook, i checked and she is only ONCE with ONE birthday.
    p

Maybe you are looking for

  • Problem With Booleans and Threads

    Since using the .stop() and .resume() properties of a thread are dangerous, I resorted to using Booleans.... I can get it to stop just fine by setting "keepGoing" to false. That works... But when I set the boolean to true... nothing happens. I think

  • Can I get my money back please

    I have allready waisted over 10 hours on that software and the person at the store say that "Sofware can't be return" if the box is open 200$ is a lot of money for me so please Mr Adobe can you fix it or give me my money back, Already try the softwar

  • How to import an XML file

    Hi guys I want to import an XML file in the physical layer of BI administration tool; after i need to import some oracle table in order to define some relations between thw oracle tabel and the xml file. What are the steps that i need to follow/execu

  • Missing images in CC

    I received and Illustrator file that says images are missing when opening in CC but in CS6 they open fine as embedded images how do I fix this? The file was saved as an .ai format.

  • How to handle exception on a backing bean constructor ?

    Hello, I would like to handle the exceptions throw on the constructor of a backing bean, and redirect the user to a "service not available" page. When I use "request.sendRedirect()" method to redirect the user to such page, I logically got an "Illega