ASA 8.4(2) doesn't respond to ICMP echo on ip address with port forwarding only

Hello,
In order to meet our requirements we had to configure PAT for TCP 80 on 2 external IP addresses to one internal IP in DMZ. TCP port 80 is being translated for both external IP addresses and it works as expected. However, since we have migrated to ASA both external IP addresses don't respond to ICMP echo requests generating following error:
%ASA-3-106014: Deny inbound icmp src outside:<Source IP> dst outside:<Destination IP> (type 8, code 0)
Previously we have been using Cisco router to achieve the same objective and it worked well.
I have noticed that when I add "same-security-traffic permit intra-interface" to a configuration the message mentioned above stops appearing in a logs.
As far as I can tell ASA sends packet back through outside interface, despite the fact that appliance advertises its mac address in response to arp request for the same external IP address.
Is there any way to make ASA realise that it should respond to ICMP echo requests on external IP addresses that have forwarding setup?
I do realise that ICMP would work in 1-to-1 NAT scenario, but we can't apply 1-to-1 NAT for 2 external IP addresses to point to one internal IP address.
Kind Regards,
Paul Preston

Hi Julio,
Interesting. I have tried to map two external IP addresses with using 1 to 1 nat to a single internal IP, but when I tried to configure a second one I remember a message "mapping exists"...
I think that it might be easier if I paste relevent config:
access-list From_Internet extended permit icmp any any
access-list From_Internet extended permit tcp any gt 1023 host 172.17.0.103 eq www
access-list From_Internet extended deny ip any any log warnings
object network www-91-17.103
host 172.17.0.103
object network www-92-17.103
host 172.17.0.103
icmp permit any outside
object network www-91-17.103
nat (DMZ,outside) static x.x.x.91 service tcp www www
object network www-92-17.103
nat (DMZ,outside) static x.x.x.92 service tcp www www
With a config above NAT works for both IP addresses, but unfortunately neither IP address respond to icmp echo requests.
Kind Regards,
Paul Preston

Similar Messages

  • HELP!! asa 5505 8.4(5) problem with port forwarding-smtp

    Hi I am having a big problem with port forwarding on my asa. I am trying to forward smtp through the asa  to my mail server.
    my mail server ip is 10.0.0.2 and my outside interface is 80.80.80.80 , the ASA is setup with pppoe (I get internet access no problem and that seems fine)
    When I run a trace i get "(ACL-Drop) - flow is deied by configured rule"
    below is my config file , any help would be appreciated
    Result of the command: "show running-config"
    : Saved
    ASA Version 8.4(5)
    hostname ciscoasa
    domain-name domain.local
    enable password mXa5sNUu4rCZ.t5y encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.0.0.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    pppoe client vpdn group ISPDsl
    ip address 80.80.80.80 255.255.255.255 pppoe setroute
    ftp mode passive
    dns server-group DefaultDNS
    domain-name domain.local
    same-security-traffic permit intra-interface
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    object network Server_SMTP
    host 10.0.0.2
    access-list outside_access_in extended permit tcp any object server_SMTP eq smtp
    pager lines 24
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    no arp permit-nonconnected
    object network obj_any
    nat (inside,outside) dynamic interface
    object network server_SMTP
    nat (inside,outside) static interface service tcp smtp smtp
    nat (inside,outside) after-auto source dynamic any interface
    access-group outside_access_in in interface outside
    timeout xlate 3:00:00
    timeout pat-xlate 0:00:30
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    http server enable
    http 10.0.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    telnet timeout 5
    ssh timeout 5
    ssh key-exchange group dh-group1-sha1
    console timeout 0
    vpdn group ISP request dialout pppoe
    vpdn group ISP localname [email protected]
    vpdn group ISP ppp authentication chap
    vpdn username [email protected] password *****
    dhcpd auto_config outside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous
    Cryptochecksum:c5570d7ddffd46c528a76e515e65f366
    : end

    Hi Jennifer
    I have removed that nat line as suggested but still no joy.
    here is my current config
    Result of the command: "show running-config"
    : Saved
    ASA Version 8.4(5)
    hostname ciscoasa
    domain-name domain.local
    enable password mXa5sNUu4rCZ.t5y encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.0.0.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    pppoe client vpdn group ISP
    ip address 80.80.80.80 255.255.255.255 pppoe setroute
    ftp mode passive
    dns server-group DefaultDNS
    domain-name domain.local
    same-security-traffic permit intra-interface
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    object network Server_Mail
    host 10.0.0.2
    access-list outside_access_in extended permit tcp any object Server_Mail eq smtp
    pager lines 24
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    no arp permit-nonconnected
    object network obj_any
    nat (inside,outside) dynamic interface
    object network Server_Mail
    nat (inside,outside) static interface service tcp smtp smtp
    access-group outside_access_in in interface outside
    timeout xlate 3:00:00
    timeout pat-xlate 0:00:30
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    http server enable
    http 10.0.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    telnet timeout 5
    ssh timeout 5
    ssh key-exchange group dh-group1-sha1
    console timeout 0
    vpdn group ISP request dialout pppoe
    vpdn group ISP localname [email protected]
    vpdn group ISP ppp authentication chap
    vpdn username [email protected] password *****
    dhcpd auto_config outside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum client auto
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny 
      inspect sunrpc
      inspect xdmcp
      inspect sip 
      inspect netbios
      inspect tftp
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    no call-home reporting anonymous
    Cryptochecksum:f3bd954d1f9499595aab4f9da8c15795
    : end
    also here is the packet trace
    and my acl
    Thanks

  • I am experiencing the problem "your computer restarted because of a problem" from the past 3 months and its mostly everyday, also I click on the report it to apple button and it says report submitted but apple doesn't respond. HELP!

    Also I am using a mid 2012 macbok air.
    Here is the stuff it showed me:
    Interval Since Last Panic Report:  116543 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    6230F21B-9B4A-4F55-C557-9B70A3D3FBD4
    Thu Jun 13 12:46:57 2013
    panic(cpu 1 caller 0xffffff800d8b8709): "Double fault at 0xffffff800d828034, registers:\n" "CR0: 0x000000008001003b, CR2: 0xffffff8132e1ff98, CR3: 0x000000000fc28000, CR4: 0x00000000001606e0\n" "RAX: 0xffffff8132e200b0, RBX: 0xffffff7f8df368db, RCX: 0xffffff8132e200b0, RDX: 0xffffff800db74970\n" "RSP: 0xffffff8132e1ffa0, RBP: 0xffffff8132e200a0, RSI: 0xffffff8132e20108, RDI: 0xffffff7f8df368db\n" "R8:  0x000000000000000a, R9:  0x0000000000000010, R10: 0x0000000000000000, R11: 0x0000000000000000\n" "R12: 0x00000000e00002c2, R13: 0xffffff8020fdbf00, R14: 0xffffff7f8df39ee0, R15: 0xffffff8020ea1000\n" "RFL: 0x0000000000010286, RIP: 0xffffff800d828034, CS:  0x0000000000000008, SS:  0x0000000000000010\n" "Error code: 0x0000000000000000\n"@/SourceCache/xnu/xnu-2050.22.13/osfmk/i386/trap_native.c: 280
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80f5ac5ec0 : 0xffffff800d81d626
    0xffffff80f5ac5f30 : 0xffffff800d8b8709
    0xffffff80f5ac60a0 : 0xffffff800d8cddcf
    0xffffff8132e200a0 : 0xffffff800db74a62
    0xffffff8132e200c0 : 0xffffff7f8df31d8d
    0xffffff8132e20130 : 0xffffff7f8df2d283
    0xffffff8132e201a0 : 0xffffff7f8df2f5a0
    0xffffff8132e20260 : 0xffffff800dc4729a
    0xffffff8132e202c0 : 0xffffff7f8dda3f3e
    0xffffff8132e20330 : 0xffffff7f8e219fed
    0xffffff8132e20360 : 0xffffff7f8e219d05
    0xffffff8132e20390 : 0xffffff7f8dd9841c
    0xffffff8132e20480 : 0xffffff7f8df2fad4
    0xffffff8132e204f0 : 0xffffff7f8dd97fae
    0xffffff8132e20580 : 0xffffff7f8dd9939e
    0xffffff8132e20660 : 0xffffff800dc4729a
    0xffffff8132e206c0 : 0xffffff7f8dd9e8fe
    0xffffff8132e20790 : 0xffffff7f8ddc25ce
    0xffffff8132e20810 : 0xffffff7f8dda431b
    0xffffff8132e20880 : 0xffffff7f8dda42a1
    0xffffff8132e208d0 : 0xffffff7f8e21a5c1
    0xffffff8132e20910 : 0xffffff7f8e214662
    0xffffff8132e20940 : 0xffffff7f8dd9841c
    0xffffff8132e20a30 : 0xffffff7f8df2fad4
    0xffffff8132e20aa0 : 0xffffff7f8dd97fae
    0xffffff8132e20b30 : 0xffffff7f8dd9939e
    0xffffff8132e20c10 : 0xffffff800dc4729a
    0xffffff8132e20c70 : 0xffffff7f8dd9e8fe
    0xffffff8132e20d40 : 0xffffff7f8ddc25ce
    0xffffff8132e20dc0 : 0xffffff7f8dda431b
    0xffffff8132e20e30 : 0xffffff7f8dda42a1
    0xffffff8132e20e80 : 0xffffff7f8e21a5c1
    0xffffff8132e20ec0 : 0xffffff7f8e214662
    0xffffff8132e20ef0 : 0xffffff7f8dd9841c
    0xffffff8132e20fe0 : 0xffffff7f8df2fad4
    0xffffff8132e21050 : 0xffffff7f8dd97fae
    0xffffff8132e210e0 : 0xffffff7f8dd9939e
    0xffffff8132e211c0 : 0xffffff800dc4729a
    0xffffff8132e21220 : 0xffffff7f8dd9e8fe
    0xffffff8132e212f0 : 0xffffff7f8ddc25ce
    0xffffff8132e21370 : 0xffffff7f8dda431b
    0xffffff8132e213e0 : 0xffffff7f8dda42a1
    0xffffff8132e21430 : 0xffffff7f8e21a5c1
    0xffffff8132e21470 : 0xffffff7f8e214662
    0xffffff8132e214a0 : 0xffffff7f8dd9841c
    0xffffff8132e21590 : 0xffffff7f8df2fad4
    0xffffff8132e21600 : 0xffffff7f8dd97fae
    0xffffff8132e21690 : 0xffffff7f8dd9939e
    0xffffff8132e21770 : 0xffffff800dc4729a
    0xffffff8132e217d0 : 0xffffff7f8dd9e8fe
    0xffffff8132e218a0 : 0xffffff7f8ddc25ce
    0xffffff8132e21920 : 0xffffff7f8dda431b
    0xffffff8132e21990 : 0xffffff7f8dda42a1
    0xffffff8132e219e0 : 0xffffff7f8e21a5c1
    0xffffff8132e21a20 : 0xffffff7f8e214662
    0xffffff8132e21a50 : 0xffffff7f8dd9841c
    0xffffff8132e21b40 : 0xffffff7f8df2d37e
    0xffffff8132e21bb0 : 0xffffff7f8df2f5a0
    0xffffff8132e21c70 : 0xffffff800dc4729a
    0xffffff8132e21cd0 : 0xffffff7f8dda3f3e
    0xffffff8132e21d40 : 0xffffff7f8e219fed
    0xffffff8132e21d70 : 0xffffff7f8e219d05
    0xffffff8132e21da0 : 0xffffff7f8dd9841c
    0xffffff8132e21e90 : 0xffffff7f8df2fad4
    0xffffff8132e21f00 : 0xffffff7f8dd97fae
    0xffffff8132e21f90 : 0xffffff7f8dd9939e
    0xffffff8132e22070 : 0xffffff800dc4729a
    0xffffff8132e220d0 : 0xffffff7f8dd9e8fe
    0xffffff8132e221a0 : 0xffffff7f8ddc25ce
    0xffffff8132e22220 : 0xffffff7f8dda431b
    0xffffff8132e22290 : 0xffffff7f8dda42a1
    0xffffff8132e222e0 : 0xffffff7f8e21a5c1
    0xffffff8132e22320 : 0xffffff7f8e214662
    0xffffff8132e22350 : 0xffffff7f8dd9841c
    0xffffff8132e22440 : 0xffffff7f8df2d37e
    0xffffff8132e224b0 : 0xffffff7f8df2f5a0
    0xffffff8132e22570 : 0xffffff800dc4729a
    0xffffff8132e225d0 : 0xffffff7f8dda3f3e
    0xffffff8132e22640 : 0xffffff7f8e219fed
    0xffffff8132e22670 : 0xffffff7f8e219d05
              Backtrace continues...
          Kernel Extensions in backtrace:
             com.apple.iokit.IOUSBFamily(5.5.5)[A276B40E-978D-3623-93D3-8621B3CEECFC]@0xffff ff7f8dd95000->0xffffff7f8ddf0fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f8dd6c000
             com.apple.driver.AppleUSBHub(5.5.5)[54546EC2-8891-334B-9626-1EF6A02450DE]@0xfff fff7f8e213000->0xffffff7f8e227fff
                dependency: com.apple.iokit.IOUSBFamily(5.5.5)[A276B40E-978D-3623-93D3-8621B3CEECFC]@0xffff ff7f8dd95000
             dl.uds.netusb.controller(1.0d1)[8A6F03A2-5A6B-7137-C413-815E20000EB4]@0xffffff7 f8df25000->0xffffff7f8df41fff
                dependency: com.apple.iokit.IOUSBFamily(5.5.5)[A276B40E-978D-3623-93D3-8621B3CEECFC]@0xffff ff7f8dd95000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12D78
    Kernel version:
    Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    Kernel UUID: 3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6
    Kernel slide:     0x000000000d600000
    Kernel text base: 0xffffff800d800000
    System model name: MacBookAir5,2 (Mac-2E6FAB96566FE58C)
    System uptime in nanoseconds: 117875499067298
    last loaded kext at 105449581298871: com.apple.driver.AppleUSBTCKeyEventDriver          237.1 (addr 0xffffff7f8f551000, size 12288)
    last unloaded kext at 105568296897670: com.apple.driver.AppleUSBCDC          4.1.23 (addr 0xffffff7f8f545000, size 12288)
    loaded kexts:
    foo.tap          1.0
    foo.tun          1.0
    dl.uds.netusb.controller          1.0.0d1
    com.rim.driver.BlackBerryUSBDriverInt          0.0.74
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.1.3f3
    com.apple.driver.ApplePlatformEnabler          2.0.6d1
    com.apple.driver.AGPM          100.12.87
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleBacklight          170.2.5
    com.apple.driver.AppleMCCSControl          1.1.11
    com.apple.driver.AppleIntelHD4000Graphics          8.1.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.7fc4
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.1.3f3
    com.apple.driver.AppleMikeyDriver          2.3.7fc4
    com.apple.driver.AppleIntelFramebufferCapri          8.1.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.3.0
    com.apple.driver.AppleSMCLMU          2.0.3d0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleUSBTCButtons          237.1
    com.apple.driver.AppleUSBCardReader          3.1.7
    com.apple.driver.AppleUSBTCKeyboard          237.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.3.1
    com.apple.driver.AppleUSBHub          5.5.5
    com.apple.driver.AppleUSBXHCI          5.5.5
    com.apple.driver.AirPort.Brcm4331          614.20.16
    com.apple.driver.AppleAHCIPort          2.5.1
    com.apple.driver.AppleUSBEHCI          5.5.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleEFINVRAM          1.7
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleACPIButtons          1.7
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.7
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.iokit.IOSurface          86.0.4
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IOAcceleratorFamily          30.14
    com.apple.driver.DspFuncLib          2.3.7fc4
    com.apple.iokit.IOAudioFamily          1.8.9fc11
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.1.3f3
    com.apple.driver.AppleSMBusController          1.0.11d0
    com.apple.driver.AppleHDAController          2.3.7fc4
    com.apple.iokit.IOHDAFamily          2.3.7fc4
    com.apple.driver.AppleSMBusPCI          1.0.11d0
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.iokit.IOBluetoothFamily          4.1.3f3
    com.apple.driver.AppleGraphicsControl          3.3.0
    com.apple.iokit.IONDRVSupport          2.3.7
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.iokit.IOGraphicsFamily          2.3.7
    com.apple.driver.IOPlatformPluginFamily          5.3.0d51
    com.apple.driver.AppleUSBMultitouch          237.3
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.9
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.9
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.6
    com.apple.driver.AppleUSBMergeNub          5.5.5
    com.apple.driver.AppleThunderboltNHI          1.6.3
    com.apple.iokit.IOThunderboltFamily          2.2.6
    com.apple.iokit.IOUSBUserClient          5.5.5
    com.apple.iokit.IO80211Family          522.4
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.3.1
    com.apple.driver.AppleEFIRuntime          1.7
    com.apple.iokit.IOHIDFamily          1.8.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220.2
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          345
    com.apple.driver.AppleKeyStore          28.21
    com.apple.iokit.IOUSBMassStorageClass          3.5.1
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.5
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.5
    com.apple.iokit.IOUSBFamily          5.5.5
    com.apple.driver.AppleACPIPlatform          1.7
    com.apple.iokit.IOPCIFamily          2.7.3
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookAir5,2, BootROM MBA51.00EF.B02, 2 processors, Intel Core i7, 2 GHz, 8 GB, SMC 2.5f7
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434353153364D465238412D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434353153364D465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.16)
    Bluetooth: Version 4.1.3f3 11349, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM256E, 251 GB
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 6
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821f, 0x1d181300 / 7
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8404, 0x1d183000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x024c, 0x1d182000 / 4
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3

    Apple doesn't respond to crash or panic reports. They're for internal use only.
    Any or all of the following third-party system modifications may be contributing to your problem:
    OpenVPN client
    Driver for unknown USB network device
    BlackBerry Desktop Manager
    If the panic is recurrent, I suggest you uninstall them, one at a time, according to the developers' instructions, to see whether you can determine which is at fault. A conflict between modifications may be involved. Reboot and test after each uninstallation.
    Back up all data before making any changes.

  • SAP Business One 8.8. Report doesn't show and workstation doesn't respond.

    Hi all,
    We have a customer with:
    SAP Business One 8.8 (8.80.237) PL: 19 HOTFIX1.
    Sql Server 2005
    Crystal Reports 12.1.3.1028
    We have done some reports wich run under server machine but not under workstation.
    Even i've done a dummy report without any data connection and it doesn't run under workstation (server machine works perfectly). This dummy report only show a label with static text "Hola".
    We don't receive any error message, SAP Business One client doesn't respond and in task manager you can see "not responding" message.
    SAP support connected to our customer installation and they suggested us formatting workstations computers. We did it but the problem persists. Thank you very much for your help.
    Kind regards,
    Nauzet Díaz

    Hi,
    In this case, why you not responded to SAP for their suggestion of formatting the workstation?
    If you unfortunately closed the old support ticket, then just raise a new support ticket with reference of the old one too.
    Regards,
    Bala

  • Screen ipad doesn't respond during video viewing home sharing with multiple iOS devices simultaneously

    A have a problem with the videos app and iTunes home sharing on multiple iOS devices.
    This is my setup. On my iMac 2006 with Snow Leopard I have:
    - 100+ dvd's ripped in my iTunes movie section
    - 600+ episodes ripped in iTunes TV-section in 35 TV-shows
    - 1 apple tv, 1 iPad 2, 1 iPad mini
    On an average evening my family is watching different tv-shows simultaneously on the apple tv, the ipad, an iphone, and an ipad mini.
    This is done through home sharing on the one iTunes library.
    All updated apps, software etc..
    What happens on the ipads, after viewing for more than 10 minutes, the user interface doesn't show up when tapping the screen. The touchscreen doesn't respond, only the home button works. Clicking the home button closes the app, but the sound of the video keeps on playing. Opening up the videos app again gives a black screen with sound still playing and still no button or UI.
    The only workaround which currently works is killing the videos app. Power off the ipad and power on again, reconnect to the shared library, wait until it has found all the content (1+ minutes) and startup the tv show again.
    All in all, a nasty way to pause your viewing or switching to another movie of tv episode, or even wanting to finish viewing.
    The problem has haunted me for a year now, patiently waiting and hoping software-updates would fix it. They didn't.
    A fix would obviously hugely improve my user experience, getting it on par with Apples usual quality of service.
    Anyone familiar with this problem? Apple: is it possible to fix it in an update?

    Same here for over a year now.
    You cant imagine how happy i am that im not the only one with this problem.
    many of frinds have the same setup as me (ipad 2, 27"imac, express, apple tv 2)
    No problem
    I had the problem on Snow Leopard, lion and now on mountain lion.
    I'am also starting to get a new problem - sometimes when waching a movie on iPad or ATV it just quits the movie and you have to start it again
    on the iPad most of the time it also shows the wrong cover art. I tried all the hints here, and i works for a day or two then its wrong again
    I store my itunes library on an external drive - you ???

  • Lumia 900 doesn't respond while charging

    Hi, so basically my AT&T Lumia 900 doesn't respond to my touch during charging. If I unplug the phone it responds fine, but when it's plugged in it can't pick up any of my touch commands. Even if I draw across the screen very slowly I get nothing. I live in New Zealand and we have 240v/50mA power sockets over here but the charger says that's within the range it's supposed to handle. Is this a hardware problem with my phone and how can I fix it?
    The phone is running windows phone 7.5 (ver. 7.10.8779.8). Any help would be appreciated, thanks.

    I've only received the phone on Thursday and this is the second time charging it (I read somewhere that I should drain the battery completely the first few times to condition the battery, but after finding that some phones bricked themselves when the battery was completely empty I avoided it). In both cases the same thing seems to be happening however the first time was not as severe I feel and I attributed it to the screen protector thing (the "Talking and Driving it can wait" thing from AT&T already attached out of the box). When the phone is at 100% though I have no lag.

  • HT201412 My iphone 4s Doesn't respond or power on/off !!!!!!

    My iphone 4s Doesn't respond or power on/off, The screen is like if it is turned off, no voice no nothing, but when I call it from another phone it doesnt say that it is off, I hear ringing but my iphone is dead with no voice or light or anything,
    This happened to me before the iphone battery was 20% and after 5 min this happend, I connected it to the charger for more than half an hour but even the red battery light that indicate the recharging process didn't came up, after 3 hours when I gave up and was going to find someone to fix it I put on the charger for the last time and it WORKED so I thought maybe that was something with the battery and no problem, Than was 2 months ago, It happened again this morning I found the same thing and tried everything but nothing works .. after 3 or 4 hrs it worked again,
    What is wrong with my iphone? it's new I bought it 4 months ago, never falls on the ground as I take very good care of it, what should I do?
    The problem is that I Live in Kuwait, and when I searched for apple support in Kuwait I found nothing, What Do u guys think the problem is? what should I do about it ?

    Maxitrol_phd wrote:
    Isn't this Apples's official forum? I mean 2 days, 49 reviews but no response? What is going on?
    No, it is not Apple's official forum. It is a user to user forum. If no user knows the solution then no one will post an answer. Likewise if no one understands your question.

  • Firefox doesn't open a link van I click on a link is thunderbird, its say that firefox is active but doesn't respond, sometimes even after it has closed

    When I got in an email a link and I click on it, firefox openes the first time, but when I click on the next link I get the message that firefox is active but doesn't respond.
    Opening by clicking on *.htm(l) files works fine even multiple.

    I suggest you to upgrade your browser to Firefox 7 and check:
    * getfirefox.com

  • My macbook pro was on sleep mode, and when i opened it again, it wouldn't come off the black screen. It is very hot and also doesn't respond to the power button...

    My macbook pro was "asleep". I opened it later, and the screen wouldn't change from black.. The bottom of the laptop is very hot and making a hissing/whirring sound. I tried hitting the power button to turn it off, but the conditions just stayed the same. It doesn't respond to the power button, and the screen just stays black. How do i fix this?!

    I will go to the Apple store.  I just thought I would throw it out there to see if anyone had a solution.  They repaired this macbook before twice.  The last time they replaced several things to fix the screen.  I just threw out the question to see if someone could save me the trip to the store. 
    I was curious if the new programs (like lego games) can cause the computer to run to a point to blank the screen.
    And curious if there are other things I can try to get the screen up and running.

  • 2 this problem has occured...iPod Touch screen only glows (doesn't respond)

    OK, so this is how the story goes. I got my lovely iPod Touch (8gb) in December 09. It's been totally wonderful...until yesterday afternoon, that is. I pushed the home button in order to get back to the home screen from the music, when the iPod froze! I tried to navigate, but alas, the screen did not wish to respond. I decided to shut it off, and restart it, as is recommended by Apple, but when it got to the slide to power off screen, it did absolutely nothing! I pushed the volume buttons a bit, and saw, through the transparent dark screen, the volume adjust, but still I had no response when touching the touch screen. I then restored the iPod. After a lot of trying to remember my backup password, I had my iPod back up and running! Or did I? Just now, I was exiting out of an app, when the iPod froze. AGAIN! Now I've got it hooked up to my computer, but I don't wish to restore it just yet. Is there anything I can do to attempt to get it working before I restore it again (since that fix didn't last long)? Also, I am running the newest version of the iPod software, and this has only happened since the update, never before.

    same as mine. suddenly it won't connect to my itunes. and when i turn it on after i turn it off, suddenly the logo just appear glowing and doesn't respond to any button i touch. how come?

  • Safari on leopard 5.0.6 doesn't respond

    My safari on leopard 5.0.6 doesn't respond after a few page loads. This occered just after i downloaded an app to download music from you tube does this have anything to do with it?
    Date/Time:      2011-11-16 20:26:09 +1100
    OS Version:     10.5.8 (Build 9L31a)
    Architecture:   i386
    Report Version: 4
    Command:        Safari
    Path:           /Applications/Safari.app/Contents/MacOS/Safari
    Version:        5.0.6 (5533.22.3)
    Build Version:  3
    Project Name:   WebBrowser
    Source Version: 75332203
    Parent:         launchd [106]
    PID:            222
    Event:          hang
    Time:           4.98s
    Steps:          24
    Process:        Safari [222]
    Path:           /Applications/Safari.app/Contents/MacOS/Safari
      ADDRESS         BINARY
      00001000        /Applications/Safari.app/Contents/MacOS/Safari
      00644000        /usr/lib/libxar.1.dylib
      00657000        /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      00692000        /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
      01ade000        /Library/InputManagers/CTLoader/ct_loader.bundle/Contents/MacOS/ct_loader
      01b23000        /Library/InputManagers/GearsEnabler/GearsEnabler.bundle/Contents/MacOS/GearsEna bler
      01b28000        /Library/Internet Plug-Ins/Gears.plugin/Contents/MacOS/libgears.dylib
      01b2d000        /usr/lib/libcurl.3.dylib
      01b65000        /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/MacOS/ct_plugins
      11f7a000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      13348000        /Library/Internet Plug-Ins/Gears.plugin/Contents/Resources/Gears.bundle/Contents/MacOS/libgears.d ylib
      13ed3000        /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/Resources/Services/ct_alerts. bundle/Contents/MacOS/ct_alerts
      169a4000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      17e8a000        /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
      180b1000        /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
      18755000        /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
      1bf28000        /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
      1bf2e000        /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
      1bf37000        /Library/Application Support/SIMBL/Plugins/SafariSniffer.bundle/Contents/MacOS/SafariSniffer
      1bf5e000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
      1d0c0000        /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
      1d0c6000        /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
      ba900000        /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
      Thread id:      52ad8b8
      User stack:
        24 ??? [0xacee]
          24 _NSApplicationMain + 574 (in AppKit) [0x943721d8]
            24 -[NSApplication run] + 867 (in AppKit) [0x943a4fe7]
              24 ??? [0x377c0]
                24 -[NSApplication sendEvent:] + 2939 (in AppKit) [0x944476a5]
                  24 ??? [0x404c1]
                    24 ??? [0x40534]
                      24 -[NSWindow sendEvent:] + 5539 (in AppKit) [0x9447ab95]
                        24 -[WebHTMLView mouseUp:] + 263 (in WebKit) [0x9011a327]
                          24 __ZN7WebCore12EventHandler7mouseUpEP7NSEvent + 386 (in WebCore) [0x96ad5552]
                            24 __ZN7WebCore12EventHandler23handleMouseReleaseEventERKNS_18PlatformMouseEventE + 1231 (in WebCore) [0x96ad5b0f]
                              24 __ZN7WebCore12EventHandler18dispatchMouseEventERKN3***12AtomicStringEPNS_4NodeE biRKNS_18PlatformMouseEventEb + 126 (in WebCore) [0x96ace86e]
                                24 __ZN7WebCore4Node18dispatchMouseEventERKNS_18PlatformMouseEventERKN3***12Atomic StringEiPS0_ + 128 (in WebCore) [0x96acf4f0]
                                  24 __ZN7WebCore15EventDispatcher13dispatchEventEPNS_4NodeERKNS_21EventDispatchMedi atorE + 41 (in WebCore) [0x968dcd69]
                                    24 __ZNK7WebCore26MouseEventDispatchMediator13dispatchEventEPNS_15EventDispatcherE + 296 (in WebCore) [0x96acf958]
                                      24 __ZN7WebCore15EventDispatcher13dispatchEventEN3***10PassRefPtrINS_5EventEEE + 1050 (in WebCore) [0x968dd34a]
                                        24 __ZN7WebCore17HTMLAnchorElement19defaultEventHandlerEPNS_5EventE + 456 (in WebCore) [0x96a8e108]
                                          24 __ZN7WebCore15handleLinkClickEPNS_5EventEPNS_8DocumentERKN3***6StringES7_b + 122 (in WebCore) [0x96dd897a]
                                            24 __ZN7WebCore11FrameLoader11urlSelectedERKNS_4KURLERKN3***6StringENS4_10PassRefP trINS_5EventEEEbbNS_14ReferrerPolicyE + 968 (in WebCore) [0x96dd8db8]
                                              24 __ZN7WebCore11FrameLoader11urlSelectedERKNS_16FrameLoadRequestEN3***10PassRefPt rINS_5EventEEEbbNS_14ReferrerPolicyENS_36ShouldReplaceDocumentIfJavaScriptURLE + 931 (in WebCore) [0x96bd1173]
                                                24 __ZN7WebCore11FrameLoader16loadFrameRequestERKNS_16FrameLoadRequestEbbN3***10Pa ssRefPtrINS_5EventEEENS5_INS_9FormStateEEENS_14ReferrerPolicyE + 822 (in WebCore) [0x96bd1ca6]
                                                  24 __ZN7WebCore11FrameLoader7loadURLERKNS_4KURLERKN3***6StringES7_bNS_13FrameLoadT ypeENS4_10PassRefPtrINS_5EventEEENS9_INS_9FormStateEEE + 2528 (in WebCore) [0x96ae1650]
                                                    24 __ZN7WebCore11FrameLoader24loadWithNavigationActionERKNS_15ResourceRequestERKNS _16NavigationActionEbNS_13FrameLoadTypeEN3***10PassRefPtrINS_9FormStateEEE + 855 (in WebCore) [0x96ae2907]
                                                      24 __ZN7WebCore11FrameLoader22loadWithDocumentLoaderEPNS_14DocumentLoaderENS_13Fra meLoadTypeEN3***10PassRefPtrINS_9FormStateEEE + 1579 (in WebCore) [0x969914cb]
                                                        24 __ZN7WebCore13PolicyChecker21checkNavigationPolicyERKNS_15ResourceRequestEPNS_1 4DocumentLoaderEN3***10PassRefPtrINS_9FormStateEEEPFvPvS3_S9_bESA_ + 1566 (in WebCore) [0x9699202e]
                                                          24 __ZN20WebFrameLoaderClient39dispatchDecidePolicyForNavigationActionEMN7WebCore1 3PolicyCheckerEFvNS0_12PolicyActionEERKNS0_16NavigationActionERKNS0_15ResourceRe questEN3***10PassRefPtrINS0_9FormStateEEE + 199 (in WebKit) [0x9010f247]
                                                            24 __CF_forwarding_prep_0 + 50 (in CoreFoundation) [0x93d928b2]
                                                              24 ____forwarding___ + 986 (in CoreFoundation) [0x93d9284a]
                                                                24 -[_WebSafeForwarder forwardInvocation:] + 351 (in WebKit) [0x9010a7cf]
                                                                  24 -[NSInvocation invokeWithTarget:] + 72 (in CoreFoundation) [0x93d923d8]
                                                                    24 -[NSInvocation invoke] + 136 (in CoreFoundation) [0x93d92308]
                                                                      24 ___invoking___ + 29 (in CoreFoundation) [0x93d9291d]
                                                                        24 ??? [0x2bfc4]
                                                                          24 -[WebFramePolicyListener use] + 42 (in WebKit) [0x9010fb9a]
                                                                            24 -[WebFramePolicyListener receivedPolicyDecision:] + 42 (in WebKit) [0x9010fbca]
                                                                              24 __ZN7WebCore13PolicyChecker29continueAfterNavigationPolicyENS_12PolicyActionE + 1680 (in WebCore) [0x96993470]
                                                                                24 __ZN7WebCore14PolicyCallback4callEb + 74 (in WebCore) [0x969935fa]
                                                                                  24 __ZN7WebCore11FrameLoader37callContinueLoadAfterNavigationPolicyEPvRKNS_15Resou rceRequestEN3***10PassRefPtrINS_9FormStateEEEb + 55 (in WebCore) [0x969937f7]
                                                                                    24 __ZN7WebCore11FrameLoader33continueLoadAfterNavigationPolicyERKNS_15ResourceReq uestEN3***10PassRefPtrINS_9FormStateEEEb + 594 (in WebCore) [0x96993af2]
                                                                                       24 __ZN7WebCore11FrameLoader31continueLoadAfterWillSubmitFormEv + 56 (in WebCore) [0x96994398]
                                                                                         24 __ZN20WebFrameLoaderClient31dispatchDidStartProvisionalLoadEv + 106 (in WebKit) [0x9010ff1a]
                                                                                           23 __ZL12CallDelegatePFP11objc_objectS0_P13objc_selectorzEP7WebViewS0_S2_S0_ + 240 (in WebKit) [0x90164110]
                                                                                             20 -[SSWebFrameLoadDelegate webView:didStartProvisionalLoadForFrame:] + 118 (in SafariSniffer) [0x1bf427a1]
                                                                                               19 -[NSNotificationCenter postNotificationName:object:] + 56 (in Foundation) [0x93e25ed8]
                                                                                                 18 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128 (in Foundation) [0x93e1c680]
                                                                                                   18 __CFXNotificationPostNotification + 179 (in CoreFoundation) [0x93cf4753]
                                                                                                     18 ___CFXNotificationPost + 362 (in CoreFoundation) [0x93cf447a]
                                                                                                       17 __nsnote_callback + 106 (in Foundation) [0x93e1f42a]
                                                                                                         9 -[SafariSnifferPlugin removePageInfo:] + 258 (in SafariSniffer) [0x1bf3bb87]
                                                                                                           8 -[NSObject description] + 85 (in CoreFoundation) [0x93d93a25]
                                                                                                             8 _CFStringCreateWithFormat + 41 (in CoreFoundation) [0x93d3a449]
                                                                                                               6 _CFStringCreateWithFormatAndArguments + 46 (in CoreFoundation) [0x93d3a41e]
                                                                                                                 2 __CFStringCreateWithFormatAndArgumentsAux + 120 (in CoreFoundation) [0x93d3a3a8]
                                                                                                                   2 __CFStringAppendFormatAndArgumentsAux + 2220 (in CoreFoundation) [0x93d3899c]
                                                                                                                     1 ??? [0xffff07d7]
                                                                                                                     1 ___CFStringAppendBytes + 758 (in CoreFoundation) [0x93d2f7f6]
                                                                                                                       1 _szone_good_size + 0 (in libSystem.B.dylib) [0x936c952b]
                                                                                                                 1 __CFStringCreateWithFormatAndArgumentsAux + 145 (in CoreFoundation) [0x93d3a3c1]
                                                                                                                   1 _szone_free + 585 (in libSystem.B.dylib) [0x936ac543]
                                                                                                                 1 __CFStringAppendFormatAndArgumentsAux + 1766 (in CoreFoundation) [0x93d387d6]
                                                                                                                 1 __CFStringAppendFormatAndArgumentsAux + 2245 (in CoreFoundation) [0x93d389b5]
                                                                                                                 1 __CFStringCreateWithFormatAndArgumentsAux + 135 (in CoreFoundation) [0x93d3a3b7]
                                                                                                                   1 _CFStringCreateCopy + 397 (in CoreFoundation) [0x93d2dc2d]
                                                                                                                     1 ___CFStringCreateImmutableFunnel3 + 737 (in CoreFoundation) [0x93d2d0f1]
                                                                                                                       1 ??? [0xffff0633]
                                                                                                               1 _CFStringCreateMutable + 165 (in CoreFoundation) [0x93d2b6a5]
                                                                                                               1 __CFStringAppendFormatAndArgumentsAux + 0 (in CoreFoundation) [0x93d380f0]
                                                                                                           1 __class_getName + 25 (in libobjc.A.dylib) [0x9527e05b]
                                                                                                         3 -[SafariSnifferPlugin removePageInfo:] + 130 (in SafariSniffer) [0x1bf3bb07]
                                                                                                           3 -[NSObject description] + 85 (in CoreFoundation) [0x93d93a25]
                                                                                                             3 _CFStringCreateWithFormat + 41 (in CoreFoundation) [0x93d3a449]
                                                                                                               3 _CFStringCreateWithFormatAndArguments + 46 (in CoreFoundation) [0x93d3a41e]
                                                                                                                 3 __CFStringCreateWithFormatAndArgumentsAux + 120 (in CoreFoundation) [0x93d3a3a8]
                                                                                                                   2 __CFStringAppendFormatAndArgumentsAux + 6765 (in CoreFoundation) [0x93d39b5d]
                                                                                                                     1 ___vfprintf + 14640 (in libSystem.B.dylib) [0x936aab44]
                                                                                                                     1 ___vfprintf + 455 (in libSystem.B.dylib) [0x936a73db]
                                                                                                                   1 _CFStringGetLength + 144 (in CoreFoundation) [0x93d2a9b0]
                                                                                                         3 -[SafariSnifferPlugin removePageInfo:] + 194 (in SafariSniffer) [0x1bf3bb47]
                                                                                                           3 -[NSObject description] + 85 (in CoreFoundation) [0x93d93a25]
                                                                                                             3 _CFStringCreateWithFormat + 41 (in CoreFoundation) [0x93d3a449]
                                                                                                               3 _CFStringCreateWithFormatAndArguments + 46 (in CoreFoundation) [0x93d3a41e]
                                                                                                                 3 __CFStringCreateWithFormatAndArgumentsAux + 135 (in CoreFoundation) [0x93d3a3b7]
                                                                                                                   3 _CFStringCreateCopy + 397 (in CoreFoundation) [0x93d2dc2d]
                                                                                                                     3 ___CFStringCreateImmutableFunnel3 + 737 (in CoreFoundation) [0x93d2d0f1]
                                                                                                                       2 ??? [0xffff0633]
                                                                                                                       1 _szone_size + 0 (in libSystem.B.dylib) [0x936afbc0]
                                                                                                         2 -[SafariSnifferPlugin removePageInfo:] + 304 (in SafariSniffer) [0x1bf3bbb5]
                                                                                                           2 -[NSObject description] + 85 (in CoreFoundation) [0x93d93a25]
                                                                                                             2 _CFStringCreateWithFormat + 41 (in CoreFoundation) [0x93d3a449]
                                                                                                               2 _CFStringCreateWithFormatAndArguments + 46 (in CoreFoundation) [0x93d3a41e]
                                                                                                                 1 __CFStringCreateWithFormatAndArgumentsAux + 120 (in CoreFoundation) [0x93d3a3a8]
                                                                                                                   1 __CFStringAppendFormatAndArgumentsAux + 2220 (in CoreFoundation) [0x93d3899c]
                                                                                                                     1 ___CFStringAppendBytes + 758 (in CoreFoundation) [0x93d2f7f6]
                                                                                                                       1 ___CFStringChangeSizeMultiple + 485 (in CoreFoundation) [0x93d2eb05]
                                                                                                                         1 ___CFStrAllocateMutableContents + 61 (in CoreFoundation) [0x93d2b4ed]
                                                                                                                           1 _malloc_zone_malloc + 81 (in libSystem.B.dylib) [0x936a6fb8]
                                                                                                                             1 _tiny_malloc_from_free_list + 953 (in libSystem.B.dylib) [0x936ae593]
                                                                                                                 1 __CFStringCreateWithFormatAndArgumentsAux + 68 (in CoreFoundation) [0x93d3a374]
                                                                                                                   1 ??? [0xa0a555c9]
                                                                                                       1 -[NSCFDictionary objectForKey:] + 1 (in Foundation) [0x93e1b261]
                                                                                                 1 -[NSConcreteNotification recycle] + 64 (in Foundation) [0x93e1c840]
                                                                                                   1 ___CFDoExternRefOperation + 214 (in CoreFoundation) [0x93d94756]
                                                                                               1 -[NSObject retainCount] + 1 (in CoreFoundation) [0x93d94951]
                                                                                             3 -[SSWebFrameLoadDelegate webView:didStartProvisionalLoadForFrame:] + 142 (in SafariSniffer) [0x1bf427b9]
                                                                                               3 -[NSObject description] + 85 (in CoreFoundation) [0x93d93a25]
                                                                                                 3 _CFStringCreateWithFormat + 41 (in CoreFoundation) [0x93d3a449]
                                                                                                   3 _CFStringCreateWithFormatAndArguments + 46 (in CoreFoundation) [0x93d3a41e]
                                                                                                     2 __CFStringCreateWithFormatAndArgumentsAux + 120 (in CoreFoundation) [0x93d3a3a8]
                                                                                                       1 _snprintf_l + 293 (in libSystem.B.dylib) [0x936cdf6b]
                                                                                                       1 __CFStringAppendFormatAndArgumentsAux + 2220 (in CoreFoundation) [0x93d3899c]
                                                                                                         1 ___CFStringAppendBytes + 758 (in CoreFoundation) [0x93d2f7f6]
                                                                                                           1 ___CFStringChangeSizeMultiple + 485 (in CoreFoundation) [0x93d2eb05]
                                                                                                             1 ___CFStrAllocateMutableContents + 61 (in CoreFoundation) [0x93d2b4ed]
                                                                                                               1 _malloc_zone_malloc + 81 (in libSystem.B.dylib) [0x936a6fb8]
                                                                                                                 1 _tiny_free_list_add_ptr + 0 (in libSystem.B.dylib) [0x936afa0f]
                                                                                                     1 __CFStringCreateWithFormatAndArgumentsAux + 135 (in CoreFoundation) [0x93d3a3b7]
                                                                                                       1 _CFStringCreateCopy + 397 (in CoreFoundation) [0x93d2dc2d]
                                                                                                         1 ___CFStringCreateImmutableFunnel3 + 737 (in CoreFoundation) [0x93d2d0f1]
                                                                                                           1 _CFAllocatorAllocate + 44 (in CoreFoundation) [0x93cab48c]
                                                                                           1 _objc_msgSend + 56 (in libobjc.A.dylib) [0x952856a8]
      Kernel stack:
        18 _PE_incoming_interrupt + 131 [0x44e416]
          18 _lapic_interrupt + 121 [0x1b16c0]
            18 _sync_iss_to_iks + 114 [0x1aa3ae]
        3 _user_trap + 659 [0x1ab39c]
          2 _vm_fault + 1707 [0x163170]
            2 _vm_fault_enter + 878 [0x16090e]
              2 _mutex_lock + 271 [0x19d24f]
                2 _lck_mtx_lock_wait + 361 [0x1318f1]
                  2 _thread_block + 33 [0x136f20]
                    2 _thread_continue + 1180 [0x136cb3]
          1 _vm_fault + 524 [0x162cd1]
            1 _vm_map_lookup_locked + 2802 [0x16bf15]
              1 _lck_rw_lock_exclusive + 253 [0x1a0dcf]
                1 _thread_block + 33 [0x136f20]
                  1 _thread_continue + 1180 [0x136cb3]
        3 _i386_astintr + 47 [0x1aa272]
          2 _ast_taken + 185 [0x129434]
            2 _thread_continue + 1180 [0x136cb3]
          1 _ast_taken + 247 [0x129472]
            1 _bsd_ast + 721 [0x384ced]
              1 _postsig + 351 [0x383274]
                1 _exit1 + 392 [0x377b31]
                  1 _task_terminate_internal + 313 [0x13bb81]
                    1 _vm_map_remove + 145 [0x16b18d]
                      1 _vm_map_simplify + 5097 [0x16af8b]
                        1 _vm_object_lock_try_shared + 4031 [0x17625d]
                          1 _vm_object_lock_try_shared + 2957 [0x175e2b]
                            1 _vm_object_lock_try_shared + 1342 [0x1757dc]
                              1 _mutex_yield + 68 [0x1310f3]
                                1 _thread_block + 33 [0x136f20]
                                  1 _thread_continue + 1180 [0x136cb3]
      Thread id:      54f32e8
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __ZN3***17TCMalloc_PageHeap15scavengerThreadEv + 824 (in JavaScriptCore) [0x950dad58]
            23 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Thread id:      52aa790
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 __ZN7WebCore12IconDatabase22iconDatabaseSyncThreadEv + 761 (in WebCore) [0x9689de19]
              23 __ZN7WebCore12IconDatabase18syncThreadMainLoopEv + 279 (in WebCore) [0x968a0587]
                23 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Thread id:      700c000
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 __Z22CFURLCacheWorkerThreadPv + 388 (in CFNetwork) [0x942c718c]
              23 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x93d13aa8]
                23 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Thread id:      6feb2e8
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 ___NSThread__main__ + 308 (in Foundation) [0x93e1f9a4]
              23 -[NSThread main] + 45 (in Foundation) [0x93e1fdfd]
                23 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320 (in Foundation) [0x93e83520]
                  23 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x93d13aa8]
                    23 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Thread id:      704dc80
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 __ZN3***15ThreadCondition9timedWaitERNS_5MutexEd + 81 (in JavaScriptCore) [0x94f2f6b1]
              23 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Thread id:      71586b0
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 ___select + 10 (in libSystem.B.dylib) [0x936f560a]
      Thread id:      71582e8
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 ___NSThread__main__ + 308 (in Foundation) [0x93e1f9a4]
              23 -[NSThread main] + 45 (in Foundation) [0x93e1fdfd]
                23 -[CTThread run] + 194 (in ct_plugins) [0x1bec326]
                  23 -[CTIconHandler updateImages] + 130 (in ct_plugins) [0x1b8b797]
                    23 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Thread id:      630d128
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 ??? [0x2f023]
              23 ??? [0x2f08a]
                23 ??? [0x2f33d]
                  23 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x93d13aa8]
                    16 _CFRunLoopRunSpecific + 4469 (in CoreFoundation) [0x93d138f5]
                      16 ??? [0x4b717]
                        16 ??? [0x54d48]
                          16 ??? [0x54d75]
                            16 ??? [0x5402b]
                              10 ??? [0x541a5]
                                10 ??? [0x53690]
                                  10 ??? [0x53356]
                                    10 ??? [0x276418]
                                      10 ??? [0x275d57]
                                        10 ??? [0x275129]
                                          10 ??? [0x2222b7]
                                            10 ??? [0x20505a]
                                              10 _fsync$UNIX2003 + 10 (in libSystem.B.dylib) [0x936eac4e]
                              6 ??? [0x5413e]
                                6 ??? [0x1a567b]
                                  6 ??? [0xaa8fa]
                                    5 ??? [0xaaa1f]
                                      5 ??? [0x316a6]
                                        5 ??? [0x275d57]
                                          3 ??? [0x26be21]
                                            3 ??? [0x224775]
                                              3 ??? [0x21f766]
                                                3 ??? [0x206463]
                                                  3 ___pread + 10 (in libSystem.B.dylib) [0x936e810a]
                                          2 ??? [0x26dd76]
                                            2 ??? [0x21f766]
                                              2 ??? [0x206463]
                                                2 ___pread + 10 (in libSystem.B.dylib) [0x936e810a]
                                    1 ??? [0xaaba3]
                                      1 ??? [0xaac64]
                                        1 ??? [0x316a6]
                                          1 ??? [0x26ff47]
                    7 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Kernel stack:
        15 _unix_syscall + 572 [0x3e3a7f]
          10 _fsync_nocancel + 102 [0x1e7f15]
            10 _VNOP_FSYNC + 104 [0x1f51fe]
              10 _GetLogicalBlockSize + 42477 [0x348441]
                10 _GetLogicalBlockSize + 25373 [0x344171]
                  10 _cluster_push + 40 [0x1d278f]
                    8 _cluster_push_ext + 177 [0x1d26ee]
                      8 _cluster_pageout + 5658 [0x1d1fc0]
                        8 _cluster_copy_upl_data + 3784 [0x1cfba0]
                          8 _cluster_copy_upl_data + 2739 [0x1cf78b]
                            8 _vnode_waitforwrites + 167 [0x1dd32e]
                              8 _msleep + 157 [0x3863e8]
                                8 _uiomove + 653 [0x386037]
                                  8 _lck_mtx_sleep + 87 [0x130d90]
                                    8 _thread_block + 33 [0x136f20]
                                      8 _thread_continue + 1180 [0x136cb3]
                    2 _cluster_push_ext + 281 [0x1d2756]
                      2 _vnode_waitforwrites + 167 [0x1dd32e]
                        2 _msleep + 157 [0x3863e8]
                          2 _uiomove + 653 [0x386037]
                            2 _lck_mtx_sleep + 87 [0x130d90]
                              2 _thread_block + 33 [0x136f20]
                                2 _thread_continue + 1180 [0x136cb3]
          5 _pread_nocancel + 174 [0x391751]
            5 _nosys + 593 [0x39164d]
              5 _vn_rdwr + 353 [0x1ede33]
                5 _VNOP_READ + 168 [0x1f8492]
                  5 _hfs_vnop_read + 308 [0x32cad0]
                    5 _cluster_read + 61 [0x1d3648]
                      5 _cluster_read_ext + 266 [0x1d2920]
                        5 _cluster_pageout + 2945 [0x1d1527]
                          5 _msleep + 157 [0x3863e8]
                            5 _uiomove + 653 [0x386037]
                              5 _lck_mtx_sleep + 87 [0x130d90]
                                5 _thread_block + 33 [0x136f20]
                                  5 _thread_continue + 1180 [0x136cb3]
        1 _PE_incoming_interrupt + 131 [0x44e416]
          1 _lapic_interrupt + 121 [0x1b16c0]
            1 _sync_iss_to_iks + 114 [0x1aa3ae]
      Thread id:      7157b58
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 ??? [0x44c2d]
              23 ??? [0x44cdd]
                23 __ZN3***15ThreadCondition9timedWaitERNS_5MutexEd + 81 (in JavaScriptCore) [0x94f2f6b1]
                  23 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Thread id:      71573c8
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 _glvmDoWork + 162 (in libGLProgrammability.dylib) [0x905c2b32]
              23 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Thread id:      7157000
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 __Z11CMMConvTaskPv + 54 (in ColorSync) [0x96683d4e]
              23 __Z20pthreadSemaphoreWaitP18t_pthreadSemaphore + 42 (in ColorSync) [0x966713c8]
                23 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Thread id:      700f128
      User stack:
        23 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          23 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            23 __ZN3***15ThreadCondition9timedWaitERNS_5MutexEd + 81 (in JavaScriptCore) [0x94f2f6b1]
              23 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
    Process:        ATSServer [125]
    Path:           /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
      ADDRESS         BINARY
      00001000        /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
      Thread id:      54f3e40
      User stack:
        24 ??? [0x4b46]
          24 ??? [0xdd21f]
            24 _CFRunLoopRun + 84 (in CoreFoundation) [0x93d13b04]
              24 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Thread id:      52ac5d0
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            24 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
    Process:        AirPort Base Station Agent [115]
    Path:           /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
      00335000        /Library/InputManagers/CTLoader/ct_loader.bundle/Contents/MacOS/ct_loader
      0033c000        /Library/InputManagers/GearsEnabler/GearsEnabler.bundle/Contents/MacOS/GearsEna bler
      Thread id:      56caba0
      User stack:
        24 ??? [0x25ad]
          24 ??? [0x2680]
            24 _NSApplicationMain + 574 (in AppKit) [0x943721d8]
              24 -[NSApplication run] + 795 (in AppKit) [0x943a4f9f]
                24 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x943abf88]
                  24 __DPSNextEvent + 657 (in AppKit) [0x943ac6d5]
                    24 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x97636f39]
                      24 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x976370c5]
                        24 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x976372ac]
                          24 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x93d13aa8]
                            24 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Thread id:      4433048
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 ___select + 10 (in libSystem.B.dylib) [0x936f560a]
    Process:        AppleSpell [172]
    Path:           /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
      ADDRESS         BINARY
      00001000        /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
      000fa000        /usr/lib/liblangid.dylib
      Thread id:      446ba78
      User stack:
        24 ??? [0x1e86]
          24 ??? [0x218d]
            24 -[NSSpellServer run] + 198 (in Foundation) [0x93e97596]
              24 _CFRunLoopRun + 84 (in CoreFoundation) [0x93d13b04]
                24 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
    Process:        AppleVNCServer [118]
    Path:           /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Ma cOS/AppleVNCServer
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Ma cOS/AppleVNCServer
      Thread id:      54f67d8
      User stack:
        24 ??? [0x1ff9]
          24 ??? [0x25602]
            24 ??? [0x2695]
              24 ??? [0x5a6f]
                24 _CFRunLoopRun + 84 (in CoreFoundation) [0x93d13b04]
                  24 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Thread id:      56ca048
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            24 _kevent + 10 (in libSystem.B.dylib) [0x936d68c6]
      Thread id:      56c9128
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            24 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x91f70fbb]
              24 _select$DARWIN_EXTSN$NOCANCEL + 10 (in libSystem.B.dylib) [0x936dd2da]
    Process:        DirectoryService [11]
    Path:           /usr/sbin/DirectoryService
      ADDRESS         BINARY
      00001000        /usr/sbin/DirectoryService
      00160000        /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
      Thread id:      4433410
      User stack:
        24 start + 54 (in DirectoryService) [0x1631a]
          24 _main + 2767 (in DirectoryService) [0x16e07]
            24 _CFRunLoopRun + 84 (in CoreFoundation) [0x93d13b04]
              24 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Thread id:      4bf0048
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            24 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              24 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                24 __ZN20CPluginRunLoopThread10ThreadMainEv + 222 (in DirectoryService) [0x22fc4]
                  24 _CFRunLoopRun + 84 (in CoreFoundation) [0x93d13b04]
                    24 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Thread id:      4befc80
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            24 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              24 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                24 __ZN17CMigHandlerThread10ThreadMainEv + 303 (in DirectoryService) [0x231fd]
                  24 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Kernel stack:
        24 _dtrace_get_cpu_int_stack_top + 543 [0x198fa3]
          24 _mach_msg_overwrite_trap + 3808 [0x1270ea]
            24 _ipc_mqueue_receive + 750 [0x121292]
              24 _thread_block + 33 [0x136f20]
                24 _thread_continue + 1180 [0x136cb3]
      Thread id:      4bce998
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            24 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              24 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                24 __ZN26CSearchPluginHandlerThread10ThreadMainEv + 101 (in DirectoryService) [0x42d03]
                  24 __ZN13CSearchPlugin10CheckNodesE16tDirPatternMatchPiP16DSEventSemaphore + 1120 (in DirectoryService) [0x42c0a]
                    24 __ZN16DSEventSemaphore12WaitForEventEl + 191 (in DirectoryServiceCore) [0x1683e1]
                      24 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Thread id:      446a000
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            24 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              24 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                24 __ZN26CSearchPluginHandlerThread10ThreadMainEv + 101 (in DirectoryService) [0x42d03]
                  24 __ZN13CSearchPlugin10CheckNodesE16tDirPatternMatchPiP16DSEventSemaphore + 1120 (in DirectoryService) [0x42c0a]
                    24 __ZN16DSEventSemaphore12WaitForEventEl + 191 (in DirectoryServiceCore) [0x1683e1]
                      24 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Thread id:      446a3c8
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 _kevent + 10 (in libSystem.B.dylib) [0x936d68c6]
      Thread id:      700ed60
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            24 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              24 ___syscall + 5 (in libSystem.B.dylib) [0x936e82b5]
    Process:        Dock [124]
    Path:           /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      0040d000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      Thread id:      52aaf20
      User stack:
        24 ??? [0x5472]
          24 ??? [0x97f5a]
            24 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x93e543d5]
              24 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x93d13aa8]
                24 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x936a6166]
      Thread id:      4bef8b8
      User stack:
        24 _thread_start + 34 (in libSystem.B.dylib) [0x936d6f12]
          24 __pthread_start + 321 (in libSystem.B.dylib) [0x936d7055]
            24 ??? [0x13505]
              24 ___semwait_signal + 10 (in libSystem.B.dylib) [0x936ad34e]
      Threa

    1. Choose Show Toolbar or Customize Toolbar from the View menu and put it back.
    2. Buy a Mac OS X 10.6 DVD from the online Apple Store.
    (126447)

  • How do you turn off auto renewal if the button doesn't respond with on/off switch?

    I am trying to cancel a subscription at the end of the contract period, but the auto renewal button on app store account management button doesn't respond when tapped to allow the auto renewal to be cancelled.

    Hi Jerry,
    The windows i am using is Windows 7 Professional. The auto-correct page you sent me was not the problem i was talking about. I have taken some print screen shots of the actual problem i was talking about and i have numnbered from 1-4 so you can see exactly what is happening.
    Attachments:
    number 1.jpg ‏162 KB
    number 2.jpg ‏175 KB
    number 3.jpg ‏174 KB
    number 4.jpg ‏174 KB

  • The download function is not working....!! When I click on something like download a doc,pdf or any such file, the firefox just doesn't respond, and when I checked the download, i.e. cntrl+j, I don't find anything in the downloads...

    The download function is not working....!! I don't use any add-ons like idm or dap,etc.... When I click on something like download a doc,pdf or any such file, the firefox just doesn't respond, and when I checked the download, i.e. cntrl+j, I don't find anything in the downloads... I am currently using Firefox 7.0.1....... Nothing is being downloaded, and I am forced to use IE8 for everything... I even tried re-installing, but doesn't help... I am using Windows 7

    TonyE is correct the plugin version comes with Adobe's Reader X.
    The failure in communication is two parted:
    1. Reader X is not Acrobat (Mozilla Plugin Checker)
    2. Acrobat is not mentioned in the Reader X download Page (Adobe)
    therefore confused clients.
    For readers '''CAUTION''' check the minimum requirements for Reader X.
    Here: [http://www.adobe.com/products/reader/tech-specs.html Adobe's Reader X requirements link]
    Do not waste the time to download (80+MB and Site is Slow) if your machine does not have the resources to execute it. ie. '''aging''' Hardware
    Unfortunately the Adobe DLM only checks the requirements after it has
    downloaded BEFORE the install occurs.
    This is '''very expensive''' for both the sender and receiver
    It might be why they called it READER X and READER 9 will not sense an update...
    Another Software company pushing Hardware antiquity...

  • Lower Edge of Spacebar doesn't respond

    Hello
    I have an HP Touchsmart Envy 15, and the spacebar doesn't seem to be functioning correctly.
    60% of the surface on my spacebar does not respond, and the whole key doesn't respond until I press closer to the upper edge of the bar.
    What do you suggest I should do?

    Anyone's facing the same problem?

  • My track pad doesn't respond

    hyee there.. i really need help now about my blackberry track pad..
    how to solve track pad that doesn't give any respond when i reboot..
    1) when i reboot my blackberry my track pad doesn't move up side down and left to right..when i click the track pad..its also doesn't respond.it just stuck..]
    2) i already reboot it for many times but it doesn't give any respond to the track pad..
    please give me some help..i really really need right now...
    Solved!
    Go to Solution.

    Hi,
    In my last post only i said that even if this works, it might be a temporary solution...normally this solution works for few hours or even few days, depending on the condition of the trackpad...sry, it didnt worked for u...if u want, u can repeat the process again, but best would be to get ur trackpad replaced ASAP...
    with regards
    simply abhik...
    Please click "Accept as Solution" if your issue has been solved and to give thanks/appreciation, click thumbs up...
    For BB OS update: http://us.blackberry.com/software/smartphones/update.html
    BB Simulators: http://us.blackberry.com/sites/developers/resources/simulators.html

Maybe you are looking for

  • SAP Business Objects Auditing

    Hello Experts, I am working on SAP BO 4.1. I have a question regarding the auditing universe and reports. My database from which the universe has been made is SQL database. we have configured auditing in our system by following the steps for it. Now,

  • I have no idea how to transfer songs on my Yamaha PSR-E323 keyboard to my macbook. How do I go about that?

    I purchased a Yamaha PSR-E323 61-key digital keyboard. I recorded some parts of songs out of the blue that I really like. I don't know what I was playing. It was just something that sounded good at the moment and im going to have to leave my keyboard

  • IOS 7.0.4 update crashed phone - stuck on iTunes and plug screen

    Attempted to install the latest update and phone just got stuck on a black screen with the iTunes icon and the USB icon underneath.  I have attempted to power off/on countless times.  I have also tried to hold the power and home button down at the sa

  • File Size Indication Mismatch.  Why?

    After all this time with LR, I just noticed something puzzling that I have somehow probably missed an explanation for. Why does LR show file sizes smaller than the actual file size. I have tif scans that are about 32megs that are shown in LR as 6 meg

  • Updates to the Air?

    I have a macbook air that I got this last April before the new ones came out in June. I'm told the processor on the new ones is faster and the battery life is longer. Is there anyway for me to update mine to have the same specs as the new Air?