Zoneadm attach -u  assertion

Hi,
After applying patch 141716-01, an update to zoneadm, I get this exception when I invoke zoneadm attach -u
root@tony:/export# zoneadm -ztemplate attach -u
Assertion failed: strcmp(dst_patch->zpe_vers, src_patch->zpe_vers) >= 0, file sw_cmp.c, line 1198
I don't get the assertion when I back out the patch.
Any ideas? Should I file a bug report somewhere?
Thanks

if you have a support contract, i would open one. [http://sunsolve.sun.com/search/document.do?assetkey=1-21-141716-01-1] doesnt list any special instructions to install this

Similar Messages

  • Looking for information on best practices using Live Upgrade to patch LDOMs

    This is in Solaris 10. Relatively new to the style of patching... I have a T5240 with 4 LDOMS. A control LDOM and three clients. I have some fundamental questions I'd like help with..
    Namely:
    #1. The Client LDOMS have zones running in them. Do I need to init 0 the zone or can I just +zoneadm zone halt+ them regardless of state? I.E. if it's running a database will halting the zone essentially snapshot it or will it attempt to shut it down. Is this even a nessessary step.
    #2. What is the reccommended reboot order for the LDOMs? do I need to init 0 the client ldoms and the reboot the control ldom or can I leave the client LDOM's running and just reboot the control and then reboot the clients after the control comes up?
    #3. Oracle. it's running in several of the zones on the client LDOM's what considerations need to be made for this?
    I am sure other things will come up during the conversation but I have been looking for an hour on Oracle's site for this and the only thing I can find is old Sun Docs with broken links.
    Thanks for any help you can provide,
    pipelineadmin+*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Before you use live upgrade, or any other patching technique for Solaris, please be sure to read http://docs.oracle.com/cd/E23823_01/html/E23801/index.html which includes information on upgrading systems with non-global zones. Also, go to support.oracle.com and read Oracle Solaris Live Upgrade Information Center [ID 1364140.1]. These really are MANDATORY READING.
    For the individual questions:
    #1. During the actual maintenance you don't have to do anything to the zone - just operate it as normal. That's the purpose of the "live" in "live upgrade" - you're applying patches on a live, running system under normal operations. When you are finisihed with that process you can then reboot into the new "boot environment". This will become more clear after reading the above documents. Do as you normally would do before taking a planned outage: shut the databases down using the database commands for a graceful shutdown. A zone halt will abruptly stop the zone and is not a good idea for a database. Alternatively, if you can take application outages, you could (smoothly) shutdown the applications and then their domains, detach the zones (zoneadm detach) and then do a live upgrade. Some people like that because it makes things faster. After the live upgrade you would reboot and then zoneadm attach the zones again. The fact that the Solaris instance is running within a logical domain really is mostly besides the point with respect to this process.
    As you can see, there are a LOT of options and choices here, so it's important to read the doc. I ***strongly*** recommend you practice on a test domain so you can get used to the procedure. That's one of the benefits of virtualization: you can easily set up test environments so you cn test out procedures. Do it! :-)
    #2 First, note that you can update the domains individually at separate times, just as if they were separate physical machines. So, you could update the guest domains one week (all at once or one at a time), reboot them into the new Solaris 10 software level, and then a few weeks later (or whenever) update the control domain.
    If you had set up your T5240 in a split-bus configuration with an alternate I/O domain providing virtual I/O for the guests, you would be able to upgrade the extra I/O domain and the control domain one at a time in a rolling upgrade - without ever having to reboot the guests. That's really powerful for providing continuous availability. Since you haven't done that, the answer is that at the point you reboot the control domain the guests will lose their I/O. They don't crash, and technically you could just have them continue until the control domain comes back up at which time the I/O devices reappear. For an important application like a database I wouldn't recommend that. Instead: shutdown the guests. then reboot the control domain, then bring the guest domains back up.
    3. The fact that Oracle database is running in zones inside those domains really isn't an issue. You should study the zones administration guide to understand the operational aspects of running with zones, and make sure that the patches are compatible with the version of Oracle.
    I STRONGLY recommend reading the documents mentioned at top, and setting up a test domain to practice on. It shouldn't be hard for you to find documentation. Go to www.oracle.com and hover your mouse over "Oracle Technology Network". You'll see a window with a menu of choices, one of which is "Documentation" - click on that. From there, click on System Software, and it takes you right to the links for Solaris 10 and 11.

  • Unable to update zones after migrating from SRU13 to Solaris 11 Release

    When attempting to migrate to 11-release, I ran into a bizarre problem when I began to migrate my zones to the new format. It would appear that there is an erroneous and hardcoded pkg publisher somewhere in the toolchain. During a zoneadm attach -u:
    [Saturday, November 12, 2011 05:40:38 AM UTC] Sanity Check: Passed. Looks like a Solaris system.
    [Saturday, November 12, 2011 05:40:38 AM UTC] Zone BE root dataset: data/zones/rooter/rpool/ROOT/zbe-8
    [Saturday, November 12, 2011 05:40:39 AM UTC] Cache: Using /var/pkg/publisher.
    [Saturday, November 12, 2011 05:40:39 AM UTC] Updating image format
    pkg: 1/2 catalogs successfully updated:
    http protocol error: code: 400 reason: Bad Request
    URL: 'http://localhost:10000/za100/catalog/1/catalog.attrs'.
    [Saturday, November 12, 2011 05:40:51 AM UTC] ERROR: Updating image format failed
    Note that I do not have any such publisher configured:
    # pkg publisher
    PUBLISHER TYPE STATUS URI
    solaris origin online http://pkg.oracle.com/solaris/release/
    Any thoughts?

    In the global zone, run:
    # svcs svc:/application/pkg/system-repository:default svc:/application/pkg/zones-proxyd:defaultIf one of those services is not online, you will see this problem. If the service is in maintenance:
    # svcadm clear <service>If it is disabled:
    # svcadm enable <service>

  • File /etc/hosts in the zone replaced aft patching

    Hi ALL,
    I've had this problem after patching on gloabal zone and attach -u of the zone..
    The file /etc/hosts of the zone has been replaced with the same file of the global.
    What could be happens ??
    Regards
    Max
    Edited by: 878770 on 11-ago-2011 1.47
    Edited by: 878770 on 11-ago-2011 3.03

    I also had a case where zoneadm attach -u changed the hostname of a zone from FQDN, i.e. "zonename.mydomain.com", to just "zonename".
    Never bothered to figure out why, but it caused an application to fail..
    .7/M.
    Edited by: abrante on Aug 11, 2011 12:26 PM
    Update: after writing this post i changed the zone for a sysidcfg file, and it had a sysidcfg file which set the hostname to just 'zonename', so this was also caused by a /etc/sysidcfg file.

  • ZFS dataset issue after zone migration

    Hi,
    I thought I'd document this as I could not find any references to people having run into this problem during zone migration.
    Last night I moved a full-root zone from a Solaris 10u4 host to a Solaris 10u7 host. It has a delegated zfs pool.
    The migration was smooth, with a zoneadm halt, followed by a zoneadm detach on the other node.
    An unmount of the ufs SAN LUN (which contained the zone root) on host A and a mount on host B (which is sharing the storage between the two nodes).
    The zoneadm attach worked after complaining about missing patches and packages (since the zone was Solaris 10 u4 as well).
    A zoneadm attach -F started the zone on host B, but did not detect the ZFS pool.
    After searching for possible fixes, trying to identify the issue, I halted the zone again on host B and did a zoneadm attach -u (which upgraded the zone to u7).
    At which point, a zoneadm attach and zoneadm boot resulted in the ZFS dataset being visible again...
    In all a smooth process, but I got a couple of gray hairs on my head trying to figure out what the problem with seeing the dataset after force-attaching the zone was...
    Any insights from Sun Gurus are welcome.

    I am looking at a similar migration scenario, so my question is did you get the webserver back up as well?
    Cheers,
    Davy

  • Mail attachment assertion failure Yosemite - Mail app bug

    Hi,
    I am facing a very annoying issue with Mail app. Since the upgrade to Yosemite, I am unable to save attachments with the "save all" button and the drag and drop is not working properly (sometime freezing the mail app for a minute). I am using Yosemite 10.10.2
    I tried every fix I have read online, such as :
    - rebuild mailboxes
    - repair permissions
    - remove 3 enveloppe index files in .../V2/MailData
    - reindex spotlight
    - run the command to repair permissions & reset home directory permissions and ACL (from this post : Mavericks Mail "Save Attachement..." doesn't work)
    - onyx automations...
    Nothing presented above fixed the problem.
    Here are the console logs related to the issue :
    20/02/2015 03:38:49,690 mdwrite[4655]: -[MDKeyRing initWithService:label:comment:] (/SourceCache/Spotlight/Spotlight-917.1/xpc-services/mdwrite/MDKeyRing.m:294) failed assertion -- Couldn't add Spotlight Metadata Privacy password to keychain! [osErr:-25295]
    20/02/2015 03:38:49,973 Mail[4088]: Metadata.framework [Error]: error Connection interrupted
    20/02/2015 03:38:49,973 Mail[4088]: *** Assertion failure in -[MailWebAttachment _addPrivateAttributes:], /SourceCache/Mail/Mail-2070.6/Mail/MessageDisplay/MessageView/DocumentModel/Mai lWebAttachment.m:331
    20/02/2015 03:38:49,973 Mail[4088]: [QL] Exception raised while try to get launch url for preview item: Failure in _MDItemSetPrivateAttributes: 3
    There is apparently a problem with the privacy attributes. Any idea of how to solve it?
    Thanks for your help,
    Best,
    Laurent

    Hi,
    I am facing a very annoying issue with Mail app. Since the upgrade to Yosemite, I am unable to save attachments with the "save all" button and the drag and drop is not working properly (sometime freezing the mail app for a minute). I am using Yosemite 10.10.2
    I tried every fix I have read online, such as :
    - rebuild mailboxes
    - repair permissions
    - remove 3 enveloppe index files in .../V2/MailData
    - reindex spotlight
    - run the command to repair permissions & reset home directory permissions and ACL (from this post : Mavericks Mail "Save Attachement..." doesn't work)
    - onyx automations...
    Nothing presented above fixed the problem.
    Here are the console logs related to the issue :
    20/02/2015 03:38:49,690 mdwrite[4655]: -[MDKeyRing initWithService:label:comment:] (/SourceCache/Spotlight/Spotlight-917.1/xpc-services/mdwrite/MDKeyRing.m:294) failed assertion -- Couldn't add Spotlight Metadata Privacy password to keychain! [osErr:-25295]
    20/02/2015 03:38:49,973 Mail[4088]: Metadata.framework [Error]: error Connection interrupted
    20/02/2015 03:38:49,973 Mail[4088]: *** Assertion failure in -[MailWebAttachment _addPrivateAttributes:], /SourceCache/Mail/Mail-2070.6/Mail/MessageDisplay/MessageView/DocumentModel/Mai lWebAttachment.m:331
    20/02/2015 03:38:49,973 Mail[4088]: [QL] Exception raised while try to get launch url for preview item: Failure in _MDItemSetPrivateAttributes: 3
    There is apparently a problem with the privacy attributes. Any idea of how to solve it?
    Thanks for your help,
    Best,
    Laurent

  • Error while attaching security to ProxyService

    Hi Gurus,
    1.created custom token and attached to proxy service and wrote xpath to get the assertion ID .
    2.added policy to Business service in Request Policies section,
    3.Proxy service has 4 operations and input body is same for all the operations
    4.create relaible part in oSB's weblogic server and assertion party on actuall service's weblogic server.
    5.while creating proxy service,selected "Selection Algorithm " to "SOAP Body Type",getting the following error:
    [OSB Kernel:398034]Two or more operations expect the same incoming message, you must use a selector different than message body
    because payload body structure is same for all the operations.
    selection of "Selection Algorithm " to "WS-Addressing", will not work for custom policies
    if I select "Selection Algorithm " to "SOAP Header", and Xpath to "*" or "." is is throwing input data is not macthed to any of the exposed service operations.
    pleases throw some light on this.
    PS:same configuration(Selection Algorithm " to "SOAP Body Type) is working when my service's each operations has its own body structure
    Edited by: DasariN on Dec 9, 2010 2:33 AM

    You cant select operation selection to be soap;body if all operations has the same body payload. Instead you can select the operation selection algo either to be
    soap:header - In this case you have to define a custom tag in the header and populate it with an operation specific value.
    soap:action: Define soap:action for the operations in the wsdl binding section. Client needs to populate this.
    If you can't change your clients to set the header, you can front this proxy with an 'Any SOAP Service', which inspects the payload and then sets the header before making a route to this proxy

  • BUG in process suhelperd[330]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)

    Mac Pro (late 2013) OSX 10.10.1
    Computer begin to start but after 10 sec the starting process ends. I always have to reset PRAM. The same happens without devices.
    Console with :
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.AccountPolicyHelper" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 kernel[0]: Longterm timer threshold: 1000 ms
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external
    Here the complete Console log
    24.11.14 15:04:53.000 bootlog[0]: BOOT_TIME 1416837893 0
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.AccountPolicyHelper" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/asl" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.awdd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.callhistory.asl.conf" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.cloudd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.clouddocs" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.commerce.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.CoreDuetAdmissionControl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.family.asl" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.ical" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.icloud.FindMyDevice" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.networking.symptoms" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.secinitd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 syslogd[24]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24.11.14 15:04:54.000 kernel[0]: Longterm timer threshold: 1000 ms
    24.11.14 15:04:54.000 kernel[0]: PMAP: PCID enabled
    24.11.14 15:04:54.000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    24.11.14 15:04:54.000 kernel[0]: Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    24.11.14 15:04:54.000 kernel[0]: vm_page_bootstrap: 16255835 free pages and 488613 wired pages
    24.11.14 15:04:54.000 kernel[0]: kext submap [0xffffff7f80a00000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000a00000]
    24.11.14 15:04:54.000 kernel[0]: zone leak detection enabled
    24.11.14 15:04:54.000 kernel[0]: "vm_compressor_mode" is 4
    24.11.14 15:04:54.000 kernel[0]: multiq scheduler config: deep-drain 0, urgent first 1, depth limit 4, band limit 127, sanity check 0
    24.11.14 15:04:54.000 kernel[0]: standard timeslicing quantum is 10000 us
    24.11.14 15:04:54.000 kernel[0]: standard background quantum is 2500 us
    24.11.14 15:04:54.000 kernel[0]: mig_table_max_displ = 13
    24.11.14 15:04:54.000 kernel[0]: TSC Deadline Timer supported and enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=3 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=4 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=5 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=6 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=7 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=8 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=9 LocalApicId=9 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=10 LocalApicId=10 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=11 LocalApicId=11 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=12 LocalApicId=16 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=13 LocalApicId=17 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=14 LocalApicId=18 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=15 LocalApicId=19 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=16 LocalApicId=20 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=17 LocalApicId=21 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=18 LocalApicId=22 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=19 LocalApicId=23 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=20 LocalApicId=24 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=21 LocalApicId=25 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=22 LocalApicId=26 Enabled
    24.11.14 15:04:54.000 kernel[0]: AppleACPICPU: ProcessorId=23 LocalApicId=27 Enabled
    24.11.14 15:04:54.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    24.11.14 15:04:54.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    24.11.14 15:04:54.000 kernel[0]: calling mpo_policy_init for AMFI
    24.11.14 15:04:54.000 kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
    24.11.14 15:04:54.000 kernel[0]: calling mpo_policy_init for Sandbox
    24.11.14 15:04:54.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    24.11.14 15:04:54.000 kernel[0]: calling mpo_policy_init for Quarantine
    24.11.14 15:04:54.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    24.11.14 15:04:54.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    24.11.14 15:04:54.000 kernel[0]: The Regents of the University of California. All rights reserved.
    24.11.14 15:04:54.000 kernel[0]: MAC Framework successfully initialized
    24.11.14 15:04:54.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    24.11.14 15:04:54.000 kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2014 00:11:30)
    24.11.14 15:04:54.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    24.11.14 15:04:54.000 kernel[0]: IOAPIC: Version 0x20 Vectors 88:111
    24.11.14 15:04:54.000 kernel[0]: ACPI: sleep states S3 S4 S5
    24.11.14 15:04:54.000 kernel[0]: pci (build 00:11:20 Sep 19 2014), flags 0xe3000, pfm64 (44 cpu) 0xfff80000000, 0x80000000
    24.11.14 15:04:54.000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 3334777B
    24.11.14 15:04:54.000 kernel[0]: AppleIntelCPUPowerManagement: (built 00:11:36 Sep 19 2014) initialization complete
    24.11.14 15:04:54.000 kernel[0]: [ PCI configuration begin ]
    24.11.14 15:04:54.335 com.apple.xpc.launchd[1]: (com.apple.AppleFileServer) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    24.11.14 15:04:54.000 kernel[0]: console relocated to 0xfff80010000
    24.11.14 15:04:54.000 kernel[0]: [ PCI configuration end, bridges 38, devices 32 ]
    24.11.14 15:04:54.000 kernel[0]: SATA WARNING: IDENTIFY DEVICE checksum not implemented.
    24.11.14 15:04:54.000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    24.11.14 15:04:54.000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    24.11.14 15:04:54.000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    24.11.14 15:04:54.000 kernel[0]: mcache: 24 CPU(s), 64 bytes CPU cache line size
    24.11.14 15:04:54.000 kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    24.11.14 15:04:54.000 kernel[0]: rooting via boot-uuid from /chosen: A2AB27CD-6534-3E31-8873-923476B00444
    24.11.14 15:04:54.000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    24.11.14 15:04:54.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    24.11.14 15:04:54.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    24.11.14 15:04:54.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    24.11.14 15:04:54.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    24.11.14 15:04:54.000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    24.11.14 15:04:54.336 com.apple.xpc.launchd[1]: (com.apple.alf) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    24.11.14 15:04:54.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@1C,4/IOPP/SSD0@0/Ap pleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlo ckStorageDriver/APPLE SSD SM1024F Media/IOGUIDPartitionScheme/Customer@2
    24.11.14 15:04:54.000 kernel[0]: BSD root: disk0s2, major 1, minor 5
    24.11.14 15:04:54.000 kernel[0]: ARPT: 2.107018: srom rev:11
    24.11.14 15:04:54.000 kernel[0]: ARPT: 2.107502: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
    24.11.14 15:04:54.000 kernel[0]: ARPT: 2.107512: Data written into the PLL_CNTRL_ADDR2: 00000c31
    24.11.14 15:04:54.000 kernel[0]: ARPT: 2.107560: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
    24.11.14 15:04:54.000 kernel[0]: ARPT: 2.117841: BTCOEXIST off
    24.11.14 15:04:54.000 kernel[0]: ARPT: 2.118128: BRCM tunables:
    24.11.14 15:04:54.000 kernel[0]: ARPT: 2.118133:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    24.11.14 15:04:54.000 kernel[0]: ARPT: 2.119717: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xa0200004]
    24.11.14 15:04:54.000 kernel[0]: 7.15.124.12 (r497602)
    24.11.14 15:04:54.000 kernel[0]: hfs: mounted PTAHT IX on device root_device
    24.11.14 15:04:54.000 kernel[0]: VM Swap Subsystem is ON
    24.11.14 15:04:54.336 com.apple.xpc.launchd[1]: (com.apple.audio.coreaudiod) Unknown key for array: seatbelt-profiles
    24.11.14 15:04:54.424 hidd[85]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    24.11.14 15:04:54.427 hidd[85]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x101b4b000
    24.11.14 15:04:54.336 com.apple.xpc.launchd[1]: (com.apple.auditd) The TimeOut key is no longer respected. It never did anything anyway.
    24.11.14 15:04:54.427 hidd[85]: HID Session async scheduling initiated.
    24.11.14 15:04:54.427 hidd[85]: HID Session async root queue running at priority 63 and schedule 2.
    24.11.14 15:04:54.427 hidd[85]: HID Session async scheduling complete.
    24.11.14 15:04:54.336 com.apple.xpc.launchd[1]: (com.apple.autofsd) This service is defined to be constantly running and is inherently inefficient.
    24.11.14 15:04:54.428 hidd[85]: Successfully opened the IOHIDSession
    24.11.14 15:04:54.432 com.apple.SecurityServer[65]: Session 100000 created
    24.11.14 15:04:54.336 com.apple.xpc.launchd[1]: (com.apple.backupd-helper.status) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    24.11.14 15:04:54.336 com.apple.xpc.launchd[1]: (com.apple.backupd-auto) This service is defined to be constantly running and is inherently inefficient.
    24.11.14 15:04:54.337 com.apple.xpc.launchd[1]: (com.apple.backupd-status) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    24.11.14 15:04:54.337 com.apple.xpc.launchd[1]: (com.apple.backupd.status.xpc) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    24.11.14 15:04:54.337 com.apple.xpc.launchd[1]: (com.apple.bsd.dirhelper) The TimeOut key is no longer respected. It never did anything anyway.
    24.11.14 15:04:54.337 com.apple.xpc.launchd[1]: (com.apple.cmio.AVCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    24.11.14 15:04:54.337 com.apple.xpc.launchd[1]: (com.apple.cmio.IIDCVideoAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    24.11.14 15:04:54.337 com.apple.xpc.launchd[1]: (com.apple.cmio.VDCAssistant) ThrottleInterval set to zero. You're not that important. Ignoring.
    24.11.14 15:04:54.337 com.apple.xpc.launchd[1]: (com.apple.configd) This service is defined to be constantly running and is inherently inefficient.
    24.11.14 15:04:54.338 com.apple.xpc.launchd[1]: (com.apple.coreduetd) This service is defined to be constantly running and is inherently inefficient.
    24.11.14 15:04:54.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    24.11.14 15:04:54.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    24.11.14 15:04:54.000 kernel[0]: bpfAttach len 64 dlt 12
    24.11.14 15:04:54.518 com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    24.11.14 15:04:54.519 com.apple.xpc.launchd[1]: (com.rogueamoeba.hermes[84]) Could not find and/or execute program specified by service: 2: No such file or directory: /usr/local/hermes/bin/hermesctl
    24.11.14 15:04:54.519 com.apple.xpc.launchd[1]: (com.rogueamoeba.hermes[84]) Service setup event to handle failure and will not launch until it fires.
    24.11.14 15:04:54.520 com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    24.11.14 15:04:54.520 com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    24.11.14 15:04:54.524 com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    24.11.14 15:04:54.524 com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    24.11.14 15:04:54.524 com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    24.11.14 15:04:54.526 com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    24.11.14 15:04:54.540 iconservicesagent[46]: iconservicesagent launched.
    24.11.14 15:04:54.540 com.apple.SecurityServer[65]: Entering service
    24.11.14 15:04:54.589 configd[33]: preference: no sharing preferences
    24.11.14 15:04:54.595 com.apple.xpc.launchd[1]: (com.apple.DataDetectorsDynamicData) The JoinExistingSession key is only available to Application services.
    24.11.14 15:04:54.608 watchdogd[39]:  [watchdog_daemon] @(    wd_watchdog_open) - IOIteratorNext failed (kr=0)
    24.11.14 15:04:54.608 watchdogd[39]:  [watchdog_daemon] @(      wd_daemon_init) - could not initialize the hardware watchdog
    24.11.14 15:04:54.608 watchdogd[39]:  [watchdog_daemon] @(                main) - cannot initialize the watchdog service
    24.11.14 15:04:54.611 com.apple.xpc.launchd[1]: (com.apple.watchdogd) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    24.11.14 15:04:54.632 opendirectoryd[56]: BUG in libdispatch: 14B25 - 2004 - 0x5
    24.11.14 15:04:54.000 kernel[0]: AppleIntelMCEReporter: start()
    24.11.14 15:04:54.000 kernel[0]: IOGraphics flags 0x43
    24.11.14 15:04:54.000 kernel[0]: AGC: 3.7.21, HW version=4.0.11 [3.2.8], flags:0, features:0
    24.11.14 15:04:54.667 com.apple.usbmuxd[64]: usbmuxd-344.3 on Oct 13 2014 at 21:10:09, running 64 bit
    24.11.14 15:04:54.000 kernel[0]: IOBluetoothUSBDFU::probe
    24.11.14 15:04:54.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828D FirmwareVersion - 0x0099
    24.11.14 15:04:54.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x9000 ****
    24.11.14 15:04:54.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x9000 ****
    24.11.14 15:04:54.000 kernel[0]: ** GPU Hardware VM is enabled (multispace: enabled, page table updates with DMA: enabled)
    24.11.14 15:04:54.000 kernel[0]: ** GPU Hardware VM is enabled (multispace: enabled, page table updates with DMA: enabled)
    24.11.14 15:04:54.734 iconservicesd[45]: iconservicesd launched.
    24.11.14 15:04:54.742 iconservicesd[45]: Cache path: /Library/Caches/com.apple.iconservices.store
    24.11.14 15:04:54.843 systemkeychain[121]: done file: /var/run/systemkeychaincheck.done
    24.11.14 15:04:54.000 kernel[0]: Waiting for DSMOS...
    24.11.14 15:04:54.889 UserEventAgent[23]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    24.11.14 15:04:54.891 UserEventAgent[23]: Captive: CNPluginHandler en2: Inactive
    24.11.14 15:04:54.893 thermald[30]: Waiting for OSTT support notification
    24.11.14 15:04:54.955 apsd[62]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    24.11.14 15:04:54.989 configd[33]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en0) failed: Network is down (50)
    24.11.14 15:04:54.989 secinitd[142]: UID[0]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
    24.11.14 15:04:54.990 configd[33]: DHCP en0: INIT-REBOOT transmit failed
    24.11.14 15:04:54.990 secinitd[142]: ctkd[141]: unable to get root path for bundle of main executable: /System/Library/Frameworks/CryptoTokenKit.framework/ctkd
    24.11.14 15:04:55.000 kernel[0]: AirPort: Link Down on en2. Reason 8 (Disassociated because station leaving).
    24.11.14 15:04:55.000 kernel[0]: en2::IO80211Interface::postMessage bssid changed
    24.11.14 15:04:55.000 kernel[0]: bpfAttach len 94 dlt 163
    24.11.14 15:04:55.000 kernel[0]: bpfAttach len 30 dlt 105
    24.11.14 15:04:55.000 kernel[0]: bpfAttach len 52 dlt 127
    24.11.14 15:04:55.000 kernel[0]: bpfAttach len 38 dlt 192
    24.11.14 15:04:55.006 configd[33]: dhcp_arp_router: en2 SSID unavailable
    24.11.14 15:04:55.006 apsd[62]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
    24.11.14 15:04:55.007 apsd[62]: Attempt to set push wake topics without dark wake enabled: ()
    24.11.14 15:04:55.008 apsd[62]: Unable to bootstrap_look_up connection port 'com.apple.askpermission.aps' for user 0: Unknown service name
    24.11.14 15:04:55.008 apsd[62]: <APSConnectionServer: 0x7f9b6d600cf0> Invalid mach port - Cleaning up this named port's topics. com.apple.askpermission.aps
    24.11.14 15:04:55.008 configd[33]: setting hostname to "Ptaht-IX.local"
    24.11.14 15:04:55.014 configd[33]: network changed.
    24.11.14 15:04:55.000 kernel[0]: Previous shutdown cause: 3
    24.11.14 15:04:55.000 kernel[0]: IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0
    24.11.14 15:04:55.078 com.apple.kextd[26]: kext file:///System/Library/Extensions/CDSDAudioCaptureSupport.kext/ is in hash exception list, allowing to load
    24.11.14 15:04:55.079 com.apple.kextd[26]: Can't load /System/Library/Extensions/CDSDAudioCaptureSupport.kext - no code for running kernel's architecture.
    24.11.14 15:04:55.080 com.apple.kextd[26]: Load com.hzsystems.driver.CDSDAudioCaptureSupport failed; removing personalities from kernel.
    24.11.14 15:04:55.215 com.apple.kextd[26]: kext file:///System/Library/Extensions/CDSDAudioCaptureSupport.kext/ is in hash exception list, allowing to load
    24.11.14 15:04:55.215 com.apple.kextd[26]: Can't load /System/Library/Extensions/CDSDAudioCaptureSupport.kext - no code for running kernel's architecture.
    24.11.14 15:04:55.216 com.apple.kextd[26]: Load com.hzsystems.driver.CDSDAudioCaptureSupport failed; removing personalities from kernel.
    24.11.14 15:04:55.220 com.apple.xpc.launchd[1]: (com.apple.CoreRAID[28]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.CoreRAID
    24.11.14 15:04:55.373 iconservicesagent[46]: Starting service with cache path: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/com.apple.iconservices
    24.11.14 15:04:55.392 com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    24.11.14 15:04:55.392 com.apple.xpc.launchd[1]: (com.apple.lakitu) The JoinExistingSession key is only available to Application services.
    24.11.14 15:04:55.393 com.apple.xpc.launchd[1]: (com.apple.accounts.dom) The _DirtyJetsamMemoryLimit key is not available on this platform.
    24.11.14 15:04:55.393 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    24.11.14 15:04:55.402 digest-service[151]: label: default
    24.11.14 15:04:55.402 digest-service[151]: dbname: od:/Local/Default
    24.11.14 15:04:55.402 digest-service[151]: mkey_file: /var/db/krb5kdc/m-key
    24.11.14 15:04:55.402 digest-service[151]: acl_file: /var/db/krb5kdc/kadmind.acl
    24.11.14 15:04:55.000 kernel[0]: IOPPF: AppleIntelCPUPowerManagement mode
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendPStates - Success!
    24.11.14 15:04:55.430 kdc[74]: label: default
    24.11.14 15:04:55.431 kdc[74]: dbname: od:/Local/Default
    24.11.14 15:04:55.431 kdc[74]: mkey_file: /var/db/krb5kdc/m-key
    24.11.14 15:04:55.431 kdc[74]: acl_file: /var/db/krb5kdc/kadmind.acl
    24.11.14 15:04:55.458 kdc[74]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    24.11.14 15:04:55.474 digest-service[151]: digest-request: uid=0
    24.11.14 15:04:55.662 com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.system) Service "com.apple.ManagedClient.startup" tried to hijack endpoint "com.apple.ManagedClient.agent" from owner: com.apple.ManagedClient
    24.11.14 15:04:55.677 locationd[67]: Logging binary sensor data to /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/locationdSensors.bin
    24.11.14 15:04:55.682 UserEventAgent[23]: nsurlsessiond_events plugin: adding token 1 for client softwareupdate_download_service
    24.11.14 15:04:55.708 UserEventAgent[23]: Could not get event name for stream/token: com.apple.xpc.activity/2: 132: Request for stale data
    24.11.14 15:04:55.000 kernel[0]: X86PlatformShim::sendStepper - Done!
    24.11.14 15:04:55.712 locationd[67]: NBB-Could not get UDID for stable refill timing, falling back on random
    24.11.14 15:04:55.754 com.apple.kextd[26]: ERROR: invalid signature for com.rogueamoeba.InstantOn, will not load
    24.11.14 15:04:55.000 kernel[0]: ARPT: 4.769204: createVirtIf(): ifRole = 1
    24.11.14 15:04:55.000 kernel[0]: AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
    24.11.14 15:04:55.000 kernel[0]: AirPort_Brcm4360_P2PInterface::init <p2p> role 1
    24.11.14 15:04:55.000 kernel[0]: setVIRTUAL_IF_CREATE: AWDL interface role (4)
    24.11.14 15:04:55.000 kernel[0]: ARPT: 4.770106: createVirtIf(): ifRole = 1
    24.11.14 15:04:55.000 kernel[0]: ARPT: 4.770111: Create AWDL virtif(AWDL): unit = 2, ifRole = 4
    24.11.14 15:04:55.000 kernel[0]: AirPort_Brcm4360_P2PInterface::init name <awdl0> role 4
    24.11.14 15:04:55.000 kernel[0]: AirPort_Brcm4360_P2PInterface::attachToBpf name <awdl0> role 4 successful attach to bpf type 147
    24.11.14 15:04:55.000 kernel[0]: AirPort_Brcm4360_P2PInterface::init <awdl> role 4
    24.11.14 15:04:55.764 digest-service[151]: digest-request: netr probe 0
    24.11.14 15:04:55.765 digest-service[151]: digest-request: init request
    24.11.14 15:04:55.766 locationd[67]: Location icon should now be in state 'Inactive'
    24.11.14 15:04:55.776 digest-service[151]: digest-request: init return domain: BUILTIN server: PTAHT-IX indomain was: <NULL>
    24.11.14 15:04:55.784 networkd[240]: networkd-411 pid 240
    24.11.14 15:04:55.790 airportd[38]: airportdProcessDLILEvent: en2 attached (up)
    24.11.14 15:04:55.832 UserEventAgent[23]: assertion failed: 14B25: com.apple.telemetry + 22797 [B2D9FFC4-66B7-3739-AFFA-A7E4BDE84A2B]: 0xffffffffe00002eb
    24.11.14 15:04:55.979 com.apple.kextd[26]: ERROR: invalid signature for com.rogueamoeba.InstantOn, will not load
    24.11.14 15:04:56.028 discoveryd[61]: Basic Sockets GetProcessNameFromSocket() failed errno[57] err[-1]
    24.11.14 15:04:56.028 discoveryd[61]: Basic Sockets Unknown(-1), errno 0 UDS FD=3
    24.11.14 15:04:56.028 discoveryd[61]: Basic Sockets UDS FD=3 ERROR: failed to get effective user ID, errno 0
    24.11.14 15:04:56.029 discoveryd[61]: Basic SleepProxy BSP Server Disabled. Metric = 3373
    24.11.14 15:04:56.033 discoveryd[61]: AwdlD2d AwdlD2dInitialize: Initialized
    24.11.14 15:04:56.035 discoveryd[61]: D2D_IPC: Loaded
    24.11.14 15:04:56.042 discoveryd[61]: Basic WABServer NetResolverEvent no resolvers, resetting domains
    24.11.14 15:04:56.042 discoveryd[61]: Basic DNSResolver etc/hosts file changed: Event 0x7f897c1007e0 Flushed /etc/hosts cache
    24.11.14 15:04:56.042 discoveryd[61]: Basic RemoteControl com.apple.discoveryd Starting XPC Server
    24.11.14 15:04:56.043 discoveryd[61]: Basic SleepProxy Could not get the primary interface
    24.11.14 15:04:56.043 discoveryd[61]: Basic RemoteControl com.apple.discoveryd.dnsproxy Starting XPC Server
    24.11.14 15:04:56.044 discoveryd[61]: Basic SleepProxy Sleep Proxy Server is not enabled
    24.11.14 15:04:56.051 discoveryd_helper[285]: Basic RemoteControl com.apple.discoveryd_helper Starting XPC Server
    24.11.14 15:04:56.052 discoveryd_helper[285]: Detailed RemoteControl com.apple.discoveryd_helper XPC connection 0x7fed79900000: start (pid=61, <unknown> not root)
    24.11.14 15:04:56.054 configd[33]: network changed.
    24.11.14 15:04:56.095 kdc[74]: KDC started
    24.11.14 15:04:56.124 com.apple.kextd[26]: ERROR: invalid signature for com.logmein.driver.LogMeInSoundDriver, will not load
    24.11.14 15:04:56.000 kernel[0]: AirPort: Link Up on awdl0
    24.11.14 15:04:56.000 kernel[0]: IO80211AWDLPeerManager::configure Dynamic country code not supported on this device
    24.11.14 15:04:56.231 configd[33]: IPConfiguration: IPv4 ConfigMethod is missing/invalid
    24.11.14 15:04:56.000 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from AUTO to SUSPENDED
    24.11.14 15:04:56.000 kernel[0]: IO80211AWDLPeerManager::setAwdlSuspendedMode() Suspending AWDL, enterQuietMode(true)
    24.11.14 15:04:56.257 com.apple.kextd[26]: kext file:///Library/Extensions/VirtualPCOSServices.kext/ is in hash exception list, allowing to load
    24.11.14 15:04:56.257 com.apple.kextd[26]: Can't load /Library/Extensions/VirtualPCOSServices.kext - no code for running kernel's architecture.
    24.11.14 15:04:56.259 com.apple.kextd[26]: Load com.microsoft.VirtualPC.OSServices failed; removing personalities from kernel.
    24.11.14 15:04:56.000 kernel[0]: DSMOS has arrived
    24.11.14 15:04:56.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x9000
    24.11.14 15:04:56.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    24.11.14 15:04:56.000 kernel[0]: en3: promiscuous mode enable succeeded
    24.11.14 15:04:56.000 kernel[0]: en4: promiscuous mode enable succeeded
    24.11.14 15:04:56.000 kernel[0]: en5: promiscuous mode enable succeeded
    24.11.14 15:04:56.000 kernel[0]: en6: promiscuous mode enable succeeded
    24.11.14 15:04:56.000 kernel[0]: en7: promiscuous mode enable succeeded
    24.11.14 15:04:56.000 kernel[0]: en8: promiscuous mode enable succeeded
    24.11.14 15:04:56.286 loginwindow[79]: Login Window Application Started
    24.11.14 15:04:56.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    24.11.14 15:04:56.000 kernel[0]: **** [IOBluetoothHCIController][ProcessBluetoothTransportShowsUpActionWL] -- Connected to the transport successfully -- 0x1580 -- 0x3800 -- 0x9000 ****
    24.11.14 15:04:56.330 mds[41]: (FMW.Normal:1402) FMW 0 0
    24.11.14 15:04:56.000 kernel[0]: en2: 802.11d country code set to 'CH'.
    24.11.14 15:04:56.000 kernel[0]: en2: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    24.11.14 15:04:56.349 WindowServer[286]: Server is starting up
    24.11.14 15:04:56.356 WindowServer[286]: Session 257 retained (2 references)
    24.11.14 15:04:56.356 WindowServer[286]: Session 257 released (1 references)
    24.11.14 15:04:56.383 WindowServer[286]: Session 257 retained (2 references)
    24.11.14 15:04:56.391 WindowServer[286]: init_page_flip: page flip mode is on
    24.11.14 15:04:56.000 kernel[0]: ARPT: 5.448960: MacAuthEvent en2   Auth result for: 90:72:40:20:29:d1  MAC AUTH succeeded
    24.11.14 15:04:56.000 kernel[0]: AirPort: Link Up on en2
    24.11.14 15:04:56.000 kernel[0]: en2: BSSID changed to 90:72:40:20:29:d1
    24.11.14 15:04:56.000 kernel[0]: en2::IO80211Interface::postMessage bssid changed
    24.11.14 15:04:56.000 kernel[0]: AirPort: RSN handshake complete on en2
    24.11.14 15:04:56.518 com.apple.kextd[26]: kext file:///System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns/PACES upportSnowLeopard.kext/ is in hash exception list, allowing to load
    24.11.14 15:04:56.524 lsregister[283]: LaunchServices: Begin database seeding
    24.11.14 15:04:56.525 lsregister[283]: LaunchServices: Completed database seeding
    24.11.14 15:04:56.000 kernel[0]: rtR0InitNative: warning! failed to resolve special kernel symbols
    24.11.14 15:04:56.000 kernel[0]: vboxdrv: fAsync=0 offMin=0xd422 offMax=0x1b01e
    24.11.14 15:04:56.000 kernel[0]: supdrvDTraceInit: RTR0DbgKrnlInfoOpen failed with rc=-102.
    24.11.14 15:04:56.000 kernel[0]: VBoxDrv: version 4.3.8 r92456; IOCtl version 0x1a0007; IDC version 0x10000; dev major=33
    24.11.14 15:04:56.000 kernel[0]: VBoxDrv: Failed to open kernel symbols, rc=-102
    24.11.14 15:04:57.034 com.apple.kextd[26]: kext file:///System/Library/Extensions/iSpy.kext/ is in hash exception list, allowing to load
    24.11.14 15:04:57.000 kernel[0]: [iSpy.kext] INFO: loaded successfully!
    24.11.14 15:04:57.000 kernel[0]: VBoxFltDrv: version 4.3.8 r92456
    24.11.14 15:04:57.000 kernel[0]: VBoxAdpDrv: version 4.3.8 r92456
    24.11.14 15:04:57.558 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:57.586 WindowServer[286]: Found 82 modes for display 0x00000000 [82, 0]
    24.11.14 15:04:57.588 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:57.589 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:57.590 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:57.591 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:57.592 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:57.605 WindowServer[286]: mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe00002bc)
    24.11.14 15:04:57.605 WindowServer[286]: mux_initialize: Mode is safe
    24.11.14 15:04:57.656 WindowServer[286]: Found 82 modes for display 0x00000000 [82, 0]
    24.11.14 15:04:57.803 com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    24.11.14 15:04:57.804 com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    24.11.14 15:04:57.804 com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    24.11.14 15:04:57.806 com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    24.11.14 15:04:57.806 com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    24.11.14 15:04:57.807 com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    24.11.14 15:04:57.807 com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    24.11.14 15:04:57.999 mds[41]: (ImportServer.Normal:1700) Ignoring blacklisted Spotlight importer plugin:/Library/Spotlight/Finale.mdimporter uuid:8F7AD1E0-0DB3-11D9-95E0-000A95BA3EA2 version:1.1
    24.11.14 15:04:58.000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,2301,0de1,0300,45e1,0000]
    24.11.14 15:04:58.220 configd[33]: IPConfiguration: IPv4 ConfigMethod is missing/invalid
    24.11.14 15:04:58.000 kernel[0]: IOBluetoothDevice::setProperties() -- calling hciController->CallCreateDeviceReporter() -- this = 0x9000
    24.11.14 15:04:58.000 kernel[0]: IOBluetoothHCIController::CallCreateDeviceReporter -- calling enqueueAction() -- device = 0x9000
    24.11.14 15:04:58.000 kernel[0]: IOBluetoothHCIController::CreateDeviceReporterAction -- device = = 0x9000
    24.11.14 15:04:58.000 kernel[0]: IOBluetoothHCIController::CreateDeviceReporterAction -- calling CreateDeviceReporter() device = = 0x9000
    24.11.14 15:04:58.000 kernel[0]: IOBluetoothHCIController::CreateDeviceReporter -- device = = 0x9000
    24.11.14 15:04:58.000 kernel[0]: [BNBTrackpadDevice::init][85.3] init is complete
    24.11.14 15:04:58.000 kernel[0]: [BNBTrackpadDevice::handleStart][85.3] returning 1
    24.11.14 15:04:58.000 kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    24.11.14 15:04:58.773 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:58.773 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:58.774 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:58.789 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:58.000 kernel[0]: [AppleMultitouchDevice::start] entered
    24.11.14 15:04:58.908 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:58.909 WindowServer[286]: Found 1 modes for display 0x00000000 [1, 0]
    24.11.14 15:04:58.000 kernel[0]: IOHIDSystem: Seize of AppleMultitouchHIDEventDriver failed.
    24.11.14 15:04:58.000 kernel[0]: IOHIDSystem: Seize of IOHIDPointing failed.
    24.11.14 15:04:59.067 WindowServer[286]: WSMachineUsesNewStyleMirroring: false
    24.11.14 15:04:59.088 hidd[85]: IOHIDService compatibility thread running at priority 63 and schedule 2.
    24.11.14 15:04:59.160 WindowServer[286]: Display 0x44087a80: GL mask 0x1; bounds (0, 0)[1920 x 2160], 82 modes available
    Main, Active, on-line, enabled, boot, Vendor 4d10, Model 21ea, S/N 0, Unit 0, Rotation 0
    UUID 0xa72347ebf7312d8f13fba6868aea7db8
    24.11.14 15:04:59.160 WindowServer[286]: Display 0x003f0042: GL mask 0x40; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.160 WindowServer[286]: Display 0x003f0041: GL mask 0x20; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.160 WindowServer[286]: Display 0x003f0040: GL mask 0x10; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.160 WindowServer[286]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.160 WindowServer[286]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.160 WindowServer[286]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.160 WindowServer[286]: Display 0x003f0043: GL mask 0x80; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 7, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.161 WindowServer[286]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    24.11.14 15:04:59.161 WindowServer[286]: WSSetWindowTransform: Singular matrix
    24.11.14 15:04:59.161 WindowServer[286]: WSSetWindowTransform: Singular matrix
    24.11.14 15:04:59.161 WindowServer[286]: WSSetWindowTransform: Singular matrix
    24.11.14 15:04:59.162 WindowServer[286]: WSSetWindowTransform: Singular matrix
    24.11.14 15:04:59.162 WindowServer[286]: WSSetWindowTransform: Singular matrix
    24.11.14 15:04:59.162 WindowServer[286]: WSSetWindowTransform: Singular matrix
    24.11.14 15:04:59.310 configd[33]: network changed: v4(en0+:192.168.178.34) DNS+ Proxy+ SMB
    24.11.14 15:04:59.312 discoveryd[61]: Basic SleepProxy Could not get the primary interface
    24.11.14 15:04:59.315 discoveryd[61]: AwdlD2d AwdlD2dStartAdvertisingPair: 'ptaht-ix' Advertising service started
    24.11.14 15:04:59.316 discoveryd[61]: AwdlD2d AwdlD2dStartAdvertisingPair: 'ptaht-ix' Advertising service started
    24.11.14 15:04:59.000 kernel[0]: IO80211AWDLPeerManager::setAwdlOperatingMode Setting the AWDL operation mode from SUSPENDED to AUTO
    24.11.14 15:04:59.000 kernel[0]: IO80211AWDLPeerManager::setAwdlAutoMode Resuming AWDL
    24.11.14 15:04:59.318 discoveryd[61]: AwdlD2d AwdlD2dStartAdvertisingPair: 'c64ff5efff7b14c700000000000008efip6arpa' Advertising service started
    24.11.14 15:04:59.319 UserEventAgent[23]: Captive: [CNInfoNetworkActive:1709] en2: SSID 'Diego's Wi-Fi Network' making interface primary (protected network)
    24.11.14 15:04:59.319 configd[33]: network changed: v4(en0:192.168.178.34) DNS* Proxy SMB
    24.11.14 15:04:59.319 UserEventAgent[23]: Captive: CNPluginHandler en2: Evaluating
    24.11.14 15:04:59.320 UserEventAgent[23]: Captive: en2: Probing 'Diego's Wi-Fi Network'
    24.11.14 15:04:59.324 configd[33]: network changed: v4(en0:192.168.178.34, en2!:192.168.178.13) DNS Proxy SMB
    24.11.14 15:04:59.000 kernel[0]: en2: BSSID changed to 90:72:40:20:29:d1
    24.11.14 15:04:59.335 configd[33]: setting hostname to "Ptaht-IX.fritz.box"
    24.11.14 15:04:59.396 UserEventAgent[23]: tcp_connection_destination_prepare_complete 1 connectx to 104.66.181.165:80@en2 failed: Host is down
    24.11.14 15:04:59.446 locationd[298]: Logging binary sensor data to /var/folders/zz/zyxvpxvq6csfxvn_n00000sm00006d/C/locationdSensors.bin
    24.11.14 15:04:59.448 locationd[298]: NBB-Could not get UDID for stable refill timing, falling back on random
    24.11.14 15:04:59.456 locationd[298]: Location icon should now be in state 'Inactive'
    24.11.14 15:04:59.515 WindowServer[286]: Display 0x44087a80: GL mask 0x1; bounds (0, 0)[1920 x 2160], 82 modes available
    Main, Active, on-line, enabled, boot, Vendor 4d10, Model 21ea, S/N 0, Unit 0, Rotation 0
    UUID 0xa72347ebf7312d8f13fba6868aea7db8
    24.11.14 15:04:59.515 WindowServer[286]: Display 0x003f0042: GL mask 0x40; bounds (2944, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.515 WindowServer[286]: Display 0x003f0041: GL mask 0x20; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 5, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.515 WindowServer[286]: Display 0x003f0040: GL mask 0x10; bounds (2946, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 4, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.515 WindowServer[286]: Display 0x003f003f: GL mask 0x8; bounds (2947, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.515 WindowServer[286]: Display 0x003f003e: GL mask 0x4; bounds (2948, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.515 WindowServer[286]: Display 0x003f003d: GL mask 0x2; bounds (2949, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.515 WindowServer[286]: Display 0x003f0043: GL mask 0x80; bounds (2950, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 7, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24.11.14 15:04:59.516 WindowServer[286]: CGXPerformInitialDisplayConfiguration
    24.11.14 15:04:59.516 WindowServer[286]:   Display 0x44087a80: Unit 0; Vendor 0x4d10 Model 0x21ea S/N 0 Dimensions 27.56 x 15.35; online enabled, Bounds (0,0)[1920 x 2160], Rotation 0, Resolution 1
    24.11.14 15:04:59.516 WindowServer[286]:   Display 0x003f0042: Unit 6; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    24.11.14 15:04:59.516 WindowServer[286]:   Display 0x003f0041: Unit 5; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    24.11.14 15:04:59.516 WindowServer[286]:   Display 0x003f0040: Unit 4; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2946,0)[1 x 1], Rotation 0, Resolution 1
    24.11.14 15:04:59.516 WindowServer[286]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2947,0)[1 x 1], Rotation 0, Resolution 1
    24.11.14 15:04:59.516 WindowServer[286]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2948,0)[1 x 1], Rotation 0, Resolution 1
    24.11.14 15:04:59.516 WindowServer[286]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2949,0)[1 x 1], Rotation 0, Resolution 1
    24.11.14 15:04:59.516 WindowServer[286]:   Display 0x003f0043: Unit 7; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2950,0)[1 x 1], Rotation 0, Resolution 1
    24.11.14 15:04:59.518 WindowServer[286]: CGXMuxBoot: Boot normal
    24.11.14 15:05:00.176 sntp[296]: time set +0.640194 s
    24.11.14 15:05:00.180 com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    24.11.14 15:05:00.181 com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    24.11.14 15:05:00.181 com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    24.11.14 15:05:00.182 WindowServer[286]: GLCompositor: GL renderer id 0x01021c01, GL mask 0x0000007f, accelerator 0x00004c5b, unit 0, caps QEX|MIPMAP, vram 2048 MB
    24.11.14 15:05:00.183 WindowServer[286]: GLCompositor: GL renderer id 0x01021c01, GL mask 0x0000007f, texture max 16384, viewport max {16384, 16384}, extensions NPOT|GLSL|FLOAT
    24.11.14 15:05:00.183 WindowServer[286]: GLCompositor: GL renderer id 0x02021c01, GL mask 0x00000080, accelerator 0x00002a23, unit 7, caps QEX|MIPMAP, vram 2048 MB
    24.11.14 15:05:00.183 com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    24.11.14 15:05:00.183 com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    24.11.14 15:05:00.183 com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    24.11.14 15:05:00.184 WindowServer[286]: GLCompositor: GL renderer id 0x02021c01, GL mask 0x00000080, texture max 16384, viewport max {16384, 16384}, extensions NPOT|GLSL|FLOAT
    24.11.14 15:05:00.184 WindowServer[286]: GLCompositor enabled for tile size [256 x 256]
    24.11.14 15:05:00.184 WindowServer[286]: CGXGLInitMipMap: mip map mode is on
    24.11.14 15:05:00.184 com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    24.11.14 15:05:00.187 UserEventAgent[23]: Captive: [async_http_read_stream:387] kCFStreamEventErrorOccurred NSPOSIXErrorDomain/64: The operation couldn’t be completed. Host is down
    24.11.14 15:05:00.187 UserEventAgent[23]: Captive: [CaptiveHandleRedirect:1662] Unknown result value: 1, assuming online
    24.11.14 15:05:00.187 UserEventAgent[23]: Captive: CNPluginHandler en2: Authenticated
    24.11.14 15:05:00.209 ntpd[242]: peer time.euro.apple.com @ 17.72.148.52
    24.11.14 15:05:00.454 ntpd[242]: drift PPM:0.000 -> -75.112
    24.11.14 15:05:00.000 kernel[0]: EDID CEA Extensions not valid for audio [Revision ID]: 1 (minimum value: 3)
    24.11.14 15:05:01.043 com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    24.11.14 15:05:01.043 com.apple.xpc.launchd[1]: (com.apple.DataDetectorsDynamicData) The JoinExistingSession key is only available to Application services.
    24.11.14 15:05:01.046 com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    24.11.14 15:05:01.047 com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    24.11.14 15:05:01.047 com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    24.11.14 15:05:01.049 com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    24.11.14 15:05:01.049 com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    24.11.14 15:05:01.050 com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    24.11.14 15:05:01.051 com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in process suhelperd[301]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    24.11.14 15:05:01.000 kernel[0]: BUG in p

    I have the same errors occurring at an alarming rate. I did isolate it to the App Store. Specifically when checking for an update. I was hoping that you could test this out for me. Go to your console log and select all messages and then check kernel in the sender box (bottom left). I found that now is a good time to insert a marker. Now launch the app store then got to the update section. Select check for update.
    Does this generate a series of the errors? I can reproduce the errors every time I "check for updates". The error would not show up when checking for updates in iTunes.
    I did notice errors in both extending from CFNetwork
    App store:
    2015-01-15 8:40:38.047 AM storeassetd[356]: CFNetwork SSLHandshake failed (-9802)
    iTunes
    2015-01-15 8:53:53.986 AM iTunes[2200]: CFNetwork SSLHandshake failed (-9806)
    Please compare and see if you get the same results.

  • Assertion Failed - Dump when clicking on the links from Portal for WD Comp

    Hi,
    We have a WD Component which is integrated to the Portal . When we click on the link in the Portal for the first 2 times, the selection screen is shown correctly ( when debugged, the program stops in WDDOINIT method before the sel.screen is shown).
    When we click on the link for the third or fourth time with no time gap, it shows a dump. This is the dump I am getting.
    Runtime Errors         ASSERTION_FAILED
    Date and Time          01/06/2011 10:13:58
    Short text
    The ASSERT condition was violated.
    What happened?
    In the running application program, the ASSERT statement recognized a
    situation that should not have occurred.
    The runtime error was triggered for one of these reasons:
    - For the checkpoint group specified with the ASSERT statement, the
    activation mode is set to "abort".
    - Via a system variant, the activation mode is globally set to "abort"
    for checkpoint groups in this system.
    - The activation mode is set to "abort" on program level.
    - The ASSERT statement is not assigned to any checkpoint group.
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "ASSERTION_FAILED" " "
    "CL_NW7_VIEW_ELEMENT_ADAPTER===CP" or "CL_NW7_VIEW_ELEMENT_ADAPTER===CM004"
    "DISPATCH_NW7_EVENT"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    User and Transaction
    Client.............. 010
    User................ "STECURRY"
    Language Key........ "E"
    Transaction......... " "
    Transactions ID..... "4D250E9ADDFB00BDE10080000A041004"
    Program............. "CL_NW7_VIEW_ELEMENT_ADAPTER===CP"
    Screen.............. "SAPMHTTP 0010"
    Screen Line......... 2
    Information on Caller ofr "HTTPS" Connection:
    Plug-in Type.......... "HTTPS"
    Caller IP............. "10.6.4.220"
    Caller Port........... 443
    Universal Resource Id. "/sap/bc/webdynpro/sap/ZEM_INV_APP_ASSIGNMENTS/"
    Information on where terminated
    Termination occurred in the ABAP program "CL_NW7_VIEW_ELEMENT_ADAPTER===CP" -
    in "DISPATCH_NW7_EVENT".
    The main program was "SAPMHTTP ".
    In the source code you have the termination point in line 5
    of the (Include) program "CL_NW7_VIEW_ELEMENT_ADAPTER===CM004".
    Source Code Extract
    Line
    SourceCde
    1
    METHOD dispatch_nw7_event.
    2
    DATA: l_event_handler TYPE REF TO if_wdr_nw7_event_handler.
    3
    4
    l_event_handler = get_nw7_event_handler( i_event_handler_id ).
    >>>>>
    assert l_event_handler is not initial.
    6
    7
    " View-based Delta Rendering: tracking of client events
    8
    raise event on_nw7_handle_event
    9
    exporting
    10
    event_handler = l_event_handler
    11
    event_name    = i_event_name.
    12
    13
    14
    l_event_handler->handle_event(
    15
    i_event_name       = i_event_name
    16
    i_event_parameters = i_event_parameters
    17
    i_update_data      = i_update_data
    18
    i_event_queue      = i_event_queue ).
    19
    ENDMETHOD.
    -  I have cut the dump to make it short and clear.
    One of my colleague ran a HTTP watch trace and I am attaching it as well.
    <body> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <h1> Error when processing your request </h1> <br> <h2> What has happened? </h2> <p> The URL https://uswasspq.deloitte.com:/sap/bc/webdynpro/sap/ZEM_INV_APPROVER_MAIN//ucfLOADING was not called due to an error. </p> </td> </tr> <tr> <td>   </td> </tr> <tr> <td class="emphasize"> <strong> Note </strong> <br> <ul> <li> The following error text was processed in the system SPQ : <b> User session (HTTP/SMTP/..) closed after timeout </b> </li> </ul> <ul> <li> The error occurred on the application server usuxc204_SPQ_01 and in the work process 1 . </li> </ul> <ul> <li> The termination type was: ERROR_MESSAGE_STATE </li> </ul> <ul> <li> The ABAP call stack was: <br> Method: PREPROCESS_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP<BR>Method: IF_HTTP_EXTENSIONHANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP<BR>Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP<BR>Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME<BR>Module: %_HTTP_START of program SAPMHTTP<BR> </li> </ul> </td> </tr> <tr> <td>   </td> </tr> <tr> <td> <p>   </p> <h2> What can I do? </h2> <ul> <li> If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SPQ in transaction ST22. </li> </ul> <ul> <li> If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server usuxc204_SPQ_01 in transaction SM21. </li> </ul> <ul> <li> If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server usuxc204_SPQ_01 . In some situations, you may also need to analyze the trace files of other work processes. </li> </ul> <ul> <li> If you do not yet have a user ID, contact your system administrator. </li> </ul> <br/> <p class="note"> Error code: ICF-IE-https -c: 010 -u: STHUGHES -l: E -s: SPQ -i: usuxc204_SPQ_01 -w: 1 -d: 20110208 -t: 131808 -v: ERROR_MESSAGE_STATE -e: User session (HTTP/SMTP/..) closed after timeout </p> <br/> <p> HTTP 500 - Internal Server Error <br/> <p> Your SAP Internet Communication Framework Team </p> </td> </tr> </table> </body> </html>
    After this error a URL is called form the WebDynpro to the following html page.
    https://uswasspq.deloitte.com/sap/bc/webdynpro/sap/zem_inv_approver_main/dps_Error_Page.html ( this is the friendly message we have put so that the user does not see the dump on his screen.
    I tried invalidating the nodes in the WDDOEXIT at the view level but it did not help. This is a show stopper for the project to go live.
    Thanks,
    Guru.

    Hi Guru,
    It is not readable the way you posted and that might be the reason that you do not get reactions.
    Can you please confirm the following.
    1. Is this problem occurs  with out portal when you run the application standalone in SAP GUI.
    2. What is going on wddoinit method or wddomodify method, any  resource handling there ?

  • Mac Mini Audio Intermittent over HDMI, Cuts out with Assertion in kernel.log

    Hello. I've been having trouble with a mac mini (Mid 2011) that I bought on Thursday. It's running OSX 10.7. The Mac Mini is the $599 unit.
    I've got it hooked up to my Sony BRAVIA HDTV (also this year's model) via HDMI, with audio configured to be delivered via HDMI to the TV alongside video. Initially the audio will play through my TV, but after an hour or two of watching something, it will cut out, and there will be no more sound coming out of the TV from the mac. Ultimately, the only way I can fix it is to reboot the Mac Mini. I've also observed that at about the same time sound cuts out, the following error message appears in kernel.log:
    Aug 12 19:21:40 joshs-Mac-mini kernel[0]: Sound assertion "0 != result" failed in AppleHDAWidget at line 3957 goto handler
    Aug 12 19:22:10 --- last message repeated 5 times
    As far as I know, assertions failures usually mean software problems (bugs). I suspect I may be encountering a kernel-level bug in Lion, as this error message is showing in kernel.log.
    The following is a list of diagnostic steps I've taken:
    - I've double-checked the sound output device in preferences. It didn't spontaneously change from SONY TV (HDMI) after sound cut out.
    - I've tried changing output to the internal speakers. It plays sound from the mac mini (as expected). When I change it back to HDMI, still no sound from the TV.
    - I've tried turning off and back on the tv. No effect.
    - I've tried unplugging and replugging the HDMI cable. No effect.
    - I've tried replacing the HDMI cable with two other alternates. No effect.
    - I've tried other HDMI inputs for my TV with HDMI attached. No effect.
    - Note: I've got a ps3 and xbox360 on the TV that has successfully used the HDMI inputs and cables tested on. They've never had this type of problem, so I don't think there's a problem with the TV.
    - I've tried rebooting the mac and resetting the "PRAM" (Command-Option-P-R before the grey screen on bootup). Sound still cuts out after a while.
    - All updates are applied.
    Does anybody else have any ideas about what I could try to fix this? This problem is pretty much a deal breaker, as rebooting the mac mini mid-movie kind of destroys the movie-watching experience.
    Thanks

    I'd just like to jump in on this thread to report exactly the same problem. 
    2011 Mac Mini (the 2.5GHz i5 model) running Lion, Sony Bravia TV, HDMI sounds cuts out after a while with the console error "Aug 15 18:30:25 Mini kernel[0]: Sound assertion "0 != result" failed in AppleHDAWidget at line 3957 goto handler".
    Interestingly, after the error occurs, I can still get 5.1 sound through Plex, but not through Quicktime. 2.0 sound and system sounds all fail until I reboot the system.
    Any help would be appreciated. I would prefer not to have to return the Mini.
    Thanks.

  • I get a assertion error when trying to up load adobe lightroom have followed the instruction on the adobe site to fix the problem

    i get a assertion error when trying to up load ,lightroom have follow the instructions on the adobe site and it still does not work
    and ideas on how to fix the problem
    tk
    bigguy1965

    Hi,
    Can you Please provide Configuration of your XP, Win7 Machine [How to post a screenshot in the forum]?
    To check if Windows 7 Service Pack is already installed, follow the below steps:
    Click the Start button , right-click Computer, and then click Properties.
    The basic information about your computer page will open.
    To check if Windows XP Service Pack is already installed, follow the below steps:
    Click the Start button , right-click Computer, and then click Properties.
    Click System and Service Pack Information will be listed
    Please also attach log [Where do I find the Flash Player installation log on Windows?], [How to share a document] and Share the Current Version of Flash Player goto - [https://helpx.adobe.com/flash-player.html] and click on Check Now button, using about method can you place the screenshot.
    Meanwhile you can also try cleaning Application Temporary Data and Try again. [c:/users/username/appdata/local/temp folder - Microsoft Community], Due to some reason the Installer file is getting corrupted which might be blocking Flash Player Installation. After cleanup try using the offline Installer [Installation problems | Flash Player | Windows]
    Thanks
    Piyush

  • Accessing/attaching files from desktop folder crashes applications

    Hello,
    In gmail and yahoo on chrome, opera, firefox and safari, when I try to attach a file from the desktop, the browser crashes. In photosop/dreamweaver/etc. cs4 when i try opening a file from the open dialog box, that application crashes as well. To me, there's seem to be a universal problem with accessing the desktop through something other than finder.
    First is the thread that crashes in firefox then the full report from opera.
    Thread 28 Crashed:
    0 libSystem.B.dylib 0x989aba4e _semwait_signalnocancel + 10
    1 libSystem.B.dylib 0x989ab932 nanosleep$NOCANCEL$UNIX2003 + 166
    2 libSystem.B.dylib 0x98a2739a usleep$NOCANCEL$UNIX2003 + 61
    3 libSystem.B.dylib 0x98a48a50 abort + 105
    4 libSystem.B.dylib 0x98a355ec _pthreadmarkcancel + 0
    5 com.apple.ImageIO.framework 0x956a8268 floor_ratio(int, int) + 65
    6 com.apple.ImageIO.framework 0x956b21e6 kdpacketsequencer::init() + 346
    7 com.apple.ImageIO.framework 0x956ac86a kd_tile::initialize() + 10056
    8 com.apple.ImageIO.framework 0x956a9d41 kdcodestream::create_tile(kducoords) + 559
    9 com.apple.ImageIO.framework 0x956a99e4 kducodestream::open_tile(kducoords, kduthreadenv*) + 298
    10 com.apple.ImageIO.framework 0x956a988a kduregion_decompressor::opentile(int) + 2036
    11 com.apple.ImageIO.framework 0x956a84a0 kduregion_decompressor::processgeneric(int, int, kdu_coords, int, int, int, kdu_dims&, kdu_dims&, int, bool) + 116
    12 com.apple.ImageIO.framework 0x956a8420 kduregiondecompressor::process(int*, kdu_coords, int, int, int, int, kdu_dims&, kdu_dims&) + 406
    13 com.apple.ImageIO.framework 0x956a7371 kdrc_stream::process(int, kdu_dims&, int&) + 1001
    14 com.apple.ImageIO.framework 0x956a6e73 kduregioncompositor::process(int, kdu_dims&) + 271
    15 com.apple.ImageIO.framework 0x956a6198 cgJP2DecompressBand + 240
    16 com.apple.ImageIO.framework 0x956a608b getBandProcJP2 + 49
    17 com.apple.ImageIO.framework 0x9565cfea glueCopyImageBlockSet + 2094
    18 com.apple.ImageIO.framework 0x95654429 ImageProviderCopyImageBlockSetCallback + 174
    19 com.apple.CoreGraphics 0x95a96b4b CGImageProviderCopyImageBlockSet + 228
    20 com.apple.CoreGraphics 0x95a9b35c imgblockscreate + 348
    21 com.apple.CoreGraphics 0x95a9b1e1 imgblocksextent + 85
    22 com.apple.CoreGraphics 0x95a3460e imgdatalock + 8882
    23 com.apple.CoreGraphics 0x95a3170a CGSImageDataLock + 172
    24 libRIP.A.dylib 0x96734748 ripc_AcquireImage + 2446
    25 libRIP.A.dylib 0x967323be ripc_DrawImage + 1245
    26 com.apple.CoreGraphics 0x95a31384 CGContextDrawImage + 450
    27 com.apple.CoreGraphics 0x95bfac3f CGPDFDrawingContextDrawImage + 423
    28 com.apple.CoreGraphics 0x95bf2563 op_Do + 121
    29 com.apple.CoreGraphics 0x95ab240c pdfscanner_handlexname + 104
    30 com.apple.CoreGraphics 0x95ab1514 CGPDFScannerScan + 515
    31 com.apple.CoreGraphics 0x95aaf630 CGPDFDrawingContextDrawPage + 812
    32 com.apple.CoreGraphics 0x95aaf2ca CGContextDrawPDFPageWithProgressCallback + 99
    33 com.apple.CoreGraphics 0x95aaf264 CGContextDrawPDFPage + 40
    34 com.apple.ImageIO.framework 0x9565d864 getBandProcPDF + 1753
    35 com.apple.ImageIO.framework 0x9565cfea glueCopyImageBlockSet + 2094
    36 com.apple.ImageIO.framework 0x95654429 ImageProviderCopyImageBlockSetCallback + 174
    37 com.apple.CoreGraphics 0x95a96b4b CGImageProviderCopyImageBlockSet + 228
    38 com.apple.CoreGraphics 0x95a9b35c imgblockscreate + 348
    39 com.apple.CoreGraphics 0x95a32ec5 imgdatalock + 2921
    40 com.apple.CoreGraphics 0x95a3170a CGSImageDataLock + 172
    41 libRIP.A.dylib 0x96734748 ripc_AcquireImage + 2446
    42 libRIP.A.dylib 0x967323be ripc_DrawImage + 1245
    43 com.apple.CoreGraphics 0x95a31384 CGContextDrawImage + 450
    44 com.apple.ImageIO.framework 0x956cc00c CGImageCreateCopyWithParametersNew + 1503
    45 com.apple.ImageIO.framework 0x956cad28 CGImageSourceCreateThumbnailAtIndex + 3475
    46 com.apple.AppKit 0x91c8521d -[NSNavFBENode _quickLookImageWithMaxSize:isThumbnail:] + 956
    47 com.apple.AppKit 0x91c90832 +[NSNavNodePreviewHelper _subthreadComputePreviewThumbnailImages] + 626
    48 com.apple.Foundation 0x90b3f8d8 -[NSThread main] + 45
    49 com.apple.Foundation 0x90b3f888 _NSThread__main_ + 1499
    50 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    51 libSystem.B.dylib 0x9896be42 thread_start + 34
    Process: Opera [287]
    Path: /Applications/Opera.app/Contents/MacOS/Opera
    Identifier: com.operasoftware.Opera
    Version: 10.00 (6652)
    Build Info: Unknown-Unknown~6652
    Code Type: X86 (Native)
    Parent Process: launchd [118]
    Date/Time: 2010-03-05 13:56:54.066 -0800
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 101592 sec
    Crashes Since Last Report: 84
    Per-App Interval Since Last Report: 2134 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: 8BC34852-F784-451A-817A-4FE6DB8089EA
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 15
    Application Specific Information:
    Assertion failed: (den > 0), function floor_ratio, file /SourceCache/ImageIO/ImageIO-457/ProjSnowLeopard/../libJP2-5.1/coresys/common/k du_utils.h, line 187.
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x9896a8bc fork + 24
    1 libSystem.B.dylib 0x989a49bb _sigtramp + 43
    2 ??? 0xffffffff 0 + 4294967295
    3 com.apple.CoreFoundation 0x967b977f __CFRunLoopRun + 2079
    4 com.apple.CoreFoundation 0x967b8864 CFRunLoopRunSpecific + 452
    5 com.apple.CoreFoundation 0x967b8691 CFRunLoopRunInMode + 97
    6 com.apple.HIToolbox 0x94d80f0c RunCurrentEventLoopInMode + 392
    7 com.apple.HIToolbox 0x94d80cc3 ReceiveNextEventCommon + 354
    8 com.apple.HIToolbox 0x94f08c02 _AcquireNextEvent + 54
    9 com.apple.HIToolbox 0x94efed5b _RunAppModalLoop + 101
    10 com.apple.HIToolbox 0x94eff15c RunAppModalLoopForWindow + 119
    11 com.apple.AppKit 0x91a85426 -[NSApplication _realDoModalLoop:peek:] + 961
    12 com.apple.AppKit 0x91a84ab1 -[NSApplication runModalForWindow:] + 273
    13 com.apple.AppKit 0x91d177f3 -[NSSavePanel runModal] + 420
    14 com.apple.AppKit 0x91ef17a7 -[NSNavOpenPanel run] + 141
    15 com.apple.AppKit 0x91ef335b _NSNavDialogRun + 223
    16 ...romedia.Flash Player.plugin 0x1f3a8ee1 FlashPlayer10_0_45_2FlashPlayer + 771073
    17 ...ple.CoreServices.CarbonCore 0x991398cb MPRemoteCallback + 32
    18 com.apple.CoreFoundation 0x967baedb __CFRunLoopRun + 8059
    19 com.apple.CoreFoundation 0x967b8864 CFRunLoopRunSpecific + 452
    20 com.apple.CoreFoundation 0x967b8691 CFRunLoopRunInMode + 97
    21 com.apple.HIToolbox 0x94d80f0c RunCurrentEventLoopInMode + 392
    22 com.apple.HIToolbox 0x94d80cc3 ReceiveNextEventCommon + 354
    23 com.apple.HIToolbox 0x94f08c02 _AcquireNextEvent + 54
    24 com.apple.HIToolbox 0x94efe944 RunApplicationEventLoop + 228
    25 com.operasoftware.Opera 0x0000383c 0x1000 + 10300
    26 com.operasoftware.Opera 0x00002802 0x1000 + 6146
    27 com.operasoftware.Opera 0x00002729 0x1000 + 5929
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0xffff028f _spinlock + 47
    1 libSystem.B.dylib 0x9894486b malloczonecalloc + 88
    2 libSystem.B.dylib 0x989447fa calloc + 57
    3 libSystem.B.dylib 0x9895670a tokentableadd + 103
    4 libSystem.B.dylib 0x98955e13 notifyregistercheck + 623
    5 libSystem.B.dylib 0x9895e3f0 sl_initnotify + 95
    6 libSystem.B.dylib 0x9895ec67 vsyslog + 148
    7 libSystem.B.dylib 0x989d2dcf dispatchlogv + 32
    8 libSystem.B.dylib 0x989d2dad dispatchlog + 27
    9 libSystem.B.dylib 0x989d2d0c dispatchbug + 82
    10 libSystem.B.dylib 0x98965866 dispatch_mgrinvoke + 313
    11 libSystem.B.dylib 0x98964cc3 dispatch_queueinvoke + 163
    12 libSystem.B.dylib 0x98964a68 dispatch_workerthread2 + 234
    13 libSystem.B.dylib 0x989644f1 pthreadwqthread + 390
    14 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x9893e922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9896c45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x989b5503 pthreadcondwait + 48
    3 Opera 0x122f492a WidgetInitLibrary + 886794
    4 Opera 0x1223c7db WidgetInitLibrary + 132795
    5 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    6 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x9893e922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9896c45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x989b5503 pthreadcondwait + 48
    3 Opera 0x122f492a WidgetInitLibrary + 886794
    4 Opera 0x1223c7db WidgetInitLibrary + 132795
    5 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    6 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x9895d856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x967f8ddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    3 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x98964182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98964718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 6:
    0 libSystem.B.dylib 0x9893e8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9893f047 mach_msg + 68
    2 ...romedia.Flash Player.plugin 0x1f507bc4 FlashPlayer10_0_45_2FlashPlayer + 2207972
    3 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    4 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9893e922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9896c45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x989b5503 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1f2de44f 0x1f000000 + 3007567
    4 ...romedia.Flash Player.plugin 0x1f2f7ccf FlashPlayer10_0_45_2FlashPlayer + 45551
    5 ...romedia.Flash Player.plugin 0x1f2de8ff 0x1f000000 + 3008767
    6 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    7 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9893e922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9896c45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x989b5503 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1f2de44f 0x1f000000 + 3007567
    4 ...romedia.Flash Player.plugin 0x1f2f7ccf FlashPlayer10_0_45_2FlashPlayer + 45551
    5 ...romedia.Flash Player.plugin 0x1f2de8ff 0x1f000000 + 3008767
    6 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    7 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x9893e8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9893f047 mach_msg + 68
    2 com.apple.CoreFoundation 0x967b977f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x967b8864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x967be7a4 CFRunLoopRun + 84
    5 com.apple.DesktopServices 0x9218363f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6 ...ple.CoreServices.CarbonCore 0x990967ae PrivateMPEntryPoint + 68
    7 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    8 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0xffff028f _spinlock + 47
    1 libSystem.B.dylib 0x98945388 free + 244
    2 libSystem.B.dylib 0x98974a27 pthread_tsdcleanup + 88
    3 libSystem.B.dylib 0x9897463a pthreadexit + 154
    4 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 11:
    0 libSystem.B.dylib 0xffff028f _spinlock + 47
    1 libSystem.B.dylib 0x98945388 free + 244
    2 libSystem.B.dylib 0x98974a27 pthread_tsdcleanup + 88
    3 libSystem.B.dylib 0x9897463a pthreadexit + 154
    4 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 12:
    0 libSystem.B.dylib 0x98964182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98964718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 13:
    0 libSystem.B.dylib 0xffff028f _spinlock + 47
    1 libSystem.B.dylib 0x98945388 free + 244
    2 libSystem.B.dylib 0x98974a27 pthread_tsdcleanup + 88
    3 libSystem.B.dylib 0x9897463a pthreadexit + 154
    4 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 14:
    0 libSystem.B.dylib 0x9896c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9896c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9896e158 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x990cb87a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9913986c MPRemoteCall + 315
    5 ...romedia.Flash Player.plugin 0x1f3aa9ce FlashPlayer10_0_45_2FlashPlayer + 777966
    6 ...romedia.Flash Player.plugin 0x1f07a388 0x1f000000 + 500616
    7 ...romedia.Flash Player.plugin 0x1f07a3b1 0x1f000000 + 500657
    8 ...romedia.Flash Player.plugin 0x1f2de8ff 0x1f000000 + 3008767
    9 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    10 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 15 Crashed:
    0 libSystem.B.dylib 0x98a489e5 __abort + 136
    1 libSystem.B.dylib 0x98a48a55 abortreportnp + 0
    2 libSystem.B.dylib 0x98a355ec _pthreadmarkcancel + 0
    3 com.apple.ImageIO.framework 0x956a8268 floor_ratio(int, int) + 65
    4 com.apple.ImageIO.framework 0x956b21e6 kdpacketsequencer::init() + 346
    5 com.apple.ImageIO.framework 0x956ac86a kd_tile::initialize() + 10056
    6 com.apple.ImageIO.framework 0x956a9d41 kdcodestream::create_tile(kducoords) + 559
    7 com.apple.ImageIO.framework 0x956a99e4 kducodestream::open_tile(kducoords, kduthreadenv*) + 298
    8 com.apple.ImageIO.framework 0x956a988a kduregion_decompressor::opentile(int) + 2036
    9 com.apple.ImageIO.framework 0x956a84a0 kduregion_decompressor::processgeneric(int, int, kdu_coords, int, int, int, kdu_dims&, kdu_dims&, int, bool) + 116
    10 com.apple.ImageIO.framework 0x956a8420 kduregiondecompressor::process(int*, kdu_coords, int, int, int, int, kdu_dims&, kdu_dims&) + 406
    11 com.apple.ImageIO.framework 0x956a7371 kdrc_stream::process(int, kdu_dims&, int&) + 1001
    12 com.apple.ImageIO.framework 0x956a6e73 kduregioncompositor::process(int, kdu_dims&) + 271
    13 com.apple.ImageIO.framework 0x956a6198 cgJP2DecompressBand + 240
    14 com.apple.ImageIO.framework 0x956a608b getBandProcJP2 + 49
    15 com.apple.ImageIO.framework 0x9565cfea glueCopyImageBlockSet + 2094
    16 com.apple.ImageIO.framework 0x95654429 ImageProviderCopyImageBlockSetCallback + 174
    17 com.apple.CoreGraphics 0x95a96b4b CGImageProviderCopyImageBlockSet + 228
    18 com.apple.CoreGraphics 0x95a9b35c imgblockscreate + 348
    19 com.apple.CoreGraphics 0x95a9b1e1 imgblocksextent + 85
    20 com.apple.CoreGraphics 0x95a3460e imgdatalock + 8882
    21 com.apple.CoreGraphics 0x95a3170a CGSImageDataLock + 172
    22 libRIP.A.dylib 0x96734748 ripc_AcquireImage + 2446
    23 libRIP.A.dylib 0x967323be ripc_DrawImage + 1245
    24 com.apple.CoreGraphics 0x95a31384 CGContextDrawImage + 450
    25 com.apple.CoreGraphics 0x95bfac3f CGPDFDrawingContextDrawImage + 423
    26 com.apple.CoreGraphics 0x95bf2563 op_Do + 121
    27 com.apple.CoreGraphics 0x95ab240c pdfscanner_handlexname + 104
    28 com.apple.CoreGraphics 0x95ab1514 CGPDFScannerScan + 515
    29 com.apple.CoreGraphics 0x95aaf630 CGPDFDrawingContextDrawPage + 812
    30 com.apple.CoreGraphics 0x95aaf2ca CGContextDrawPDFPageWithProgressCallback + 99
    31 com.apple.CoreGraphics 0x95aaf264 CGContextDrawPDFPage + 40
    32 com.apple.ImageIO.framework 0x9565d864 getBandProcPDF + 1753
    33 com.apple.ImageIO.framework 0x9565cfea glueCopyImageBlockSet + 2094
    34 com.apple.ImageIO.framework 0x95654429 ImageProviderCopyImageBlockSetCallback + 174
    35 com.apple.CoreGraphics 0x95a96b4b CGImageProviderCopyImageBlockSet + 228
    36 com.apple.CoreGraphics 0x95a9b35c imgblockscreate + 348
    37 com.apple.CoreGraphics 0x95a32ec5 imgdatalock + 2921
    38 com.apple.CoreGraphics 0x95a3170a CGSImageDataLock + 172
    39 libRIP.A.dylib 0x96734748 ripc_AcquireImage + 2446
    40 libRIP.A.dylib 0x967323be ripc_DrawImage + 1245
    41 com.apple.CoreGraphics 0x95a31384 CGContextDrawImage + 450
    42 com.apple.ImageIO.framework 0x956cc00c CGImageCreateCopyWithParametersNew + 1503
    43 com.apple.ImageIO.framework 0x956cad28 CGImageSourceCreateThumbnailAtIndex + 3475
    44 com.apple.AppKit 0x91c8521d -[NSNavFBENode _quickLookImageWithMaxSize:isThumbnail:] + 956
    45 com.apple.AppKit 0x91c90832 +[NSNavNodePreviewHelper _subthreadComputePreviewThumbnailImages] + 626
    46 com.apple.Foundation 0x90b3f8d8 -[NSThread main] + 45
    47 com.apple.Foundation 0x90b3f888 _NSThread__main_ + 1499
    48 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    49 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x9893e93a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9896c445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x9899b028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x990b7235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x990b6f73 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x990db16b TimerThread + 97
    6 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    7 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 15 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x98a48969 ecx: 0x98944c22 edx: 0x00000000
    edi: 0x000000bb esi: 0x957b87fe ebp: 0xb07d6b58 esp: 0xb07d6b30
    ss: 0x0000001f efl: 0x00010286 eip: 0x98a489e5 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x25820000
    Binary Images:
    0x1000 - 0x9ff3 +com.operasoftware.Opera 10.00 (6652) <A95794E5-C798-36AB-2CBA-49C4E0AB5C40> /Applications/Opera.app/Contents/MacOS/Opera
    0x600000 - 0x601ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x74d000 - 0x75fff7 libTraditionalChineseConverter.dylib ??? (???) <C4E0D62B-4D1A-8DAD-D10B-2C055AA0479C> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x763000 - 0x771fe7 libSimplifiedChineseConverter.dylib ??? (???) <4C9CC2D9-2F13-4465-5447-2516FCD9255B> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x11800000 - 0x12427fe2 +Opera ??? (???) <B01671CC-C84A-E0A9-1FC1-44B7C48948C3> /Applications/Opera.app/Contents/Frameworks/Opera.framework/Opera
    0x17464000 - 0x17467ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x18840000 - 0x18869fef com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <C5992CBA-0496-9681-A7CA-A932F2BC1CB9> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x188d8000 - 0x18908ff4 +com.google.googletalkbrowserplugin 1.0.20.8768 (1.0.20.8768) <E68E4E2F-8349-0CF8-E36B-FD1BC8A62DF6> /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin/Contents/MacOS/googletalkbrowserplugin
    0x1a684000 - 0x1a6d9fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1f000000 - 0x1f63affb +com.macromedia.Flash Player.plugin 10.0.45.2 (1.0.4f458472) <D1AAAB5D-4178-61E6-A5B8-35B01D303955> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x9000e000 - 0x90443ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90444000 - 0x904f7fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x904f8000 - 0x904faff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x904fb000 - 0x90593fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90594000 - 0x906c2fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90978000 - 0x909a9ff3 libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x909aa000 - 0x90aa0ff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90aa1000 - 0x90ad9ff7 com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90b29000 - 0x90d99ffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90d9a000 - 0x90da8fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x90da9000 - 0x90df9fe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90dfa000 - 0x90e38ff7 com.apple.QuickLookFramework 2.1 (327.3) <BAF90576-16DF-13E6-9756-31537076E843> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90e39000 - 0x90e46ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90e47000 - 0x90e65ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90e66000 - 0x90e66ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90e67000 - 0x90e67ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90e68000 - 0x90e6aff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90e6b000 - 0x90eebfeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90eec000 - 0x90efcff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x90efd000 - 0x90f07ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90f08000 - 0x90f08ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x90f09000 - 0x90f78ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90f79000 - 0x90faeff7 libcups.2.dylib ??? (???) <AFDC4D3C-0FF4-D459-B26C-4BA1093F9142> /usr/lib/libcups.2.dylib
    0x90faf000 - 0x9105eff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x910a9000 - 0x910bdffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x910be000 - 0x91299ff3 libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x913b1000 - 0x9170ffff com.apple.RawCamera.bundle 3.0.1 (523) <BB20C4C8-ACEE-7B40-C1A0-4BF4EC6B8796> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91711000 - 0x917bfff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x917c6000 - 0x920a4ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92181000 - 0x9225bff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9225c000 - 0x922cffff com.apple.iLifeMediaBrowser 2.1.5 (368) <30261504-7533-5424-DD15-32739DED6FB0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x92309000 - 0x9238bffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92391000 - 0x927a7ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x927a8000 - 0x9292afe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x9292b000 - 0x92952ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92c17000 - 0x92c21ff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92c22000 - 0x92c42fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x92ce6000 - 0x92ce7ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x92dcd000 - 0x93d5bff7 com.apple.QuickTimeComponents.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93e39000 - 0x93e3cfe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93e3d000 - 0x93eadff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <464A915D-E670-FA22-7799-454259D42B82> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x93f23000 - 0x93f3eff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93f3f000 - 0x93f42ff7 libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93f43000 - 0x93f48ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93f62000 - 0x93f6cfe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93f6d000 - 0x93f7dff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93f7e000 - 0x94025fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94026000 - 0x94127fe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x94128000 - 0x94182fe7 com.apple.CorePDF 1.1 (1.1) <8ED0FB5F-D498-D012-DF09-DE5378D40D52> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x941cc000 - 0x94219feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9421a000 - 0x942c2ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x942c3000 - 0x9432dfe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x94b59000 - 0x94c66ff7 com.apple.MediaToolbox 0.420.18 (420.18) <31935D52-1F8D-4AB2-CCA5-4CF615CBCE24> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x94c67000 - 0x94c83fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94c84000 - 0x94c84ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94c96000 - 0x94cd2fff com.apple.CoreMediaIOServices 124.0 (850) <5F9B1AA3-8BB3-4E8C-2A31-F8FD5EC3F28A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94cdb000 - 0x94d1eff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94d4c000 - 0x9506ffef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x950ac000 - 0x9528efff com.apple.imageKit 2.0.1 (1.0) <3CD99122-4DC8-00CE-4BD7-E3E1E1C71C30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95299000 - 0x952ddff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x952f7000 - 0x952f7ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x952f8000 - 0x9531efff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9531f000 - 0x95354ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95355000 - 0x95377fef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95378000 - 0x95431fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x95432000 - 0x95444ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x95455000 - 0x95458ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x95491000 - 0x954b1fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x955ac000 - 0x95648fe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95649000 - 0x95805fef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95806000 - 0x95840ffb libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x95841000 - 0x95980fe3 com.apple.QTKit 7.6.3 (1591.3) <18F25C19-F0B8-5907-D6D6-65EC53DF0D3B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x959ab000 - 0x959eaff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x959eb000 - 0x959f1ff7 libCGXCoreImage.A.dylib ??? (???) <5233872A-EAC6-1D42-3959-6CE6C5DEB931> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x959f2000 - 0x961d54b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x961d6000 - 0x96684fe7 com.apple.VideoToolbox 0.420.18 (420.18) <CB16BB7D-FBE2-A2AD-490A-18479A8321BA> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x96685000 - 0x96696ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96697000 - 0x9670efe3 com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96722000 - 0x96763ff7 libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9676c000 - 0x96777ff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96778000 - 0x9677cff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9677d000 - 0x968f4fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x968f5000 - 0x968fcff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x968fd000 - 0x968fdff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96930000 - 0x96976ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x96977000 - 0x96977ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96a1e000 - 0x96a1eff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96a1f000 - 0x96afcff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96b44000 - 0x96b95ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96baa000 - 0x96beaff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96beb000 - 0x96bf2fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96bf3000 - 0x96e55fe7 com.apple.security 6.1.1 (37594) <9AA7D9BF-852F-111F-68AD-65DD760D4DF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96e56000 - 0x96e6afe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96e6b000 - 0x96ea2fe7 libssl.0.9.8.dylib ??? (???) <95FE66AC-C850-4AB4-DD3F-7F198A5E1EAC> /usr/lib/libssl.0.9.8.dylib
    0x96ea3000 - 0x96efdff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96efe000 - 0x971f7fef com.apple.QuickTime 7.6.3 (1591.3) <803CC5FD-2369-83B5-795D-A8963620EFAC> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x972a7000 - 0x972d7ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x972d8000 - 0x97387fe3 com.apple.QuickTimeImporters.component 7.6.3 (1591.3) <2E2381EB-5E5E-B714-C65D-FCE349E77094> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x97388000 - 0x973a0ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x973a1000 - 0x973deff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x973e2000 - 0x973e6ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x973e7000 - 0x973f0ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x973f1000 - 0x9751dfeb com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9751e000 - 0x975bbfe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x975bc000 - 0x977e7ff3 com.apple.QuartzComposer 4.1 (156.10) <24293329-50D7-D12F-51B3-57976A4E52B1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x977e8000 - 0x97895fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x97896000 - 0x9789aff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9789b000 - 0x978a7ff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x978a8000 - 0x979ccff7 com.apple.CoreAUC 5.03.2 (5.03.2) <38C77DF1-6F98-4ABF-BE8F-ADA70E9C622D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x979cd000 - 0x97a47fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97a96000 - 0x97abeff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x97bdd000 - 0x97c26fe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97c27000 - 0x97d2bfe7 libcrypto.0.9.8.dylib ??? (???) <2E58547A-91CC-4C1A-9FCC-DA7515FDB68A> /usr/lib/libcrypto.0.9.8.dylib
    0x97d2c000 - 0x97d2cff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97d2d000 - 0x97d85fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x97d86000 - 0x97de6fe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97f13000 - 0x97f63ff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x97f64000 - 0x97f97ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97fde000 - 0x98020fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98021000 - 0x98388ff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x98389000 - 0x9838fff7 com.apple.DisplayServicesFW 2.2 (2.2) <72C790A9-F4D2-DA92-015B-4CAF478FC0C2> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98847000 - 0x9888bfe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x988ac000 - 0x9893dfe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9893e000 - 0x98ae2feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x98ae3000 - 0x98badfef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98bc7000 - 0x98bcdfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x98c06000 - 0x98c1bfff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x98c1c000 - 0x98c8aff7 com.apple.QuickLookUIFramework 2.1 (327.3) <2F51D9CB-F827-E0AF-F201-5F4244C0D02A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x98c8b000 - 0x98c8cff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x98c8d000 - 0x98cb1ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x98cd4000 - 0x98cd5ff7 com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <845D5E0D-870D-B7E8-AAC5-8364AC341AA1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98cef000 - 0x98eeffeb com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x98ef0000 - 0x98f54ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x98f55000 - 0x98fabff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x98fac000 - 0x98fafffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98fb0000 - 0x98fbdff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98fbe000 - 0x98ff5ff7 com.apple.CoreMedia 0.420.18 (420.18) <43747711-B334-B0C7-4971-15FA586DAFBF> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98ff6000 - 0x9906fff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x99070000 - 0x9938ffe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x99390000 - 0x99492fef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x99493000 - 0x99630fef com.apple.JavaScriptCore 6531.21 (6531.21.9) <C3642BB4-3D06-B371-B4CD-0DF5DA646673> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib ??? (???) <4FB5CEEB-8D3E-8C57-1718-81D7CAFBFE69> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib ??? (???) <A23F9980-5CC8-A44D-6FD6-DBFCBFF4FF28> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.48f2
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.26)
    Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 465.76 GB
    Serial ATA Device: MATSHITADVD-R UJ-868
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: FANTOM DRIVE, 0x13fd (Initio Corporation), 0x1340, 0x26200000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000

    Thanks Carolyn, but that still doesn't solve the problem.
    Here's the error I get after trying to click on desktop file to attach to a gmail message.
    Process: Safari [960]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.4 (6531.21.10)
    Build Info: WebBrowser-65312110~2
    Code Type: X86 (Native)
    Parent Process: launchd [118]
    Date/Time: 2010-03-05 23:00:28.269 -0800
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 112855 sec
    Crashes Since Last Report: 90
    Per-App Interval Since Last Report: 11502 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 8BC34852-F784-451A-817A-4FE6DB8089EA
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 19
    Application Specific Information:
    Assertion failed: (den > 0), function floor_ratio, file /SourceCache/ImageIO/ImageIO-457/ProjSnowLeopard/../libJP2-5.1/coresys/common/k du_utils.h, line 187.
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x9893e8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9893f047 mach_msg + 68
    2 com.apple.CoreGraphics 0x95a195ea _CGSSynchronizeWindowBackingStore + 139
    3 com.apple.CoreGraphics 0x95a11936 _CGSLockWindow + 1359
    4 com.apple.CoreGraphics 0x95a1918a CGSDeviceLock + 493
    5 libRIP.A.dylib 0x9672a58b ripd_Lock + 62
    6 libRIP.A.dylib 0x967357c5 ripl_BltImage + 429
    7 libRIP.A.dylib 0x9673538b ripc_RenderImage + 269
    8 libRIP.A.dylib 0x96750e6e ripc_DrawWindowContents + 2695
    9 com.apple.CoreGraphics 0x95ac2b08 contextCopyWindowContentsToRect + 186
    10 com.apple.CoreGraphics 0x95ac2a4c CGContextCopyWindowContentsToRect + 107
    11 com.apple.AppKit 0x9198b81d _NSRenderImageFromWindow + 1683
    12 com.apple.AppKit 0x9198b175 _NXScroll + 385
    13 com.apple.AppKit 0x9189c3e0 -[NSClipView _immediateScrollToPoint:] + 2956
    14 com.apple.AppKit 0x9189b7c1 -[NSClipView scrollToPoint:] + 248
    15 com.apple.AppKit 0x9198a922 -[NSScrollView scrollClipView:toPoint:] + 313
    16 com.apple.AppKit 0x918a5fea -[NSClipView _scrollTo:animate:] + 1042
    17 com.apple.AppKit 0x91a129f5 -[NSScrollView _doScroller:hitPart:multiplier:] + 945
    18 com.apple.AppKit 0x91a1260d -[NSScrollView _doScroller:] + 76
    19 com.apple.AppKit 0x9184cf86 -[NSApplication sendAction:to:from:] + 112
    20 com.apple.Safari 0x0004c78f 0x1000 + 309135
    21 com.apple.AppKit 0x9192c705 -[NSControl sendAction:to:] + 108
    22 com.apple.AppKit 0x91a125ae -[NSScroller sendAction:to:] + 95
    23 com.apple.AppKit 0x91a1235a -[NSScroller(NSScrollerPrivate) _scrollByDelta:] + 845
    24 com.apple.AppKit 0x91a119ea -[NSScrollView scrollWheel:] + 943
    25 com.apple.AppKit 0x91839ddd forwardMethod + 113
    26 com.apple.AppKit 0x91a11621 -[NSView scrollWheel:] + 274
    27 com.apple.AppKit 0x91839ddd forwardMethod + 113
    28 com.apple.AppKit 0x91a11621 -[NSView scrollWheel:] + 274
    29 com.apple.AppKit 0x91923fe0 -[NSWindow sendEvent:] + 5757
    30 com.apple.AppKit 0x91ef1547 -[NSNavSavePanel sendEvent:] + 438
    31 com.apple.AppKit 0x9183cb2f -[NSApplication sendEvent:] + 6431
    32 com.apple.Safari 0x00030bd3 0x1000 + 195539
    33 com.apple.AppKit 0x91a8538b -[NSApplication _realDoModalLoop:peek:] + 806
    34 com.apple.AppKit 0x91a84ab1 -[NSApplication runModalForWindow:] + 273
    35 com.apple.AppKit 0x91d177f3 -[NSSavePanel runModal] + 420
    36 com.apple.AppKit 0x91ef17a7 -[NSNavOpenPanel run] + 141
    37 com.apple.AppKit 0x91ef335b _NSNavDialogRun + 223
    38 ...romedia.Flash Player.plugin 0x1b3aeee1 FlashPlayer10_0_45_2FlashPlayer + 771073
    39 ...ple.CoreServices.CarbonCore 0x991398cb MPRemoteCallback + 32
    40 com.apple.CoreFoundation 0x967baedb __CFRunLoopRun + 8059
    41 com.apple.CoreFoundation 0x967b8864 CFRunLoopRunSpecific + 452
    42 com.apple.CoreFoundation 0x967b8691 CFRunLoopRunInMode + 97
    43 com.apple.HIToolbox 0x94d80f0c RunCurrentEventLoopInMode + 392
    44 com.apple.HIToolbox 0x94d80cc3 ReceiveNextEventCommon + 354
    45 com.apple.HIToolbox 0x94d80b48 BlockUntilNextEventMatchingListInMode + 81
    46 com.apple.AppKit 0x9180eac5 _DPSNextEvent + 847
    47 com.apple.AppKit 0x9180e306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    48 com.apple.Safari 0x0000c258 0x1000 + 45656
    49 com.apple.AppKit 0x917d049f -[NSApplication run] + 821
    50 com.apple.AppKit 0x917c8535 NSApplicationMain + 574
    51 com.apple.Safari 0x0000273d 0x1000 + 5949
    Thread 1: JavaScriptCore: FastMalloc scavenger
    0 libSystem.B.dylib 0x9896c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x98998441 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x989ce65a sleep$UNIX2003 + 63
    3 com.apple.JavaScriptCore 0x995b50b8 ***::TCMalloc_PageHeap::scavengerThread() + 168
    4 ??? 0x00000020 0 + 32
    Thread 2: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x989650ea kevent + 10
    1 libSystem.B.dylib 0x98965804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x98964cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x98964a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x989644f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 3: WebCore: IconDatabase
    0 libSystem.B.dylib 0x9896c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9896c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9896e158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.WebCore 0x943354ca WebCore::IconDatabase::syncThreadMainLoop() + 266
    4 com.apple.WebCore 0x94331394 WebCore::IconDatabase::iconDatabaseSyncThread() + 180
    5 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    6 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 4: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x9893e8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9893f047 mach_msg + 68
    2 com.apple.CoreFoundation 0x967b977f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x967b8864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x967b8691 CFRunLoopRunInMode + 97
    5 com.apple.Safari 0x000254c9 0x1000 + 148681
    6 com.apple.Safari 0x0002517c 0x1000 + 147836
    7 com.apple.Safari 0x00025115 0x1000 + 147733
    8 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    9 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9893e8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9893f047 mach_msg + 68
    2 com.apple.CoreFoundation 0x967b977f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x967b8864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x967b8691 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x90b78430 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6 com.apple.Foundation 0x90b3f8d8 -[NSThread main] + 45
    7 com.apple.Foundation 0x90b3f888 _NSThread__main_ + 1499
    8 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    9 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9895d856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x967f8ddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    3 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 7: Safari: SnapshotStore
    0 libSystem.B.dylib 0x9896c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9896c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9896e158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x9949ba71 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4 com.apple.Safari 0x00041ddd 0x1000 + 265693
    5 com.apple.Safari 0x00041d2d 0x1000 + 265517
    6 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    7 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x98964182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98964718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 9:
    0 libSystem.B.dylib 0x9893e8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9893f047 mach_msg + 68
    2 ...romedia.Flash Player.plugin 0x1b50dbc4 FlashPlayer10_0_45_2FlashPlayer + 2207972
    3 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    4 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x9893e922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9896c45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x989b5503 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1b2e444f 0x1b006000 + 3007567
    4 ...romedia.Flash Player.plugin 0x1b2fdccf FlashPlayer10_0_45_2FlashPlayer + 45551
    5 ...romedia.Flash Player.plugin 0x1b2e48ff 0x1b006000 + 3008767
    6 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    7 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x9893e922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x9896c45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x989b5503 pthreadcondwait + 48
    3 ...romedia.Flash Player.plugin 0x1b2e444f 0x1b006000 + 3007567
    4 ...romedia.Flash Player.plugin 0x1b2fdccf FlashPlayer10_0_45_2FlashPlayer + 45551
    5 ...romedia.Flash Player.plugin 0x1b2e48ff 0x1b006000 + 3008767
    6 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    7 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9893e8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9893f047 mach_msg + 68
    2 com.apple.CoreFoundation 0x967b977f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x967b8864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x967be7a4 CFRunLoopRun + 84
    5 com.apple.DesktopServices 0x9218363f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6 ...ple.CoreServices.CarbonCore 0x990967ae PrivateMPEntryPoint + 68
    7 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    8 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x98964182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98964718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 14:
    0 libSystem.B.dylib 0x98964182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98964718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 15:
    0 libSystem.B.dylib 0x98964182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98964718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 16:
    0 libSystem.B.dylib 0x98964182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98964718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 17:
    0 libSystem.B.dylib 0x98964182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98964718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98964336 start_wqthread + 30
    Thread 18:
    0 libSystem.B.dylib 0x9896c806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9896c4c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9896e158 pthreadcondwait$UNIX2003 + 73
    3 ...ple.CoreServices.CarbonCore 0x990cb87a TSWaitOnCondition + 126
    4 ...ple.CoreServices.CarbonCore 0x9913986c MPRemoteCall + 315
    5 ...romedia.Flash Player.plugin 0x1b3b09ce FlashPlayer10_0_45_2FlashPlayer + 777966
    6 ...romedia.Flash Player.plugin 0x1b080388 0x1b006000 + 500616
    7 ...romedia.Flash Player.plugin 0x1b0803b1 0x1b006000 + 500657
    8 ...romedia.Flash Player.plugin 0x1b2e48ff 0x1b006000 + 3008767
    9 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    10 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 19 Crashed:
    0 libSystem.B.dylib 0x989aba4e _semwait_signalnocancel + 10
    1 libSystem.B.dylib 0x989ab932 nanosleep$NOCANCEL$UNIX2003 + 166
    2 libSystem.B.dylib 0x98a2739a usleep$NOCANCEL$UNIX2003 + 61
    3 libSystem.B.dylib 0x98a48a50 abort + 105
    4 libSystem.B.dylib 0x98a355ec _pthreadmarkcancel + 0
    5 com.apple.ImageIO.framework 0x956a8268 floor_ratio(int, int) + 65
    6 com.apple.ImageIO.framework 0x956b21e6 kdpacketsequencer::init() + 346
    7 com.apple.ImageIO.framework 0x956ac86a kd_tile::initialize() + 10056
    8 com.apple.ImageIO.framework 0x956a9d41 kdcodestream::create_tile(kducoords) + 559
    9 com.apple.ImageIO.framework 0x956a99e4 kducodestream::open_tile(kducoords, kduthreadenv*) + 298
    10 com.apple.ImageIO.framework 0x956a988a kduregion_decompressor::opentile(int) + 2036
    11 com.apple.ImageIO.framework 0x956a84a0 kduregion_decompressor::processgeneric(int, int, kdu_coords, int, int, int, kdu_dims&, kdu_dims&, int, bool) + 116
    12 com.apple.ImageIO.framework 0x956a8420 kduregiondecompressor::process(int*, kdu_coords, int, int, int, int, kdu_dims&, kdu_dims&) + 406
    13 com.apple.ImageIO.framework 0x956a7371 kdrc_stream::process(int, kdu_dims&, int&) + 1001
    14 com.apple.ImageIO.framework 0x956a6e73 kduregioncompositor::process(int, kdu_dims&) + 271
    15 com.apple.ImageIO.framework 0x956a6198 cgJP2DecompressBand + 240
    16 com.apple.ImageIO.framework 0x956a608b getBandProcJP2 + 49
    17 com.apple.ImageIO.framework 0x9565cfea glueCopyImageBlockSet + 2094
    18 com.apple.ImageIO.framework 0x95654429 ImageProviderCopyImageBlockSetCallback + 174
    19 com.apple.CoreGraphics 0x95a96b4b CGImageProviderCopyImageBlockSet + 228
    20 com.apple.CoreGraphics 0x95a9b35c imgblockscreate + 348
    21 com.apple.CoreGraphics 0x95a9b1e1 imgblocksextent + 85
    22 com.apple.CoreGraphics 0x95a3460e imgdatalock + 8882
    23 com.apple.CoreGraphics 0x95a3170a CGSImageDataLock + 172
    24 libRIP.A.dylib 0x96734748 ripc_AcquireImage + 2446
    25 libRIP.A.dylib 0x967323be ripc_DrawImage + 1245
    26 com.apple.CoreGraphics 0x95a31384 CGContextDrawImage + 450
    27 com.apple.CoreGraphics 0x95bfac3f CGPDFDrawingContextDrawImage + 423
    28 com.apple.CoreGraphics 0x95bf2563 op_Do + 121
    29 com.apple.CoreGraphics 0x95ab240c pdfscanner_handlexname + 104
    30 com.apple.CoreGraphics 0x95ab1514 CGPDFScannerScan + 515
    31 com.apple.CoreGraphics 0x95aaf630 CGPDFDrawingContextDrawPage + 812
    32 com.apple.CoreGraphics 0x95aaf2ca CGContextDrawPDFPageWithProgressCallback + 99
    33 com.apple.CoreGraphics 0x95aaf264 CGContextDrawPDFPage + 40
    34 com.apple.ImageIO.framework 0x9565d864 getBandProcPDF + 1753
    35 com.apple.ImageIO.framework 0x9565cfea glueCopyImageBlockSet + 2094
    36 com.apple.ImageIO.framework 0x95654429 ImageProviderCopyImageBlockSetCallback + 174
    37 com.apple.CoreGraphics 0x95a96b4b CGImageProviderCopyImageBlockSet + 228
    38 com.apple.CoreGraphics 0x95a9b35c imgblockscreate + 348
    39 com.apple.CoreGraphics 0x95a32ec5 imgdatalock + 2921
    40 com.apple.CoreGraphics 0x95a3170a CGSImageDataLock + 172
    41 libRIP.A.dylib 0x96734748 ripc_AcquireImage + 2446
    42 libRIP.A.dylib 0x967323be ripc_DrawImage + 1245
    43 com.apple.CoreGraphics 0x95a31384 CGContextDrawImage + 450
    44 com.apple.ImageIO.framework 0x956cc00c CGImageCreateCopyWithParametersNew + 1503
    45 com.apple.ImageIO.framework 0x956cad28 CGImageSourceCreateThumbnailAtIndex + 3475
    46 com.apple.AppKit 0x91c8521d -[NSNavFBENode _quickLookImageWithMaxSize:isThumbnail:] + 956
    47 com.apple.AppKit 0x91c90832 +[NSNavNodePreviewHelper _subthreadComputePreviewThumbnailImages] + 626
    48 com.apple.Foundation 0x90b3f8d8 -[NSThread main] + 45
    49 com.apple.Foundation 0x90b3f888 _NSThread__main_ + 1499
    50 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    51 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x9893e93a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9896c445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x9899b028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x990b7235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x990b6f73 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x990db16b TimerThread + 97
    6 libSystem.B.dylib 0x9896bfbd pthreadstart + 345
    7 libSystem.B.dylib 0x9896be42 thread_start + 34
    Thread 19 crashed with X86 Thread State (32-bit):
    eax: 0x0000003c ebx: 0x989ab899 ecx: 0xb017faec edx: 0x989aba4e
    edi: 0x000000bb esi: 0xb017fb48 ebp: 0xb017fb28 esp: 0xb017faec
    ss: 0x0000001f efl: 0x00000247 eip: 0x989aba4e cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x002ff000
    Binary Images:
    0x1000 - 0x1b4fe7 com.apple.Safari 4.0.4 (6531.21.10) <0FEFC124-5DC1-2D4A-24FC-3EC75409623E> /Applications/Safari.app/Contents/MacOS/Safari
    0x25da000 - 0x25daff7 com.apple.JavaPluginCocoa 13.1.0 (13.1.0) <C2C8B385-DB44-1D5E-5221-9ED1BA43930B> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x25f0000 - 0x25f7ff7 com.apple.JavaVM 13.1.0 (13.1.0) <2842C4EE-869D-81E6-E771-062F583A1044> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x17eb8000 - 0x17ee1fef com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <C5992CBA-0496-9681-A7CA-A932F2BC1CB9> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1b006000 - 0x1b640ffb +com.macromedia.Flash Player.plugin 10.0.45.2 (1.0.4f458472) <D1AAAB5D-4178-61E6-A5B8-35B01D303955> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1c7d7000 - 0x1c82cfdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1c85a000 - 0x1c85dff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x1c862000 - 0x1c892ff4 +com.google.googletalkbrowserplugin 1.0.20.8768 (1.0.20.8768) <E68E4E2F-8349-0CF8-E36B-FD1BC8A62DF6> /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin/Contents/MacOS/googletalkbrowserplugin
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x9000e000 - 0x90443ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90444000 - 0x904f7fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x904f8000 - 0x904faff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x904fb000 - 0x90593fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90594000 - 0x906c2fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90978000 - 0x909a9ff3 libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x909aa000 - 0x90aa0ff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90aa1000 - 0x90ad9ff7 com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90b29000 - 0x90d99ffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90d9a000 - 0x90da8fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x90da9000 - 0x90df9fe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90dfa000 - 0x90e38ff7 com.apple.QuickLookFramework 2.1 (327.3) <BAF90576-16DF-13E6-9756-31537076E843> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90e39000 - 0x90e46ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90e47000 - 0x90e65ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90e66000 - 0x90e66ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90e67000 - 0x90e67ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90e68000 - 0x90e6aff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90e6b000 - 0x90eebfeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90eec000 - 0x90efcff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x90efd000 - 0x90f07ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90f08000 - 0x90f08ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x90f09000 - 0x90f78ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90f79000 - 0x90faeff7 libcups.2.dylib ??? (???) <AFDC4D3C-0FF4-D459-B26C-4BA1093F9142> /usr/lib/libcups.2.dylib
    0x90faf000 - 0x9105eff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9105f000 - 0x91095fff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x910a9000 - 0x910bdffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x910be000 - 0x91299ff3 libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x9129a000 - 0x913b0fe3 com.apple.PubSub 1.0.4 (65.11) <7F349A71-C4E6-E645-B28D-03A7DD120AA6> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x913b1000 - 0x9170ffff com.apple.RawCamera.bundle 3.0.1 (523) <BB20C4C8-ACEE-7B40-C1A0-4BF4EC6B8796> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91711000 - 0x917bfff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x917c6000 - 0x920a4ff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92181000 - 0x9225bff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9225c000 - 0x922cffff com.apple.iLifeMediaBrowser 2.1.5 (368) <30261504-7533-5424-DD15-32739DED6FB0> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x92309000 - 0x9238bffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92391000 - 0x927a7ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x927a8000 - 0x9292afe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x9292b000 - 0x92952ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92c17000 - 0x92c21ff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92c22000 - 0x92c42fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x92ce6000 - 0x92ce7ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x92ce8000 - 0x92dccff7 com.apple.WebKit 6531.21 (6531.21.8) <0C45DB5C-D81F-BFFE-232D-7E6F647E597F> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x92dcd000 - 0x93d5bff7 com.apple.QuickTimeComponents.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x93d67000 - 0x93e38fe3 ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x93e39000 - 0x93e3cfe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93e3d000 - 0x93eadff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <464A915D-E670-FA22-7799-454259D42B82> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x93f23000 - 0x93f3eff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93f3f000 - 0x93f42ff7 libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93f43000 - 0x93f48ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93f57000 - 0x93f61ff7 com.apple.CrashReporterSupport 10.6.2 (239) <746DBA09-A901-E5FE-8605-F5EC3D9359FF> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x93f62000 - 0x93f6cfe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93f6d000 - 0x93f7dff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93f7e000 - 0x94025fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94026000 - 0x94127fe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x94128000 - 0x94182fe7 com.apple.CorePDF 1.1 (1.1) <8ED0FB5F-D498-D012-DF09-DE5378D40D52> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x941cc000 - 0x94219feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9421a000 - 0x942c2ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x942c3000 - 0x9432dfe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9432e000 - 0x94b58fe7 com.apple.WebCore 6531.21 (6531.21.8) <60DEC7F3-954D-F4C4-360A-13575EDCC40A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x94b59000 - 0x94c66ff7 com.apple.MediaToolbox 0.420.18 (420.18) <31935D52-1F8D-4AB2-CCA5-4CF615CBCE24> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x94c67000 - 0x94c83fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94c84000 - 0x94c84ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94c85000 - 0x94c95fff SyndicationUI ??? (???) <5AC05CC5-8CCA-5C2A-9252-BBDA4D5E03B2> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x94c96000 - 0x94cd2fff com.apple.CoreMediaIOServices 124.0 (850) <5F9B1AA3-8BB3-4E8C-2A31-F8FD5EC3F28A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x94cdb000 - 0x94d1eff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94d4c000 - 0x9506ffef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x950ac000 - 0x9528efff com.apple.imageKit 2.0.1 (1.0) <3CD99122-4DC8-00CE-4BD7-E3E1E1C71C30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95299000 - 0x952ddff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x952f7000 - 0x952f7ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x952f8000 - 0x9531efff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9531f000 - 0x95354ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95355000 - 0x95377fef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95378000 - 0x95431fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x95432000 - 0x95444ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x95455000 - 0x95458ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x95491000 - 0x954b1fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x955ac000 - 0x95648fe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95649000 - 0x95805fef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95806000 - 0x95840ffb libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x95841000 - 0x95980fe3 com.apple.QTKit 7.6.3 (1591.3) <18F25C19-F0B8-5907-D6D6-65EC53DF0D3B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x959ab000 - 0x959eaff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x959eb000 - 0x959f1ff7 libCGXCoreImage.A.dylib ??? (???) <5233872A-EAC6-1D42-3959-6CE6C5DEB931> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x959f2000 - 0x961d54b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x961d6000 - 0x96684fe7 com.apple.VideoToolbox 0.420.18 (420.18) <CB16BB7D-FBE2-A2AD-490A-18479A8321BA> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x96685000 - 0x96696ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96697000 - 0x9670efe3 com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96722000 - 0x96763ff7 libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9676c000 - 0x96777ff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x96778000 - 0x9677cff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9677d000 - 0x968f4fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x968f5000 - 0x968fcff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x968fd000 - 0x968fdff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96930000 - 0x96976ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x96977000 - 0x96977ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96a1e000 - 0x96a1eff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96a1f000 - 0x96afcff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96b44000 - 0x96b95ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96baa000 - 0x96beaff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96beb000 - 0x96bf2fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96bf3000 - 0x96e55fe7 com.apple.security 6.1.1 (37594) <9AA7D9BF-852F-111F-68AD-65DD760D4DF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96e56000 - 0x96e6afe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x96e6b000 - 0x96ea2fe7 libssl.0.9.8.dylib ??? (???) <95FE66AC-C850-4AB4-DD3F-7F198A5E1EAC> /usr/lib/libssl.0.9.8.dylib
    0x96ea3000 - 0x96efdff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96efe000 - 0x971f7fef com.apple.QuickTime 7.6.3 (1591.3) <803CC5FD-2369-83B5-795D-A8963620EFAC> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x972a7000 - 0x972d7ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x972d8000 - 0x97387fe3 com.apple.QuickTimeImporters.component 7.6.3 (1591.3) <2E2381EB-5E5E-B714-C65D-FCE349E77094> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x97388000 - 0x973a0ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x973a1000 - 0x973deff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x973e2000 - 0x973e6ff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x973e7000 - 0x973f0ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x973f1000 - 0x9751dfeb com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9751e000 - 0x975bbfe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x975bc000 - 0x977e7ff3 com.apple.QuartzComposer 4.1 (156.10) <24293329-50D7-D12F-51B3-57976A4E52B1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x977e8000 - 0x97895fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x97896000 - 0x9789aff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9789b000 - 0x978a7ff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x978a8000 - 0x979ccff7 com.apple.CoreAUC 5.03.2 (5.03.2) <38C77DF1-6F98-4ABF-BE8F-ADA70E9C622D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x979cd000 - 0x97a47fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97a96000 - 0x97abeff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x97b6e000 - 0x97bdcff7 com.apple.ISSupport 1.9.2 (50) <A9BDA884-D0AF-9F39-0840-8B7F5E8E2031> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x97bdd000 - 0x97c26fe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97c27000 - 0x97d2bfe7 libcrypto.0.9.8.dylib ??? (???) <2E58547A-91CC-4C1A-9FCC-DA7515FDB68A> /usr/lib/libcrypto.0.9.8.dylib
    0x97d2c000 - 0x97d2cff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97d2d000 - 0x97d85fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x97d86000 - 0x97de6fe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97f13000 - 0x97f63ff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x97f64000 - 0x97f97ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97fde000 - 0x98020fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98021000 - 0x98388ff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x98389000 - 0x9838fff7 com.apple.DisplayServicesFW 2.2 (2.2) <72C790A9-F4D2-DA92-015B-4CAF478FC0C2> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98847000 - 0x9888bfe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x988ac000 - 0x9893dfe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9893e000 - 0x98ae2feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x98ae3000 - 0x98badfef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98bc7000 - 0x98bcdfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x98c06000 - 0x98c1bfff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x98c1c000 - 0x98c8aff7 com.apple.QuickLookUIFramework 2.1 (327.3) <2F51D9CB-F827-E0AF-F201-5F4244C0D02A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x98c8b000 - 0x98c8cff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x98c8d000 - 0x98cb1ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x98cd4000 - 0x98cd5ff7 com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <845D5E0D-870D-B7E8-AAC5-8364AC341AA1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98cef000 - 0x98eeffeb com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x98ef0000 - 0x98f54ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x98f55000 - 0x98fabff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x98fac000 - 0x98fafffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98fb0000 - 0x98fbdff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98fbe000 - 0x98ff5ff7 com.apple.CoreMedia 0.420.18 (420.18) <43747711-B334-B0C7-4971-15FA586DAFBF> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98ff6000 - 0x9906fff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x99070000 - 0x9938ffe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x99390000 - 0x99492fef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x99493000 - 0x99630fef com.apple.JavaScriptCore 6531.21 (6531.21.9) <C3642BB4-3D06-B371-B4CD-0DF5DA646673> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,3, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.48f2
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.26)
    Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545050B9SA02, 465.76 GB
    Serial ATA Device: MATSHITADVD-R UJ-868
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: FANTOM DRIVE, 0x13fd (Initio Corporation), 0x1340, 0x26200000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000

  • Assert error in __memp_fget under OS X/Linux using TXN_SNAPSHOT

    Hi all,
    Hopefully this is a good place to file a bug report. I've been hunting down the cause of a core dump for a couple of weeks and have finally reduced it to a [small example|http://home.comcast.net/~jonathanmeredith/bugrpt.tar.gz] (I couldn't find a way to attach it to the message).
    README from the tarball:
    The code sample enclosed causes BDB to die with an assertion error. This is the minimal
    code that causes the bug, stripped down from an Erlang port driver. It may look strange
    and ugly, but it only exists to reproduce the bug.
    To reproduce expand the tarball into a directory containing the BDB tarball and run make.
    It will compile the library and test code then start looping through the test code. The
    assertion usually occurs anywhere between 1 and 50 iterations through the test code.
    The bug occurs under Mac OS X 10.5.7 (9J61) running on an 8 core [email protected] mac pro,
    8Gb RAM, compiled with i686-apple-darwin9-gcc-4.2.1 and under Debianl Lenny on
    4 core Xeon 5160 @ 3.00GHz, 8Gb RAM, libc 2.7-18, gcc (Debian 4.3.2-1.1) 4.3.2.
    Expected output:
    assert failure: ../dist/../mp/mp_fget.c/257: "bhp != NULL"
    0 bugrpt 0x001284c1 __os_stack + 38
    1 bugrpt 0x00124bce __os_abort + 17
    2 bugrpt 0x000ba786 __db_assert + 66
    3 bugrpt 0x0010f365 __memp_fget + 2274
    4 bugrpt 0x0000acff __bamc_rget + 4421
    5 bugrpt 0x0000923f __bam_bulk_duplicates + 5534
    6 bugrpt 0x000b229d __dbc_put + 4515
    7 bugrpt 0x000a0d9f __db_put + 639
    8 bugrpt 0x000bf7c1 __db_put_pp + 606
    9 bugrpt 0x000023bf start + 723
    10 bugrpt 0x00002492 bug200 + 70
    11 libSystem.B.dylib 0x91e37155 pthreadstart + 321
    12 libSystem.B.dylib 0x91e37012 thread_start + 34
    ./loopbug: line 20: 52562 Abort trap ../bugrpt
    Removing the TXN_SNAPSHOT options makes the bug go away. So does changing the size of the 'put' value.
    Reducing the number of the THREADS #define increases the number of iterations required to hit the assert.
    On the 4-core Debian box it took 377 reps with THREADS=2

    Hi Jon,
    Thanks for a great test case, this made our job a little easier! If you could please send me an email to: michael dot brey at oracle dot com, I will respond to you with a patch of this issue for 4.7.
    Regards,
    Mike Brey, Oracle Berkeley DB

  • X509 message level authentication - Unable to validate identity assertions

    Hi All,
    I am creating a proxy service that will authenticate a soap request with incoming x509 certificate.
    I configured weblogic server following the below blog post
    http://tim.blackamber.org.uk/?p=831
    I also setup SSL and keystore tab in the weblogic server by following steps in the the below URL
    http://biemond.blogspot.com/2009/06/ws-security-in-osb.html
    In my proxy service I am using pre-defined policy "Auth.xml"
    The proxy service is attached below
    I am running the proxy service from test console. I have a security provider created pointing the keystore and selected while running the proxy service from test console ( no user name/password provided)
    I was expecting that proxy service will read the security token and map the CN name correspons to the security token key (my default User name mapper attribute is CN) to an user created in weblogic server and able to authenticate it.
    But I am getting following error. Please suggest.
    <An error ocurred during web service security inbound request processing [error-code: Fault, message-id: 1345281693794990467-5e61805e.1324a2f888f.-7f8a, proxy: myPrototypes/ProxyService/ProxyServiceExtBizV2, operation: null]
    --- Error message:
    <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header/><env:Body><env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><Code xmlns="http://www.w3.org/2003/05/soap-envelope"><Value>env:Sender</Value><Subcode><Value>wsse:InvalidSecurity</Value></Subcode></Code><Reason xmlns="http://www.w3.org/2003/05/soap-envelope"><Text xml:lang="en-US">Unable to validate identity assertions.</Text></Reason></env:Fault></env:Body></env:Envelope>
    weblogic.xml.crypto.wss.WSSecurityException: Unable to validate identity assertions.
    *     at weblogic.wsee.security.wss.SecurityPolicyValidator.doIdentity(SecurityPolicyValidator.java:144)*
    *     at weblogic.wsee.security.wss.SecurityPolicyValidator.processIdentity(SecurityPolicyValidator.java:107)*
         at weblogic.wsee.security.wss.SecurityPolicyValidator.processInbound(SecurityPolicyValidator.java:78)
         at weblogic.wsee.security.WssServerPolicyHandler.processInbound(WssServerPolicyHandler.java:54)
         at weblogic.wsee.security.WssServerPolicyHandler.processRequest(WssServerPolicyHandler.java:30)
         at weblogic.wsee.security.WssHandler.handleRequest(WssHandler.java:74)
         at com.bea.wli.sb.security.wss.wls.Wls92InboundHandler.processRequest(Wls92InboundHandler.java:164)
         at com.bea.wli.sb.security.wss.WssHandlerImpl.doInboundRequest(WssHandlerImpl.java:223)
         at com.bea.wli.sb.context.BindingLayerImpl.addRequest(BindingLayerImpl.java:289)
         at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:87)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:593)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:591)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
         at com.bea.wli.sb.test.service.ServiceMessageSender.send0(ServiceMessageSender.java:332)
         at com.bea.wli.sb.test.service.ServiceMessageSender.access$000(ServiceMessageSender.java:79)
         at com.bea.wli.sb.test.service.ServiceMessageSender$1.run(ServiceMessageSender.java:137)
         at com.bea.wli.sb.test.service.ServiceMessageSender$1.run(ServiceMessageSender.java:135)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    proxy service definition:
    <?xml version="1.0" encoding="UTF-8"?>
    <xml-fragment xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:con="http://www.bea.com/wli/sb/services/security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:con1="http://www.bea.com/wli/sb/pipeline/config" xmlns:con2="http://www.bea.com/wli/sb/stages/logging/config" xmlns:con3="http://www.bea.com/wli/sb/stages/config" xmlns:con4="http://www.bea.com/wli/sb/stages/publish/config">
    <ser:coreEntry isProxy="true" isEnabled="true">
    <ser:serviceProvider ref="myPrototypes/x509keyprovider"/>
    <ser:security>
    <con:inboundWss processWssHeader="true"/>
    </ser:security>
    <ser:binding type="abstract SOAP" isSoap12="true" xsi:type="con:AnySoapBindingType" xmlns:con="http://www.bea.com/wli/sb/services/bindings/config"/>
    <ser:monitoring isEnabled="false">
    <ser:aggregationInterval>10</ser:aggregationInterval>
    <ser:pipelineMonitoringLevel>Pipeline</ser:pipelineMonitoringLevel>
    </ser:monitoring>
    <ser:reporting>true</ser:reporting>
    <ser:logging isEnabled="true">
    <ser:logLevel>debug</ser:logLevel>
    </ser:logging>
    <ser:sla-alerting isEnabled="true">
    <ser:alertLevel>normal</ser:alertLevel>
    </ser:sla-alerting>
    <ser:pipeline-alerting isEnabled="true">
    <ser:alertLevel>normal</ser:alertLevel>
    </ser:pipeline-alerting>
    <ser:ws-policy>
    <ser:binding-mode>service-policy-bindings</ser:binding-mode>
    <ser:policies>
    <ser:service-policy>
    <ser:predefined-policy>Auth.xml</ser:predefined-policy>
    </ser:service-policy>
    </ser:policies>
    </ser:ws-policy>
    </ser:coreEntry>
    <ser:endpointConfig>
    <tran:provider-id>http</tran:provider-id>
    <tran:inbound>true</tran:inbound>
    <tran:URI>
    <env:value>/myPrototypes/ProxyService/ProxyServiceExtBizV2</env:value>
    </tran:URI>
    <tran:inbound-properties/>
    <tran:all-headers>true</tran:all-headers>
    <tran:provider-specific>
    <http:inbound-properties/>
    </tran:provider-specific>
    </ser:endpointConfig>
    <ser:router>
    <con1:pipeline type="request" name="PipelinePairNode1_request">
    <con1:stage name="stage1">
    <con1:context/>
    <con1:actions>
    <con2:log>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-7e09</con3:id>
    <con2:logLevel>info</con2:logLevel>
    <con2:expr>
    <con3:xqueryText>$header</con3:xqueryText>
    </con2:expr>
    <con2:message>osb_extbiz_log:request side:hdr is</con2:message>
    </con2:log>
    <con4:route>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-7866</con3:id>
    <con4:service ref="myPrototypes/BizService/BizServiceExtBiz" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
    <con4:outboundTransform/>
    </con4:route>
    </con1:actions>
    </con1:stage>
    </con1:pipeline>
    <con1:pipeline type="response" name="PipelinePairNode1_response">
    <con1:stage name="stage1">
    <con1:context/>
    <con1:actions>
    <con2:log>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-7cd6</con3:id>
    <con2:logLevel>info</con2:logLevel>
    <con2:expr>
    <con3:xqueryText>$header</con3:xqueryText>
    </con2:expr>
    <con2:message>osb_extbiz_log:response side:hdr is</con2:message>
    </con2:log>
    <con2:log>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-79d3</con3:id>
    <con2:logLevel>info</con2:logLevel>
    <con2:expr>
    <con3:xqueryText>$outbound</con3:xqueryText>
    </con2:expr>
    <con2:message>osb_extbiz_log:response side:outbound is</con2:message>
    </con2:log>
    <con2:log>
    <con3:id>_ActionId-3973507234039169612-4f70a750.1323cbeae66.-79b6</con3:id>
    <con2:logLevel>info</con2:logLevel>
    <con2:expr>
    <con3:xqueryText>$inbound</con3:xqueryText>
    </con2:expr>
    <con2:message>osb_extbiz_log:response side:inbound is</con2:message>
    </con2:log>
    </con1:actions>
    </con1:stage>
    </con1:pipeline>
    <con1:flow>
    <con1:pipeline-node name="PipelinePairNode1">
    <con1:request>PipelinePairNode1_request</con1:request>
    <con1:response>PipelinePairNode1_response</con1:response>
    </con1:pipeline-node>
    </con1:flow>
    </ser:router>
    </xml-fragment>
    Edited by: 818591 on Sep 8, 2011 4:47 PM

    For anyone watching this thread for any relevant information,
    after adding sign.xml policy, it started working

  • SAML assertion.

    Hi Folks,
    I needed your expert advice here related to the OWSM error in the SOA log:
    Caused by: FAULT CODE: InvalidSecurityToken FAULT MESSAGE: Found invalid condition "not before" in SAML assertion. Current Time:Fri Feb 22 06:59:18 EST 2013, clockSkew:360000 milli seconds, NotBefore Time:Fri Feb 22 07:12:29 EST 2013
    My test SOA server on Windows based box is integrated correctly into the Oracle Fusion Apps. The tasks in my SOA server need to be seen on Oracle Fusion Apps Worklist, but due to clockSkew the above error is hit. Could you please advise a resolution? I tried Windows "net time" command to time sync my server time with that of the Fusion Apps server. But, that did not work as it was a Linux box.
    SOA log trace:
    [2013-02-22T06:55:19.363-05:00] [soa_server1] [ERROR] [OWS-04115] [oracle.webservices.service] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 004p^wCfGg29xWGpIwP5if0006SK000H4B,1:23756:2:1] [APP: soa-infra] [URI: /homePage/faces/AtkHomePageWelcome] An error occurred for port: {http://xmlns.oracle.com/bpel/workflow/taskQueryService}TaskQueryServicePort: oracle.fabric.common.PolicyEnforcementException: InvalidSecurity : error in processing the WS-Security security header.
    [2013-02-22T06:59:18.613-05:00] [soa_server1] [ERROR] [WSM-07618] [oracle.wsm.resources.enforcement] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 004p^wQwJi29xWGpIwP5if0006SK000GFk,1:23758:3:1] [WSM_POLICY_NAME: oracle/wss_saml_or_username_token_service_policy] [WEBSERVICE_PORT.name: TaskQueryServicePort] [APP: soa-infra] [J2EE_MODULE.name: integration/services/TaskQueryService] [WEBSERVICE.name: TaskQueryService] [J2EE_APP.name: soa-infra] [URI: /homePage/faces/AtkHomePageWelcome] Failed to execute the assertion "WSSecurity SAML Token" in the conditional policy. InvalidSecurityToken : The security token is not valid.[[
    oracle.wsm.common.sdk.WSMException: InvalidSecurityToken : The security token is not valid.
         at oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor.receiveRequest(Wss10SamlTokenScenarioExecutor.java:156)
         at oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor.execute(SecurityScenarioExecutor.java:562)
         at oracle.wsm.policyengine.impl.runtime.AssertionExecutor.execute(AssertionExecutor.java:41)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeSimpleAssertion(WSPolicyRuntimeExecutor.java:669)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeXorAssertion(WSPolicyRuntimeExecutor.java:480)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeAndAssertion(WSPolicyRuntimeExecutor.java:340)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.execute(WSPolicyRuntimeExecutor.java:294)
         at oracle.wsm.policyengine.impl.PolicyExecutionEngine.execute(PolicyExecutionEngine.java:102)
         at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:1001)
         at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:470)
         at oracle.fabric.common.BindingSecurityInterceptor.processRequest(BindingSecurityInterceptor.java:94)
         at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:128)
         at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:276)
         at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.handleRequest(SuperServerInterceptorPipeline.java:165)
         at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.executeRequestInterceptorChain(AbstractProviderInterceptorPipeline.java:576)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.executeInterceptorRequestChain(ProviderProcessor.java:921)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:231)
         at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:193)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: oracle.wsm.security.SecurityException: WSM-00008 : Web service authentication failed.
         at oracle.wsm.security.jps.JpsManager.authenticate(JpsManager.java:240)
         at oracle.wsm.security.jps.JpsManager.samlAuthenticate(JpsManager.java:377)
         at oracle.wsm.security.policy.scenario.processor.WssSaml11TokenProcessor.authenticateSamlToken(WssSaml11TokenProcessor.java:313)
         at oracle.wsm.security.policy.scenario.processor.WssSaml11TokenProcessor.authenticate(WssSaml11TokenProcessor.java:221)
         at oracle.wsm.security.policy.scenario.processor.WssSamlTokenProcessor.verify(WssSamlTokenProcessor.java:598)
         at oracle.wsm.security.policy.scenario.processor.WssSamlTokenProcessor.verify(WssSamlTokenProcessor.java:572)
         at oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor.receiveRequest(Wss10SamlTokenScenarioExecutor.java:137)
         ... 43 more
    Caused by: javax.security.auth.login.LoginException
         at oracle.security.jps.internal.jaas.module.saml.JpsAbstractSAMLLoginModule.login(JpsAbstractSAMLLoginModule.java:122)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$5.run(LoginContext.java:706)
         at javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:575)
         at oracle.wsm.security.jps.JpsManager.authenticate(JpsManager.java:235)
         ... 49 more
    Caused by: FAULT CODE: InvalidSecurityToken FAULT MESSAGE: Found invalid condition "not before" in SAML assertion. Current Time:Fri Feb 22 06:59:18 EST 2013, clockSkew:360000 milli seconds, NotBefore Time:Fri Feb 22 07:12:29 EST 2013.
         at oracle.security.jps.internal.jaas.module.saml.SAMLUtils.verifyNotBefore(SAMLUtils.java:92)
         at oracle.security.jps.internal.jaas.module.saml.JpsSAMLVerifier.verifyConditions(JpsSAMLVerifier.java:223)
         at oracle.security.jps.internal.jaas.module.saml.JpsSAMLVerifier.verify(JpsSAMLVerifier.java:124)
         at oracle.security.jps.internal.jaas.module.saml.JpsSamlAssertor.verify(JpsSamlAssertor.java:90)
         at oracle.security.jps.internal.jaas.module.saml.JpsSamlAssertor.assertToken(JpsSamlAssertor.java:67)
         at oracle.security.jps.internal.jaas.module.saml.JpsAbstractSAMLLoginModule.login(JpsAbstractSAMLLoginModule.java:102)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$5.run(LoginContext.java:707)
         at javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:575)
         at oracle.wsm.security.jps.JpsManager.authenticate(JpsManager.java:235)
         at oracle.wsm.security.jps.JpsManager.samlAuthenticate(JpsManager.java:377)
         at oracle.wsm.security.policy.scenario.processor.WssSaml11TokenProcessor.authenticateSamlToken(WssSaml11TokenProcessor.java:313)
         at oracle.wsm.security.policy.scenario.processor.WssSaml11TokenProcessor.authenticate(WssSaml11TokenProcessor.java:224)
         at oracle.wsm.security.policy.scenario.processor.WssSamlTokenProcessor.verify(WssSamlTokenProcessor.java:598)
         at oracle.wsm.security.policy.scenario.processor.WssSamlTokenProcessor.verify(WssSamlTokenProcessor.java:574)
         at oracle.wsm.security.policy.scenario.executor.Wss10SamlTokenScenarioExecutor.receiveRequest(Wss10SamlTokenScenarioExecutor.java:141)
         at oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor.execute(SecurityScenarioExecutor.java:562)
         at oracle.wsm.policyengine.impl.runtime.AssertionExecutor.execute(AssertionExecutor.java:41)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeSimpleAssertion(WSPolicyRuntimeExecutor.java:669)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeXorAssertion(WSPolicyRuntimeExecutor.java:480)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeAndAssertion(WSPolicyRuntimeExecutor.java:340)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.execute(WSPolicyRuntimeExecutor.java:295)
         at oracle.wsm.policyengine.impl.PolicyExecutionEngine.execute(PolicyExecutionEngine.java:102)
         at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:1001)
         at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:470)
         at oracle.fabric.common.BindingSecurityInterceptor.processRequest(BindingSecurityInterceptor.java:94)
         at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:128)
         at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:276)
         at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.handleRequest(SuperServerInterceptorPipeline.java:165)
         at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.executeRequestInterceptorChain(AbstractProviderInterceptorPipeline.java:576)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.executeInterceptorRequestChain(ProviderProcessor.java:921)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:232)
         at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:194)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         ... 9 more
    [2013-02-22T06:59:18.613-05:00] [soa_server1] [ERROR] [WSM-07618] [oracle.wsm.resources.enforcement] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 004p^wQwJi29xWGpIwP5if0006SK000GFk,1:23758:3:1] [WSM_POLICY_NAME: oracle/wss_saml_or_username_token_service_policy] [WEBSERVICE_PORT.name: TaskQueryServicePort] [APP: soa-infra] [J2EE_MODULE.name: integration/services/TaskQueryService] [WEBSERVICE.name: TaskQueryService] [J2EE_APP.name: soa-infra] [URI: /homePage/faces/AtkHomePageWelcome] Failed to execute the assertion "WSSecurity UserName Token" in the conditional policy. InvalidSecurity : error in processing the WS-Security security header[[
    oracle.wsm.common.sdk.WSMException: InvalidSecurity : error in processing the WS-Security security header
         at oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor.receiveRequest(WssUsernameTokenScenarioExecutor.java:197)
         at oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor.execute(SecurityScenarioExecutor.java:562)
         at oracle.wsm.policyengine.impl.runtime.AssertionExecutor.execute(AssertionExecutor.java:41)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeSimpleAssertion(WSPolicyRuntimeExecutor.java:669)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeXorAssertion(WSPolicyRuntimeExecutor.java:480)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.executeAndAssertion(WSPolicyRuntimeExecutor.java:340)
         at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.execute(WSPolicyRuntimeExecutor.java:294)
         at oracle.wsm.policyengine.impl.PolicyExecutionEngine.execute(PolicyExecutionEngine.java:102)
         at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:1001)
         at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:470)
         at oracle.fabric.common.BindingSecurityInterceptor.processRequest(BindingSecurityInterceptor.java:94)
         at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:128)
         at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:276)
         at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.handleRequest(SuperServerInterceptorPipeline.java:165)
         at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.executeRequestInterceptorChain(AbstractProviderInterceptorPipeline.java:576)
         at oracle.j2ee.ws.server.provider.ProviderProcessor.executeInterceptorRequestChain(ProviderProcessor.java:921)
         at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:231)
         at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:193)
         at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:485)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: oracle.wsm.security.SecurityException: WSM-00265 : The Username token is missing in the security header. Ensure that there is a Username token policy attached on the client side. Tokens found in the security header are :- [(saml:Assertion), ].
         at oracle.wsm.security.policy.scenario.processor.UsernameTokenProcessor.verify(UsernameTokenProcessor.java:241)
         at oracle.wsm.security.policy.scenario.executor.WssUsernameTokenScenarioExecutor.receiveRequest(WssUsernameTokenScenarioExecutor.java:129)
         ... 43 more
    [2013-02-22T06:59:18.613-05:00] [soa_server1] [ERROR] [WSM-07602] [oracle.wsm.resources.enforcement] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 004p^wQwJi29xWGpIwP5if0006SK000GFk,1:23758:3:1] [WSM_POLICY_NAME: oracle/wss_saml_or_username_token_service_policy] [WEBSERVICE_PORT.name: TaskQueryServicePort] [APP: soa-infra] [J2EE_MODULE.name: integration/services/TaskQueryService] [WEBSERVICE.name: TaskQueryService] [J2EE_APP.name: soa-infra] [URI: /homePage/faces/AtkHomePageWelcome] Failure in WS-Policy Execution due to exception.
    [2013-02-22T06:59:18.613-05:00] [soa_server1] [ERROR] [WSM-07501] [oracle.wsm.resources.enforcement] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 004p^wQwJi29xWGpIwP5if0006SK000GFk,1:23758:3:1] [WSM_POLICY_NAME: oracle/wss_saml_or_username_token_service_policy] [WEBSERVICE_PORT.name: TaskQueryServicePort] [APP: soa-infra] [J2EE_MODULE.name: integration/services/TaskQueryService] [WEBSERVICE.name: TaskQueryService] [J2EE_APP.name: soa-infra] [URI: /homePage/faces/AtkHomePageWelcome] Failure in Oracle WSM Agent processRequest, category=security, function=agent.function.service, application=soa-infra, composite=null, modelObj=TaskQueryService, policy=oracle/wss_saml_or_username_token_service_policy, policyVersion=null, assertionName={http://schemas.oracle.com/ws/2006/01/securitypolicy}wss-username-token.

    we got the update and this has been resolved as we have installed weblogic 10.

Maybe you are looking for