Help: Basic API call randomly crashes.  Enlightened experts may know...

Here is the function and it is called once a second. The try-catch was added later.bool UserInfo::IsCurrentUserInteractive()
uid_t uid;
gid_t gid;
/* Getting the username of current consoleuser. Note
* that if the username is NULL then that means that
* no user is presently logged in. We do the lookup
* using the SCDynamicStoreCopyConsoleUser call.
* First Argument: The dynamic store to use to lookup
* the console username. We only need a temporary dynamic
* store so pass null.
* Second Argument: On return this will have the
* UserID (UID) of the new user. We pass in a uid_t variable
* so we can get the return value. This value isn't used but
* is included for demonstration purposes.
* Third Argument: On return this will have the
* GroupID (GID) of the new user. We pass in a gid_t variable
* so we can get the return value. This value isn't used but
* is included for demonstration purposes.
* Return Value: The console username expressed as a CFString.
* This string must be eventually released with a CFRelease call.
CFStringRef Name = NULL;
// This call has crashed before
try
Name = SCDynamicStoreCopyConsoleUser(NULL, &uid, &gid);
catch(...)
return true;
if (NULL == Name)
return false;
CFRelease(Name);
return true;
This can run for hours, being called every second without a problem. However eventually it will crash. Here is the crash log BEFORE I added the try-catch.PID: 148
Thread: 0
Exception: EXCBADACCESS (0x0001)
Codes: KERNPROTECTIONFAILURE (0x0002) at 0x000001f9
Thread 0 Crashed:
0 libSystem.B.dylib 0x90003040 szone_malloc + 590
1 libSystem.B.dylib 0x90002da7 malloczonemalloc + 571
2 com.apple.CoreFoundation 0x9082bb0d CFRunLoopRunSpecific + 196
3 com.apple.CoreFoundation 0x9082ba42 CFRunLoopRunInMode + 61
4 com.apple.HIToolbox 0x92de9878 RunCurrentEventLoopInMode + 285
5 com.apple.HIToolbox 0x92edece0 GetNextEventMatchingMask + 100
6 com.apple.HIToolbox 0x92f58c5a GetNextEvent + 85
7 com.chatter.box 0x00007cba EventPump() + 36
8 libSystem.B.dylib 0x9011072c _sigtramp + 49
9 libSystem.B.dylib 0x90002f9c szone_malloc + 426
10 libSystem.B.dylib 0x90002da7 malloczonemalloc + 571
11 com.apple.CoreFoundation 0x9080b53c _CFRuntimeCreateInstance + 155
12 com.apple.CoreFoundation 0x9080b27c __CFStringCreateImmutableFunnel3 + 1453
13 com.apple.CoreFoundation 0x90817c1b CFStringCreateWithBytes + 94
14 com.apple.CoreFoundation 0x90837622 __CFBinaryPlistCreateObject + 1405
15 com.apple.CoreFoundation 0x90837fc6 __CFBinaryPlistCreateObject + 3873
16 com.apple.CoreFoundation 0x90837b86 __CFBinaryPlistCreateObject + 2785
17 com.apple.CoreFoundation 0x90837fc6 __CFBinaryPlistCreateObject + 3873
18 com.apple.CoreFoundation 0x9082e623 __CFTryParseBinaryPlist + 177
19 com.apple.CoreFoundation 0x9082d990 _CFPropertyListCreateFromXMLData + 150
20 com.apple.CoreFoundation 0x9082d8f7 CFPropertyListCreateFromXMLData + 54
21 com.apple.SystemConfiguration 0x91421152 _SCUnserialize + 99
22 com.apple.SystemConfiguration 0x91420f6b SCDynamicStoreCopyValue + 285
23 com.apple.SystemConfiguration 0x91423e97 SCDynamicStoreCopyConsoleUser + 158
24 com.chatter.box 0x0000a51a UserInfo::IsCurrentUserInteractive() + 32
25 com.chatter.box 0x000087de ClientCore::DoRun() + 808
26 com.chatter.box 0x00007e20 main + 308
27 com.chatter.box 0x0000733e _start + 216
28 com.chatter.box 0x00007265 start + 41Now after the try-catch:PID: 291
Thread: 0
Exception: EXCBADACCESS (0x0001)
Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
0 libobjc.A.dylib 0x90a58387 objc_msgSend + 23
1 com.chatter.box 0x0000a58f UserInfo::IsCurrentUserInteractive() + 61
2 com.chatter.box 0x00008833 ClientCore::DoRun() + 805
3 com.chatter.box 0x00007e5b main + 355
4 com.chatter.box 0x0000733e _start + 216
5 com.chatter.box 0x00007265 start + 41
This leads me to several questions:
1. Why is this crashing my app?
2. Why isn't the try-catch trapping the exception and preventing the crash?
3. How can I prevent this crash?
The purpose is simply to know if there is an interactive user. By getting the console user you can find out. If there is no console user, then clearly, there is no interactive session. I know there can be fast user switching on Macs, although I do not know how to do it, so it is possible for an app to be running as a user who doesn't have a GUI because they didn't log out, they just switched out to another user and all their apps are still running. I am going to make all the parameters null since I do not use them, this was basically a cut and paste job from some API documentation with sample code.

karma-9 wrote:
809648 wrote:
i know i m sucked and really need ur expertise help asap or i would suicide for this hw! pls!
If you can't even start with that assignment, there is no need to go to such extreme lengths as to kill yourself.
Just don't go into programming, find other areas of interest and a different career path.Or, you know, talk to your lecturer, teacher, or tutor. As opposed to just give up.
I failed my first-ever CS assignment. Got 7/20 for my Haskell and then -7 because it didn't compile.
Considered dropping my degree, spoke to the tutor who pointed out a couple of book chapters to read, got 90% or higher in the next three tests, then ended up with an honours degree four years later. Everyone has hurdles or brick walls to negotiate, but it doesn't mean you're not cut out for a career there. It's not a case of natural talent, just persistence and practice.
Oh, and mods - sorry for the 'irrelevant humour' before. I shan't try it again until I've got my post count to my previous levels and I then can join in all the mocking by regulars. ;)

Similar Messages

  • Help! k8n neo2 random crash

    Just built k8n neo2 and updated all bios and drivers using live update. System runs great except for the occasional random crash.  Without any indication, the system will simply reboot, or go to a system level blue screen with lots of error messages for a breif second and then reboot.  Upon reboot, xp reboots as if nothing happend, other times it goes into safe mode (in which case i reboot normal everything works fine for several hours.... or until i run virtually any game software)
    Only one time did windows say it had recovered from a fatal error, but it didnt have an explanation.  The best xp could suggest is that it was "device driver" related but didn't say which device.
    When running internet applications all day it happend only once.  But when running 3-d games it seems to happen every time about 5-30 min into the game at different points in the game.  The same game works fine on my asus system.  I loaded another "doom" type game that even came bundled with the ati 9800 pro, and it also crashes and automatically reboots without notice 5-10 min into the game. I updated all the graphic drivers to the 9800 pro, but to no avail.  
    I didn't mess with any of the Muskin blue 3200 ( 2x512 )memory settings (all default setting) The post test for memory didn't indicate a problem...is anyone using muskin?  
    Any suggestions?  
    Thanks
    gator

    Went to mushkin and finally found their timing page.  
    http://www.mushkin.com/epages/Mushkin.storefront/41e18a17005e60d62740c0a80102061c/Product/View/991158#nforce3
    I have the msi-7025 ver:1  On the mushkin site it lists timings for the nforce3-250  What is the "-250"? are there differn't versions of the nforce3 becuase everywhere I looked..on my system board, on box, on system software, it only references "nforce 3." In anycase, for the mushkin blue 3200 it shows 2-3-3-10 and thats what I have plugged in now. So I hope this is right?
    Im still getting the crashes in the games, but task manager is catching them before the system reboots, so a little improvement.  I am heavily suspecting the ATI all-in-wonder 9800 PRO now.  Is anyone using this board or the regular 9800 pro? I updated the drivers and have been on their site but not much help so far.
    As far as my Diamond max 10 300 HD....no problems with drive recognition. I was using bios 1.3 right out of the box.
    It works in all ports....its currently in sata2 only by chance.
    Most peoples basic mistakes are two fold:
    1. If they are not using RAID, they are mistakenly loading the RAID drivers during xp insallation. (like I did by mistake).  Don't load the drivers that came on floppy  with the board if not using RAID ...the system will automatically load the SATA drivers.
    Simply check in bios or watch during post to see if the SATA diamond max 6b300SO is loaded (or whatever diamond max drive you have).  If its indicated, then you DON'T have a "drive recognition or SATA problem"
    2.  Realize tha Win XP WILL not recognize a drive larger than  ~137 gig. Therefore,  when you install XP it will only say you have a 137gig to be formatted.
    To solve this problem you need to load maxtors "large drive enabler" software AFTER windows is installed...once installed you will "see" the full 300gig.
    The way I solved this was during xp installation when presented with 137gig, I formatted 60gig to be my c: drive (you can make a c: partition up to 137 or as small as you want). I formatted and installed windows on the C: partition as normal leaving the rest of the drive unformatted at this point. Once windows booted I installed service pack 2 (required for large drive support) and installed the Maxtor "large drive enabler" software from the maxtor site.  At this point the rest of the unpartitioned HD was "recognized". I used Win administrator/diskmanagement tools to create and extended partition & and format the logical drive(s) I created.
    In short, never a SATA problem for me.  I have since upgraded to bios 1.4 and no problems either.
    Needless to say Maxtor could have been a little more complete in their explanation on their web site.  For most people, I suspect  it is a "chicken and egg" problem ... how to load software on a drive that will enable you to "recognize" entire drive BEFORE the drive has been recognized and formatted.
    Thanks
    Gator

  • Why Mavericks 10.9.1 frequently & randomly crashes? Please Help! Here is a crash log...

    Hi guys, since I have updated to Mavericks 10.9 I have been  getting rundom frequent (up-to 5 in a day) crashes. After updating to 10.9.1 - my MacBook Air Late 2011 still crashes.
    1.8 GHZ i7, 4 GB 1333 MHz DDR3
    If any of you could help me to understand the crash log! Probably we could find a reason for these random crashes!
    Is there anything to see from the crosh log? Can you come to some guess/conclusion?
    I'd be very thankful for your inputs.
    Here is the crash log:
    Tue Dec 17 10:42:10 2013
    panic(cpu 0 caller 0xffffff8027edc19e): Kernel trap at 0xffffff7fa8997925, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x00000001029f2000, CR3: 0x000000002a26d000, CR4: 0x00000000000606e0
    RAX: 0x00000215b946ebc6, RBX: 0xffffff803a078780, RCX: 0x0000000000000000, RDX: 0x7fffffffffffffff
    RSP: 0xffffff802f6cb8f0, RBP: 0xffffff802f6cb930, RSI: 0x0000000000000050, RDI: 0xffffff803a0787d0
    R8: 0x0000000000000067, R9: 0x0000000000000000, R10: 0x00000000000a0067, R11: 0x0000000000070000
    R12: 0xffff000033c70000, R13: 0x0000000000000005, R14: 0x0000000080000000, R15: 0x000000000000000a
    RFL: 0x0000000000010286, RIP: 0xffffff7fa8997925, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00000001029f2000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff809b0c9c50 : 0xffffff8027e22f69
    0xffffff809b0c9cd0 : 0xffffff8027edc19e
    0xffffff809b0c9ea0 : 0xffffff8027ef3606
    0xffffff809b0c9ec0 : 0xffffff7fa8997925
    0xffffff802f6cb930 : 0xffffff7fa89951ae
    0xffffff802f6cb990 : 0xffffff7fa9bbc3a5
    0xffffff802f6cba00 : 0xffffff7fa899c265
    0xffffff802f6cba80 : 0xffffff7fa899f289
    0xffffff802f6cbb00 : 0xffffff7fa899e710
    0xffffff802f6cbb50 : 0xffffff7fa899dc75
    0xffffff802f6cbb90 : 0xffffff7fa899c900
    0xffffff802f6cbbd0 : 0xffffff7fa898d8a0
    0xffffff802f6cbc10 : 0xffffff7fa89830fe
    0xffffff802f6cbc60 : 0xffffff7fa8986d54
    0xffffff802f6cbcb0 : 0xffffff7fa8985a38
    0xffffff802f6cbe00 : 0xffffff7fa8978176
    0xffffff802f6cbe90 : 0xffffff7fa8976c8d
    0xffffff802f6cbed0 : 0xffffff7fa89fab07
    0xffffff802f6cbf00 : 0xffffff7fa89f887a
    0xffffff802f6cbf20 : 0xffffff8027e4a15a
    0xffffff802f6cbfb0 : 0xffffff8027ed6aa7
          Kernel Extensions in backtrace:
    com.apple.iokit.IOHIDFamily(2.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffffff 7fa8972000->0xffffff7fa89e3fff
    dependency: com.apple.driver.AppleFDEKeyStore(28.30)[558B2575-5197-3C4C-BAD2-8CB465638FA8]@ 0xffffff7fa8967000
             com.apple.iokit.IOUSBHIDDriver(650.4.4)[B79A7E01-DD3F-3C1A-840A-879D262C69DE]@0 xffffff7fa89f7000->0xffffff7fa89fffff
    dependency: com.apple.iokit.IOHIDFamily(2.0.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffff ff7fa8972000
    dependency: com.apple.iokit.IOUSBFamily(650.4.4)[972D3024-AF9C-3E09-A9EC-D9AB2A559B38]@0xff ffff7fa889e000
    com.spsys.driver.IOKitDriver(1.0.1)[00000000-0000-0000-0000-000000000000]@0xfff fff7fa9bbb000->0xffffff7fa9bbefff
    dependency: com.apple.iokit.IOHIDFamily(2.0.0)[1185D338-98A5-345E-84F8-E59DF819A61B]@0xffff ff7fa8972000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide: 0x0000000027c00000
    Kernel text base: 0xffffff8027e00000
    System model name: MacBookAir4,2 (Mac-742912EFDBEE19B3)
    System uptime in nanoseconds: 2292326347736
    last loaded kext at 8822466444: com.spsys.driver.IOKitDriver 1.0.1 (addr 0xffffff7fa9bbb000, size 36864)
    last unloaded kext at 179204926652: com.apple.driver.AppleUSBUHCI          650.4.0 (addr 0xffffff7fa8a34000, size 65536)
    loaded kexts:
    com.spsys.driver.IOKitDriver           1.0.1
    com.spsys.driver.NKEDriver            1
    com.apple.driver.AppleHWSensor   1.9.5d0
    com.apple.filesystems.autofs            3.0
    com.apple.driver.AudioAUUC           1.60
    com.apple.driver.ApplePlatformEnabler    2.0.9d1
    com.apple.driver.AGPM        100.14.11
    com.apple.iokit.IOBluetoothSerialManager            4.2.0f6
    com.apple.driver.AppleMikeyHIDDriver     124
    com.apple.driver.AppleHDA 2.5.3fc1
    com.apple.driver.AppleMikeyDriver           2.5.3fc1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport           4.2.0f6
    com.apple.iokit.IOUserEthernet       1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X      7.0.0
    com.apple.driver.AppleHWAccess   1
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleThunderboltIP       1.0.10
    com.apple.driver.AppleBacklight     170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleSMCPDRC   1.0.0
    com.apple.driver.AppleSMCLMU     2.0.4d1
    com.apple.driver.AppleLPC  1.7.0
    com.apple.driver.AppleIntelHD3000Graphics       8.1.8
    com.apple.driver.AppleIntelSNBGraphicsFB          8.1.8
    com.apple.driver.AppleUSBTCButtons        240.2
    com.apple.driver.AppleUSBTCKeyboard    240.2
    com.apple.driver.AppleUSBCardReader     3.3.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless      1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib  1.0.0d1
    com.apple.BootCache            35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.AppleBCM5701Ethernet   3.6.9b9
    com.apple.iokit.IOAHCIBlockStorage           2.4.0
    com.apple.driver.AppleUSBHub      650.4.4
    com.apple.driver.AppleAHCIPort     2.9.5
    com.apple.driver.AirPort.Brcm4331           700.20.22
    com.apple.driver.AppleUSBEHCI     650.4.1
    com.apple.driver.AppleSmartBatteryManager      161.0.0
    com.apple.driver.AppleRTC  2.0
    com.apple.driver.AppleACPIButtons           2.0
    com.apple.driver.AppleHPET           1.8
    com.apple.driver.AppleSMBIOS       2.0
    com.apple.driver.AppleACPIEC        2.0
    com.apple.driver.AppleAPIC            1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall   153
    com.apple.security.quarantine        3
    com.apple.driver.AppleIntelCPUPowerManagement        216.0.0
    com.apple.kext.triggers         1.0
    com.apple.AppleGraphicsDeviceControl     3.4.12
    com.apple.iokit.IOSerialFamily         10.0.7
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext           1.0.0
    com.apple.iokit.IOAudioFamily         1.9.4fc11
    com.apple.kext.OSvKernDSPLib      1.14
    com.apple.driver.AppleHDAController        2.5.3fc1
    com.apple.iokit.IOHDAFamily           2.5.3fc1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport            4.2.0f6
    com.apple.iokit.IOSurface     91
    com.apple.iokit.IOBluetoothFamily  4.2.0f6
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.AppleBacklightExpert     1.0.4
    com.apple.driver.AppleSMBusController    1.0.11d1
    com.apple.driver.AppleSMC 3.1.6d1
    com.apple.driver.AppleSMBusPCI   1.0.12d1
    com.apple.driver.IOPlatformPluginFamily 5.5.1d27
    com.apple.iokit.IONDRVSupport      2.3.6
    com.apple.iokit.IOGraphicsFamily    2.3.6
    com.apple.driver.AppleUSBMultitouch       240.6
    com.apple.driver.AppleThunderboltDPInAdapter            2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily    2.5.0
    com.apple.driver.AppleThunderboltPCIUpAdapter          1.4.0
    com.apple.driver.AppleThunderboltPCIDownAdapter     1.4.0
    com.apple.iokit.IOUSBHIDDriver     650.4.4
    com.apple.iokit.IOSCSIBlockCommandsDevice       3.6.0
    com.apple.iokit.IOUSBMassStorageClass     3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily   3.6.0
    com.apple.driver.AppleUSBMergeNub       650.4.0
    com.apple.driver.AppleUSBComposite        650.4.0
    com.apple.driver.CoreStorage          380
    com.apple.iokit.IOEthernetAVBController  1.0.3b3
    com.apple.driver.mDNSOffloadUserClient 1.0.1b4
    com.apple.driver.AppleThunderboltNHI    1.9.2
    com.apple.iokit.IOThunderboltFamily         2.8.5
    com.apple.iokit.IOUSBUserClient     650.4.4
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IO80211Family       600.34
    com.apple.iokit.IONetworkingFamily           3.2
    com.apple.iokit.IO
    Model: MacBookAir4,2, BootROM MBA41.0077.B0F, 2 processors, Intel Core i7, 1.8 GHz, 4 GB, SMC 1.73f66
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Thunderbolt Ethernet, Ethernet, en3
    Network Service: Wi-Fi, AirPort, en0
    PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@8,0,0
    Serial ATA Device: APPLE SSD SM256C, 251 GB
    USB Device: FaceTime Camera (Built-in)
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Hub
    USB Device: Internal Memory Card Reader
    Thunderbolt Bus: MacBook Air, Apple Inc., 8.1
    Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 1, 5.5

    It's the "Spector Pro" keylogger, and it's probably causing the panics.
    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    I never install system modifications myself, and I don't know how to uninstall them. You'll have to do your own research to find that information.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button.
    Back up all data before making any changes.
    You will generally have to reboot in order to complete an uninstallation. Until you do that, the uninstallation may have no effect, or unpredictable effects.
    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    WARNING: Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

  • Excel 2007 Random Crashes - Need Help

    I have three users reporting random crashes in Excel. Only one of their Event Logs contains any pertinent information.  I've tried searching and have tried to fix based off two technet articles I found.. however, no luck.
    Can anyone assist me in diagnosing these?
    Log Name:      Application
    Source:        Application Error
    Date:          10/17/2014 10:31:42 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      [email protected]
    Description:
    Faulting application name: EXCEL.EXE, version: 12.0.6425.1000, time stamp: 0x49d64dd6
    Faulting module name: EXCEL.EXE, version: 12.0.6425.1000, time stamp: 0x49d64dd6
    Exception code: 0xc0000005
    Fault offset: 0x0002637c
    Faulting process id: 0x338
    Faulting application start time: 0x01cfea1f62c5bd01
    Faulting application path: C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE
    Faulting module path: C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE
    Report Id: b164b26e-5612-11e4-806b-546629d0db16
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-10-17T15:31:42.000000000Z" />
        <EventRecordID>6353</EventRecordID>
        <Channel>Application</Channel>
        <Computer>User-PC-Name</Computer>
        <Security />
      </System>
      <EventData>
        <Data>EXCEL.EXE</Data>
        <Data>12.0.6425.1000</Data>
        <Data>49d64dd6</Data>
        <Data>EXCEL.EXE</Data>
        <Data>12.0.6425.1000</Data>
        <Data>49d64dd6</Data>
        <Data>c0000005</Data>
        <Data>0002637c</Data>
        <Data>338</Data>
        <Data>01cfea1f62c5bd01</Data>
        <Data>C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE</Data>
        <Data>C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE</Data>
        <Data>b164b26e-5612-11e4-806b-546629d0db16</Data>
      </EventData>
    </Event>

    Thanks Allan. I have a friend going down to Lewiston this friday so I was thinking of possibly trying to stop by that store. In terms of the PCLe lane width it does report x16. I've been running SMC fan control and that has been pretty stable temp wise, the fans haven't shot up to 6000 and the computer hasn't felt warm when it has crashed. The back has been unobstructed every time - it has crashed on my lap, on my desk, and on my floor (wood) I know previously the system kept slowing down and there were a few tasks hogging system ram. This was the forum link I posted that in, although I never got much feedback about what to do.
    http://discussions.apple.com/thread.jspa?threadID=2320137&tstart=0
    Not sure if that helps explain anything. I'm thinking of calling apple customer relations today and seeing if they can't help with anything in terms of the numerous issues/repairs this has gone through.

  • Random crashes everyday. Please help... I cant take it anymore!

    Help Please!
    I have been getting random crashes for months now and it's driving me crazy. This happens randomly every day a few times a day. I get the hard crash screen with the instructions to hit the button to reboot. Its the grey square screen over the faded background with a square that has different languages. I have gotten this crash even when the computer was sleeping or not doing anything processor intensive. I am not sure what to do????
    Here is the Report: Any help is much appreciated as I can't deal with having to restart my computer and loose work a few times every day:
    Wed May 20 11:13:09 2009
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x0000000000000000 PC=0x00000000000AC24C
    Latest crash info for cpu 0:
    Exception state (sv=0x656f0000)
    PC=0x000AC24C; MSR=0x00001030; DAR=0x00000000; DSISR=0x42000000; LR=0x000421A0; R1=0x5B0CFD40; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x00000000 0x00042194 0x0003FA44 0x000B0E54
    Proceeding back via exception chain:
    Exception state (sv=0x656f0000)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x655d0280)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    BSD process name corresponding to current thread: Unknown
    Mac OS version:
    9G55
    Kernel version:
    Darwin Kernel Version 9.6.0: Mon Nov 24 17:39:01 PST 2008; root:xnu-1228.9.59~1/RELEASE_PPC
    System model name: PowerMac11,2
    panic(cpu 1 caller 0xFFFF0003): simple lock (0x00455224) deadlock detection, pc=0x0003FE40
    Latest stack backtrace for cpu 1:
    Backtrace:
    0x0009BCF0 0x0009C694 0x00029EA0 0x000AC1A8 0x0003FE40 0x0003447C 0x00037654 0x0003784C
    0x00040D70 0x000BA8D4 0x000B5424 0x000B3938
    Proceeding back via exception chain:
    Exception state (sv=0x655ca000)
    PC=0x000B6F5C; MSR=0x00009000; DAR=0x1C6A0000; DSISR=0x42000000; LR=0x000358B8; R1=0x5B0E7CE0; XCP=0x00000024 (0x900 - Decrementer)
    Backtrace:
    0x00035894 0x00036104 0x00036C3C 0x0003FA60 0x000B0E54
    Exception state (sv=0x65687a00)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    BSD process name corresponding to current thread: kernel_task
    Here is the system configuration:
    Model: PowerMac11,2, BootROM 5.2.7f1, 2 processors, PowerPC G5 (1.1), 2.3 GHz, 6.5 GB
    Graphics: kHW_NVidiaGeForce6600Item, GeForce 6600, spdisplayspciedevice, 256 MB
    Memory Module: DIMM0/J6700, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM1/J6800, 256 MB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM2/J6900, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM3/J7000, 1 GB, DDR2 SDRAM, PC2-4200U-444
    Memory Module: DIMM4/J7100, 2 GB, DDR2 SDRAM, PC2-3200U-288
    Memory Module: DIMM5/J7200, 2 GB, DDR2 SDRAM, PC2-3200U-288
    Network Service: Built-in Ethernet 1, Ethernet, en0
    PCI Card: GeForce 6600, display, SLOT-1
    PCI Card: Apple 5714, network, GIGE
    PCI Card: Apple 5714, network, GIGE
    Serial ATA Device: WDC WD2500JS-41MVB1, 232.89 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-110D
    USB Device: hub_device, (null) mA
    USB Device: Hub in Apple Extended USB Keyboard, (null) mA
    USB Device: Apple Optical USB Mouse, (null) mA
    USB Device: Apple Extended USB Keyboard, (null) mA
    USB Device: Apple Cinema HD Display, (null) mA
    USB Device: iPhone, (null) mA
    USB Device: hub_device, (null) mA
    USB Device: PTZ-630, (null) mA
    FireWire Device: iSight, Apple Computer, Inc., 200mbit_speed
    FireWire Device: My Book, WD, 400mbit_speed
    FireWire Device: unknown_device, unknown_value, unknown_speed
    FireWire Device: unknown_device, unknown_value, unknown_speed

    You may be experiencing a Kernel Panic as seen and described in Apple doc.#106227. If not, disregard.
    Here's the most used site for Resolving Kernel Panics. Please do all the steps in order, even if you don't think you need to do a certain step.
    Here's a great MacFixIt article.
     Good Luck! DALE

  • IPhone 6 plus randomly crashes help

    hi I've had my iPhone 6 plus for a while now and recently it started crashing on its own it would randomly reboot on its own when I'm on a phone call it texting about anything it just would randomly crash
    iI've also had issues with it freezing up on me multiple times any help?
    I Always set up my iPhones as new so I didn't use a back up
    tthe strange thing is that my if I'm on a phone call and it crashes it doesn't hang up the call as the phone reboots it will hold the call and I'm still on the phone even though it crashed and it's showing the apple logo as its rebooting
    i dot know exactly what's going on but it happens randomly and its really annoying

    Hi albertofromnewhall,
    If your iPhone has been restarting unexpectedly I would suggest that you troubleshoot using the steps in this article - 
    iOS: Device unexpectedly restarts, displays Apple logo, or powers off
    In particular, since you have the latest software update -
    If you still see this issue after updating, contact Apple Support.
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • AE seemingly *random* Crashing log, help!!

    Hi everyone,
    I've had this crash 3 times in the last hour, sorry if it's taboo to add an entire crash log but I needhelp understanding it!
    I'm working on
    AE CS6 11.02.11
    Mac Pro 10.7.5
    2 x 2.66 GHz 6-Core Intel Xeon
    24 gb 1333 MHz DDR3
    ATI Radeon HD 5770 1024 MB
    I also work on Edit Share & run black magic for displays but at the time of the crash I was RAM previewing some pretty basic animation,
    How can I avoid this random crash?
    Thanks!
    Process:         After Effects [868]
    Path:            /Applications/Adobe After Effects CS6/Adobe After Effects CS6.app/Contents/MacOS/After Effects
    Identifier:      com.adobe.AfterEffects
    Version:         11.0.2 (11.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [172]
    Date/Time:       2013-06-12 13:43:05.907 +1000
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          155200 sec
    Crashes Since Last Report:           24
    Per-App Interval Since Last Report:  44581 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      19C19518-97CF-45F8-8537-F29FCF4CDCE9
    Crashed Thread:  23
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-0000000100004000 [   16K] r-x/rwx SM=COW  /Applications/Adobe After Effects CS6/Adobe After Effects CS6.app/Contents/MacOS/After Effects
    Application Specific Information:
    abort() called
    objc[868]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8c54ce42 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff95994dea nanosleep + 164
    2   libsystem_c.dylib                       0x00007fff95994bb5 usleep + 53
    3   com.adobe.AfterEffectsLib.framework          0x000000010048ccfa GetMetaPanelSuite + 10266
    4   com.adobe.AfterEffectsLib.framework          0x000000010048d09d GetMetaPanelSuite + 11197
    5   com.adobe.dvacore.framework             0x0000000102f375f7 dvacore::threads::(anonymous namespace)::FunctionQueue::ExecuteOneFunction(boost::shared_ptr<dvacore::threads::(anonym ous namespace)::FunctionQueue>, bool) + 151
    6   com.adobe.dvacore.framework             0x0000000102f369c6 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<bool, bool (*)(boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue>, bool), boost::_bi::list2<boost::_bi::value<boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue> >, boost::_bi::value<bool> > >, void>::invoke(boost::detail::function::function_buffer&) + 54
    7   com.adobe.dvacore.framework             0x0000000102f37116 dvacore::threads::(anonymous namespace)::RunLoopAdaptor::Execute(__CFRunLoopTimer*, void*) + 54
    8   com.apple.CoreFoundation                0x00007fff8d68b934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    9   com.apple.CoreFoundation                0x00007fff8d68b486 __CFRunLoopDoTimer + 534
    10  com.apple.CoreFoundation                0x00007fff8d66be11 __CFRunLoopRun + 1617
    11  com.apple.CoreFoundation                0x00007fff8d66b486 CFRunLoopRunSpecific + 230
    12  com.apple.HIToolbox                     0x00007fff92f1e2bf RunCurrentEventLoopInMode + 277
    13  com.apple.HIToolbox                     0x00007fff92f2556d ReceiveNextEventCommon + 355
    14  com.apple.HIToolbox                     0x00007fff92f253fa BlockUntilNextEventMatchingListInMode + 62
    15  com.apple.AppKit                        0x00007fff8e14e779 _DPSNextEvent + 659
    16  com.apple.AppKit                        0x00007fff8e14e07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    17  com.adobe.AfterEffectsLib.framework          0x00000001004ea9bb GetNSAppNextEvent(unsigned long, signed char) + 59
    18  com.adobe.AfterEffectsLib.framework          0x000000010048dd95 InitializeRenderTimeout(unsigned int, unsigned int) + 933
    19  com.adobe.AfterEffectsLib.framework          0x000000010048def1 InitializeRenderTimeout(unsigned int, unsigned int) + 1281
    20  com.adobe.AfterEffectsLib.framework          0x00000001004ec3a0 ProjectBitDepth() + 2640
    21  com.adobe.AfterEffectsLib.framework          0x00000001005e6786 CPanoProjItem::RAMPreviewLoadMissingFramesMP(_RAMPreviewData*) + 2854
    22  com.adobe.AfterEffectsLib.framework          0x0000000100604d12 CPanoProjItem::DoRAMPreview_FromUpdate(void*) + 3906
    23  com.adobe.AfterEffectsLib.framework          0x00000001005e42e6 CPanoProjItem::DoRAMPreview(unsigned char, TimePal_LoopMode, unsigned char, bool, bool, unsigned char, unsigned char*) + 858
    24  com.adobe.AfterEffectsLib.framework          0x000000010043938b CEggApp::DoPreview(unsigned char, bool, unsigned char, unsigned char) + 307
    25  com.adobe.AfterEffectsLib.framework          0x0000000100421db3 CEggApp::DoCommand(int) + 3889
    26  com.adobe.AfterEffectsLib.framework          0x00000001004f9014 dvacore::utility::SearchLiveHelp(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >) + 12612
    27  com.adobe.AfterEffectsLib.framework          0x00000001004f9014 dvacore::utility::SearchLiveHelp(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >) + 12612
    28  com.adobe.AfterEffectsLib.framework          0x0000000100883677 CTLOutlinePano::InvalTimeLine() + 481
    29  com.adobe.AfterEffectsLib.framework          0x000000010042864e CEggApp::DoKeyDown(unsigned char, unsigned int, unsigned short) + 160
    30  com.adobe.AfterEffectsLib.framework          0x00000001004286c9 CEggApp::HandleKeyDown(ae::egg::KeyboardEvent const&) + 115
    31  com.adobe.AfterEffectsLib.framework          0x00000001004c5be6 CBureaucrat::HandleKeyDown(ae::egg::KeyboardEvent const&) + 22
    32  com.adobe.AfterEffectsLib.framework          0x00000001007d3a82 CEffects::SuspendUIUpdates(bool) + 56506
    33  com.adobe.AfterEffectsLib.framework          0x00000001004c5be6 CBureaucrat::HandleKeyDown(ae::egg::KeyboardEvent const&) + 22
    34  com.adobe.AfterEffectsLib.framework          0x00000001005ad2bc CDirProjItem::GetMRUItemPanoIndex() + 5266
    35  com.adobe.AfterEffectsLib.framework          0x00000001004c5be6 CBureaucrat::HandleKeyDown(ae::egg::KeyboardEvent const&) + 22
    36  com.adobe.AfterEffectsLib.framework          0x00000001005d3c4d CPanoProjItem::HandleKeyDown(ae::egg::KeyboardEvent const&) + 129
    37  com.adobe.AfterEffectsLib.framework          0x0000000100571dab CComposition::PreAllocate() + 129289
    38  com.adobe.AfterEffectsLib.framework          0x00000001008858b5 CTLOutlinePano::InvalTimeLine() + 9247
    39  com.adobe.AfterEffectsLib.framework          0x00000001007db97b COutlineDir::GetOutlinePano() + 28225
    40  com.adobe.AfterEffectsLib.framework          0x0000000100884015 CTLOutlinePano::InvalTimeLine() + 2943
    41  com.adobe.AfterEffectsLib.framework          0x00000001004f7eb4 dvacore::utility::SearchLiveHelp(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >) + 8164
    42  com.adobe.AfterEffectsLib.framework          0x0000000100433c14 CEggApp::UpdateWindowMenu() + 2624
    43  com.adobe.AfterEffectsLib.framework          0x00000001004338fd CEggApp::UpdateWindowMenu() + 1833
    44  com.adobe.dvaui.framework               0x00000001034b7c9f dvaui::ui::UI_Node::UI_DispatchKeyboardEvent(dvaui::ui::UI_Node*, dvaui::ui::KeyboardEvent const&) + 505
    45  com.adobe.dvaui.framework               0x00000001035072e9 dvaui::ui::OS_Node::UI_DispatchKeyboardEventFromOS(dvaui::ui::OS_Event*) + 155
    46  com.adobe.dvaui.framework               0x000000010351c879 dvaui::ui::OS_View::UI_DispatchPlatformKeyDownEvent(dvaui::ui::OS_Event&) + 123
    47  com.adobe.dvaui.framework               0x000000010351d01a dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 396
    48  com.adobe.dvaui.framework               0x000000010351e5d8 dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 28
    49  com.adobe.dvaui.framework               0x000000010351b0b7 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 57
    50  com.adobe.dvacore.framework             0x0000000102ed86be int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 28
    51  com.adobe.AfterEffectsLib.framework          0x000000010045cf6e EggMain(bool, bool, bool, bool, bool, bool, char*, bool, int) + 1918
    52  com.adobe.dvacore.framework             0x0000000102ed85b0 void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 112
    53  com.adobe.dvacore.framework             0x0000000102edaaed void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 125
    54  com.adobe.dvaui.framework               0x0000000103512a5f -[DVAMacContainerView keyDown:] + 127
    55  com.apple.AppKit                        0x00007fff8e21b0fc -[NSWindow sendEvent:] + 7430
    56  com.apple.AppKit                        0x00007fff8e1b43a5 -[NSApplication sendEvent:] + 5593
    57  com.adobe.dvaui.framework               0x000000010350e0c6 -[DVAMacApplication sendEvent:] + 630
    58  com.adobe.AfterEffectsLib.framework          0x00000001002d37d7 0x1002a1000 + 206807
    59  com.apple.AppKit                        0x00007fff8e14aa0e -[NSApplication run] + 555
    60  com.adobe.AfterEffectsLib.framework          0x00000001004bd955 PT_RegisterTracker(A_Version, A_Version, int, _AEGP_GlobalRefcon*, char const*, char const*, PT_TrackerEntryPoints const*) + 128453
    61  com.adobe.AfterEffectsLib.framework          0x000000010045c06b SetAPETerminateFunc(boost::function<void ()()> const&) + 891
    62  com.adobe.AfterEffectsLib.framework          0x000000010045c82d EggMain(bool, bool, bool, bool, bool, bool, char*, bool, int) + 61
    63  com.adobe.AfterEffects                  0x0000000100003aad main + 1677
    64  com.adobe.AfterEffects                  0x000000010000340c start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8c54d7e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8bf00786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8beff316 _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.dvacore.framework             0x0000000102f45ce4 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x0000000102f42fe3 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    8   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e22a6 _pthread_cond_wait + 890
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d204ec4 TSWaitOnConditionTimedRelative + 157
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    4   com.adobe.dvacore.framework             0x0000000102f45ce4 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()()> > >&, int) + 200
    5   com.adobe.dvacore.framework             0x0000000102f42fe3 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    6   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    7   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e22a6 _pthread_cond_wait + 890
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d204ec4 TSWaitOnConditionTimedRelative + 157
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    4   com.adobe.dvacore.framework             0x0000000102f45ce4 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()()> > >&, int) + 200
    5   com.adobe.dvacore.framework             0x0000000102f42fe3 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    6   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    7   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.dvacore.framework             0x0000000102f45ce4 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x0000000102f42fe3 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    8   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ACE                           0x000000010a1282c9 0x10a0ef000 + 234185
    6   com.adobe.ACE                           0x000000010a1275da 0x10a0ef000 + 230874
    7   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    8   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.ASLFoundation.framework          0x0000000105c03320 _ZN3ASL12_GLOBAL__N_1L8TaskProcEPv + 160
    6   com.apple.CoreServices.CarbonCore          0x00007fff8d24ace6 PrivateMPEntryPoint + 58
    7   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.dvacore.framework             0x0000000102f45ce4 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x0000000102f42fe3 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    8   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 23 Crashed:
    0   libsystem_kernel.dylib                  0x00007fff8c54cce2 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff959e07d2 pthread_kill + 95
    2   libsystem_c.dylib                       0x00007fff959d1a7a abort + 143
    3   U.dylib                                 0x0000000102b78f42 U_LoadFrameworkBundle + 562
    4   com.adobe.dvacore.framework             0x0000000102fcb535 _ZN12_GLOBAL__N_1L13SignalHandlerEiP9__siginfoPv + 261
    5   libsystem_c.dylib                       0x00007fff95a32cfa _sigtramp + 26
    6   com.adobe.dvamarshal.framework          0x0000000108eed439 dvamarshal::RPCClient::SendNotification(boost::shared_ptr<boost::any>) + 11
    7   com.adobe.dynamiclink.framework          0x0000000105881fcc dynamiclink::ServerReconnect::FreePendingMessages() + 554
    8   com.adobe.dynamiclink.framework          0x000000010588271d dynamiclink::ServerReconnect::OnReconnectionFailed(int, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 279
    9   com.adobe.dvamarshal.framework          0x0000000108ee6366 dvamarshal::DispatchResponse(boost::shared_ptr<boost::any>&, std::pair<boost::function1<void, boost::shared_ptr<boost::any> const&>, boost::function2<void, int, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&> >&) + 470
    10  com.adobe.dvamarshal.framework          0x0000000108eebc81 dvamarshal::RPCClientGremlin::OnResponseReceived(boost::shared_ptr<dvatransport::Session> , boost::shared_ptr<boost::any>&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >&) + 395
    11  com.adobe.dvamarshal.framework          0x0000000108eebeeb dvamarshal::RPCClientGremlin::OnMessageReceived(boost::shared_ptr<dvatransport::Session>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >) + 215
    12  com.adobe.dvamarshal.framework          0x0000000108eec471 dvamarshal::RPCClientGremlin::StaticOnMessageReceived(boost::weak_ptr<dvamarshal::RPCClie ntGremlin>, boost::shared_ptr<dvatransport::Session>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >) + 319
    13  com.adobe.dvamarshal.framework          0x0000000108ef2b4f dvatransport::TransportError boost::_bi::list3<boost::_bi::value<boost::weak_ptr<dvamarshal::RPCClientGremlin> >, boost::arg<1>, boost::arg<2> >::operator()<dvatransport::TransportError, dvatransport::TransportError (*)(boost::weak_ptr<dvamarshal::RPCClientGremlin>, boost::shared_ptr<dvatransport::Session>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >), boost::_bi::list2<boost::shared_ptr<dvatransport::Session>&, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >&> >(boost::_bi::type<dvatransport::TransportError>, dvatransport::TransportError (*&)(boost::weak_ptr<dvamarshal::RPCClientGremlin>, boost::shared_ptr<dvatransport::Session>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >), boost::_bi::list2<boost::shared_ptr<dvatransport::Session>&, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >&>&, long) + 109
    14  com.adobe.dvamarshal.framework          0x0000000108ef2cfb boost::detail::function::function_obj_invoker2<boost::_bi::bind_t<dvatransport::Transport Error, dvatransport::TransportError (*)(boost::weak_ptr<dvamarshal::RPCClientGremlin>, boost::shared_ptr<dvatransport::Session>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >), boost::_bi::list3<boost::_bi::value<boost::weak_ptr<dvamarshal::RPCClientGremlin> >, boost::arg<1>, boost::arg<2> > >, dvatransport::TransportError, boost::shared_ptr<dvatransport::Session>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > > >::invoke(boost::detail::function::function_buffer&, boost::shared_ptr<dvatransport::Session>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >) + 43
    15  com.adobe.dvatransport.framework          0x0000000108e0ff37 boost::function2<dvatransport::TransportError, boost::shared_ptr<dvatransport::Session>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > > >::operator()(boost::shared_ptr<dvatransport::Session>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >) const + 111
    16  com.adobe.dvatransport.framework          0x0000000108e0b7f0 dvatransport::TransportListenerManager::Process_SessionRecvMessage(boost::shared_ptr<dvat ransport::SessionFacade>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >) + 404
    17  com.adobe.dvatransport.framework          0x0000000108e0be40 dvatransport::GenericTransporter::SessionTable_RecvMessage(boost::shared_ptr<dvatransport ::GenericSession>, boost::shared_ptr<std::vector<unsigned char, std::allocator<unsigned char> > >) + 286
    18  com.adobe.dvatransport.framework          0x0000000108e0d7fe dvatransport::GenericTransporter::NotifyIncomingExecute(unsigned long long) + 630
    19  com.adobe.dvatransport.framework          0x0000000108e0a956 dvatransport::GenericTransporter::StaticNotifyIncomingExecute(boost::weak_ptr<dvatranspor t::GenericTransporter>, unsigned long long) + 56
    20  com.adobe.dvatransport.framework          0x0000000108e0ee88 void boost::_bi::list2<boost::_bi::value<boost::weak_ptr<dvatransport::GenericTransporter> >, boost::_bi::value<unsigned long long> >::operator()<void (*)(boost::weak_ptr<dvatransport::GenericTransporter>, unsigned long long), boost::_bi::list0>(boost::_bi::type<void>, void (*&)(boost::weak_ptr<dvatransport::GenericTransporter>, unsigned long long), boost::_bi::list0&, int) + 46
    21  com.adobe.dvatransport.framework          0x0000000108e0ef00 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, void (*)(boost::weak_ptr<dvatransport::GenericTransporter>, unsigned long long), boost::_bi::list2<boost::_bi::value<boost::weak_ptr<dvatransport::GenericTransporter> >, boost::_bi::value<unsigned long long> > >, void>::invoke(boost::detail::function::function_buffer&) + 32
    22  com.adobe.dvacore.framework             0x0000000102f43032 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 194
    23  com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    24  com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    25  libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    26  libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.apple.CoreServices.CarbonCore          0x00007fff8d272a5e TSWaitOnCondition + 106
    3   com.apple.CoreServices.CarbonCore          0x00007fff8d204ea6 TSWaitOnConditionTimedRelative + 127
    4   com.apple.CoreServices.CarbonCore          0x00007fff8d249e81 MPWaitOnQueue + 181
    5   com.adobe.dvacore.framework             0x0000000102f45ce4 dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()()> > >&, int) + 200
    6   com.adobe.dvacore.framework             0x0000000102f42fe3 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 115
    7   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    8   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    9   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    10  libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8c54d7e6 kevent + 10
    1   com.adobe.dvatransport.framework          0x0000000108e23f12 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 240
    2   com.adobe.dvatransport.framework          0x0000000108e2e0da boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock<boost::asio ::detail::posix_mutex>&, boost::asio::detail::task_io_service::idle_thread_info*) + 512
    3   com.adobe.dvatransport.framework          0x0000000108e2e467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework          0x0000000108e1afbd SkyConnectionEnv::MainLoop() + 129
    5   com.adobe.dvatransport.framework          0x0000000108e1b03b SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    7   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    8   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.dvatransport.framework          0x0000000108e2e04b boost::asio::detail::task_io_service::do_one(boost::asio::detail::scoped_lock<boost::asio ::detail::posix_mutex>&, boost::asio::detail::task_io_service::idle_thread_info*) + 369
    3   com.adobe.dvatransport.framework          0x0000000108e2e467 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 291
    4   com.adobe.dvatransport.framework          0x0000000108e1bc2a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework          0x0000000108e1ec33 boost_asio_detail_posix_thread_function + 19
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread          0x0000000127f220ce main + 27486
    4   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    5   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread          0x0000000127f220ce main + 27486
    4   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    5   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread          0x0000000127f220ce main + 27486
    4   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    5   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread          0x0000000127f220ce main + 27486
    4   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    5   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread          0x0000000127f220ce main + 27486
    4   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    5   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread          0x0000000127f220ce main + 27486
    4   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    5   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 33:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread          0x0000000127f220ce main + 27486
    4   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    5   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread          0x0000000127f220ce main + 27486
    4   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    5   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread          0x0000000127f220ce main + 27486
    4   com.adobe.dvacore.framework             0x0000000102f406d3 _ZN7dvacore7threads12_GLOBAL__N_1L12LaunchThreadERKSsRKN5boost9function0IvEENS0_14ThreadP riorityERKNS4_8functionIFvvEEESE_ + 163
    5   com.adobe.boost_threads.framework          0x0000000109198ace thread_proxy + 158
    6   libsystem_c.dylib                       0x00007fff959de8bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff959e1b75 thread_start + 13
    Thread 36:
    0   libsystem_kernel.dylib                  0x00007fff8c54cbca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff959e2274 _pthread_cond_wait + 840
    2   com.adobe.AfterEffects.MThread          0x0000000127f22017 main + 27303
    3   com.adobe.AfterEffects.MThread       

    I did, but thanks for pointing it out again to prove a point, I thought I had provided all I could but here you go!
    What version of After Effects? 11.0.2.11
    Have you installed the recent updates? Yes
    What operating system? 10.7.5 OSX Lion
    What kind(s) of source footage? When telling about your source footage, tell us about the codecs, not just the container types. For example, "H.264 in a .mov container", not just "QuickTime". ai files
    If you are getting error message(s), what is the full text of the error message(s)? Was none, just a crash log.
    What were you doing when the problem occurred? RAM previewing a Composition
    Has this ever worked before? If this worked before by doesn't work now, what has changed on your computer in the intervening time? Nothing has changed, no extra sotware, no new network connections, nothing.
    Do you have QuickTime installed. (You should.) If so, what version? Yes, Version 10.1 (501.29)
    What other software are you running? Chrome, AI, Firefox, edit share
    Do you have any third-party effects or codecs installed? Video co-pilot
    Tell us about your computer hardware. Include CPU type and number of processor cores, amount of RAM installed, GPU, number of disk drives, and how any external drives are connected. Mac pro 10.7.5, 2x2.66 GHz 6-Core Intel Xeon, 24gb 1333 MHz DDR3, ATI Radeon HD 5770 1024 MB, No external drives, ethernet network connected to edit share servers
    Do you have any third-party I/O hardware (e.g., AJA, Matrox, Blackmagic, MOTU)? Blackmagic, edit share
    Are you using OpenGL features in After Effects? No
    Does the problem only happen with your final output, RAM preview, or both? RAM preview only
    Are you using Render Multiple Frames Simultaneously multiprocessing? Yes
    What is the exact sequence of steps that you are taking? Looking at the screen, RAM preview a 5sec HDTV 1080 25 sequence with 15 layers made up ai files and graphics drawn in AE.

  • Random Crashes - Need help!!!

    Hi there,
    As of about 24 hours ago my MBP started udergoing random shutdowns under normal usage (ie, firefox browsing with two tabs, microsoft word open, and itunes). The crashes were sporadic and random, and at a point I couldn't even boot to the log in screen. So far I have done the following:
    Verified and repaired permissions and disk, run Onyx and most task options available in that, ran the AHT which came back with no errors during the short test, and tech tool deluxe which came back with "video ram failure". I just reinstalled the OS and backed up from time machine, tech tool and disk utility came back fine, was up for 3 hours until a random crash and now can't boot to the log in screen. I haven't run disk warrior yet. Earlier today I was able to boot into safe mode though. I'm not sure what to do and of course apple care ran out last week. Any thoughts/suggestions/ideas! I really need to get this up and running for school and work!
    Thanks!
    -John

    Thanks Allan. I have a friend going down to Lewiston this friday so I was thinking of possibly trying to stop by that store. In terms of the PCLe lane width it does report x16. I've been running SMC fan control and that has been pretty stable temp wise, the fans haven't shot up to 6000 and the computer hasn't felt warm when it has crashed. The back has been unobstructed every time - it has crashed on my lap, on my desk, and on my floor (wood) I know previously the system kept slowing down and there were a few tasks hogging system ram. This was the forum link I posted that in, although I never got much feedback about what to do.
    http://discussions.apple.com/thread.jspa?threadID=2320137&tstart=0
    Not sure if that helps explain anything. I'm thinking of calling apple customer relations today and seeing if they can't help with anything in terms of the numerous issues/repairs this has gone through.

  • My app seems to consume an enormous amount of API calls every day? Please help!

    I am tired and sad and frustrated here, and feel like a total moron. I am very sorry if my post is too long and not very well put together, but im beggin anyone with some experience here to please give me some advice.
    I am currently testing out a app I have created to let people add events, search for events, comment on and get notified about changes in events they have signed up for. I have used Azure Mobile Service for this, and it all seems to have worked well. This is
    mostly a learning app for me, since I am very much a noob.
    Now we are nearing launch of the app, and I have started to look at the numbers in Azure. I am on the free version right now, where 16k api calls a day are free (will move to priced tier on launch) - but the numbers look completely off the hook here!
    Every day 2-3 devices seem to run up 600-700 API calls. I do run the testing app hard, of course, but I guess some user might do that to.
    So - 4% of the daily free calls are consumed by 3 devices. That means 33 users could fill the quota, and the first paid tier only gives room for 300 users.
    Am I reading something wrong here? Is my app then not viable? I think it, even with my noobness, has a potentil to get a few thousand users. Does that mean Im gonna have to go to the top tier? Because I can not afford that.
    Over to the stack part of the question:
    I log the user in, I create the tables, and then when they hit search I do something like this:
    eventenItemList = await eventenTable.Take (200).Where (item => item.Dateandtimeend >= DateAndTimeIn).
    Where (item => item.Dateandtime <= DateAndTimeInEnd).
    Where (item => item.Fylke == fylke).
    Where (item => item.Pris <= MaksPris).ToListAsync ();
    I would expect that to be a single API-call, but it seems to run up tens of calls - just there? How is that possible?
    When the user is not in the app, I run a background service in Android that goes through a local db of events the user has created and then checks against the db for any changes to them. I do that like this:
    var table = db.Table<MyEvents> ();
    foreach (var e in table) {
    eventenItemList = await eventenTable.Where (item => item.Id == e.EventId).ToListAsync ();
    if (eventenItemList.Count == 0) {
    } else {
    //I here notify the user that something new is up - and what it is. Time changed, comments or whatever.
    Im guessing this is stupid of me, since it probably makes one API call for each loop here? But in the numbers it just seems to do 2 calls - like I expect it to.
    I am horribly lost here, people. I ran around a hundred random clicks around the app this evening - and racked up over 1500 api calls. I have been cold sweating since that. Any advice or info about how this api call-system works would be very much appreciated.

    Replying here in case someone else stumbles upon this post. This question was handled on SO:http://stackoverflow.com/questions/28685710/app-consumes-an-extreme-amount-of-api-calls-in-azure

  • Coldfusion 11 java/jre ssl mutual auth api calls.  Help with coldfusion/java logs.

    Hello,
    I am here because I have exhausted my Coldfusion/Java ssl keystore certs trouble shooting abilities.  Here is the issue. I am developing a Coldfusion 11 application that must make api calls to Chase payconnexion SOAP services. I am using the coldfusion cfhttp tags to do this, which is using the java jre 1.7.x to accomplish this. The problem, I am getting generic 500 internal server errors from Chase.   They claim that I am not sending a cert during the ssl exchange.    What I have done is:
    - put our wildcard cert/key pair in the coldfusion keystore
    - put our root and chain in the keystore
    - put the chase server cert in the keystore
    - converted the key/crt files to .pfx and make the calls
      to chase with those, something like:
      <cfset objSecurity = createObject("java", "java.security.Security") />
      <cfset storeProvider = objSecurity.getProvider("JsafeJCE")/>
      <cfset Application.sslfix = true />
      <cfhttp url="#chase_api_server#/"
              result="http_response"
            method="post"
            port="1401" charset="utf-8"
            clientCert = "#cert_path#/#cert_file1#"
            clientCertPassword = "#cert_password#">
            <cfhttpparam type="header" name="SOAPAction" value="updateUserProfileRequest"/>
        <cfhttpparam type="header" name="Host" value="ws.payconnexion.com" />
        <cfhttpparam type="xml" value="#trim(my_xml)#"/>
        </cfhttp>
    Here is what I see in the Cf logs, can anyone help me interpret what
    is happening ??
    Thanks,
    Bob
    =============================================================
    found key for : 1
    chain [0] = [
      Version: V3
      Subject: CN=*.payments.austintexas.gov, O=City of Austin, L=Austin, ST=Texas, C=US
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      modulus: <snip>
      Validity: [From: Mon Aug 11 12:39:37 CDT 2014,
                   To: Thu Sep 01 18:34:24 CDT 2016]
      Issuer: CN=Entrust Certification Authority - L1C, OU="(c) 2009 Entrust, Inc.", OU=www.entrust.net/rpa is incorporated by reference, O="Entrust, Inc.", C=US
      SerialNumber: [<snip>7]
    Certificate Extensions: 9
    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
    AuthorityInfoAccess [
       accessMethod: ocsp
       accessLocation: URIName: http://ocsp.entrust.net
       accessMethod: caIssuers
       accessLocation: URIName: http://aia.entrust.net/2048-l1c.cer
    [2]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    <snip>]
    [3]: ObjectId: 2.5.29.19 Criticality=false
    BasicConstraints:[
      CA:false
      PathLen: undefined
    [4]: ObjectId: 2.5.29.31 Criticality=false
    CRLDistributionPoints [
      [DistributionPoint:
         [URIName: http://crl.entrust.net/level1c.crl]
    [5]: ObjectId: 2.5.29.32 Criticality=false
    CertificatePolicies [
      [CertificatePolicyId: [1.2.840.113533.7.75.2]
    [PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.1
      qualifier: <snip>
      [CertificatePolicyId: [2.23.140.1.2.2]
    [6]: ObjectId: 2.5.29.37 Criticality=false
    ExtendedKeyUsages [
      serverAuth
      clientAuth
    [7]: ObjectId: 2.5.29.15 Criticality=false
    KeyUsage [
      DigitalSignature
      Key_Encipherment
    [8]: ObjectId: 2.5.29.17 Criticality=false
    SubjectAlternativeName [
      DNSName: *.payments.austintexas.gov
      DNSName: payments.austintexas.gov
    [9]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    <snip>]
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    chain [1] = [
      Version: V3
      Subject: CN=Entrust Certification Authority - L1C, OU="(c) 2009 Entrust, Inc.", OU=www.entrust.net/rpa is incorporated by reference, O="Entrust, Inc.", C=US
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      modulus: <snip>
      public exponent: 65537
      Validity: [From: Fri Nov 11 09:40:40 CST 2011,
                   To: Thu Nov 11 20:51:17 CST 2021]
      Issuer: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net
      SerialNumber: [    <snip>]
    Certificate Extensions: 7
    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
    AuthorityInfoAccess [
       accessMethod: ocsp
       accessLocation: URIName: http://ocsp.entrust.net
    [2]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    <snip>]
    [3]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
      CA:true
      PathLen:0
    [4]: ObjectId: 2.5.29.31 Criticality=false
    CRLDistributionPoints [
      [DistributionPoint:
         [URIName: http://crl.entrust.net/2048ca.crl]
    [5]: ObjectId: 2.5.29.32 Criticality=false
    CertificatePolicies [
      [CertificatePolicyId: [2.5.29.32.0]
    [PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.1
      qualifier: <snip>
    [6]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Crl_Sign
    [7]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    <snip>]
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    chain [2] = [
      Version: V3
      Subject: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      modulus: <snip>public exponent: 65537
      Validity: [From: Fri Dec 24 11:50:51 CST 1999,
                   To: Tue Jul 24 09:15:12 CDT 2029]
      Issuer: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net
      SerialNumber: [<snip>]
    Certificate Extensions: 3
    [1]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
      CA:true
      PathLen:2147483647
    [2]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Crl_Sign
    [3]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    <snip>]
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    trustStore is: /opt/coldfusion11/jre/lib/security/cacerts
    trustStore type is : jks
    trustStore provider is :
    init truststore
    adding as trusted cert:
    <snip 85 certs> 
    trigger seeding of SecureRandom
    done seeding SecureRandom
    Jan 23, 2015 13:15:37 PM Information [ajp-bio-8014-exec-7] - Starting HTTP request {URL='https://ws.payconnexion.com:1401/pconWS/9_5/', method='post'}
    Ignoring unsupported cipher suite: TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
    Ignoring unsupported cipher suite: TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
    Ignoring unsupported cipher suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
    Ignoring unsupported cipher suite: TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256
    Ignoring unsupported cipher suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
    Ignoring unsupported cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
    Ignoring unsupported cipher suite: TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
    Ignoring unsupported cipher suite: TLS_RSA_WITH_AES_256_CBC_SHA256
    Ignoring unsupported cipher suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
    Ignoring unsupported cipher suite: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
    Ignoring unsupported cipher suite: TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
    Ignoring unsupported cipher suite: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
    Ignoring unsupported cipher suite: TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
    Ignoring unsupported cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA256
    Allow unsafe renegotiation: true
    Allow legacy hello messages: true
    Is initial handshake: true
    Is secure renegotiation: false
    %% No cached client session
    *** ClientHello, TLSv1
    RandomCookie:  GMT: 1405197529 bytes = { 191, 115, 95, 85, 79, 234, 145, 176, 62, 70, 36, 102, 168, 15, 127, 174, 88, 118, 4, 177, 226, 5, 254, 55, 108, 203, 80, 80 }
    Session ID:  {}
    Cipher Suites: [TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, SSL_RSA_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_128_SHA, TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_RC4_128_MD5, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
    Compression Methods:  { 0 }
    Extension elliptic_curves, curve names: {secp256r1, sect163k1, sect163r2, secp192r1, secp224r1, sect233k1, sect233r1, sect283k1, sect283r1, secp384r1, sect409k1, sect409r1, secp521r1, sect571k1, sect571r1, secp160k1, secp160r1, secp160r2, sect163r1, secp192k1, sect193r1, sect193r2, secp224k1, sect239k1, secp256k1}
    Extension ec_point_formats, formats: [uncompressed]
    Extension server_name, server_name: [host_name: ws.payconnexion.com]
    ajp-bio-8014-exec-7, WRITE: TLSv1 Handshake, length = 191
    ajp-bio-8014-exec-7, READ: TLSv1 Handshake, length = 81
    *** ServerHello, TLSv1
    RandomCookie:  <snip>
    Cipher Suite: TLS_RSA_WITH_AES_256_CBC_SHA
    Compression Method: 0
    Extension renegotiation_info, renegotiated_connection: <empty>
    %% Initialized:  [Session-5, TLS_RSA_WITH_AES_256_CBC_SHA]
    ** TLS_RSA_WITH_AES_256_CBC_SHA
    ajp-bio-8014-exec-7, READ: TLSv1 Handshake, length = 4183
    *** Certificate chain
    chain [0] = [
      Version: V3
      Subject: CN=ws.payconnexion.com, OU=PayConnexion, O=JPMorgan Chase, L=New York, ST=New York, C=US
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      modulus: <snip>
      public exponent: 65537
      Validity: [From: Sun Apr 20 19:00:00 CDT 2014,
                   To: Tue Jun 02 18:59:59 CDT 2015]
      Issuer: CN=VeriSign Class 3 International Server CA - G3, OU=Terms of use at https://www.verisign.com/rpa (c)10, OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
      SerialNumber: [   <snip>]
    Certificate Extensions: 8
    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
    AuthorityInfoAccess [
       accessMethod: ocsp
       accessLocation: URIName: http://se.symcd.com
       accessMethod: caIssuers
       accessLocation: URIName: http://se.symcb.com/se.crt
    [2]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    <snip>]
    [3]: ObjectId: 2.5.29.19 Criticality=false
    BasicConstraints:[
      CA:false
      PathLen: undefined
    [4]: ObjectId: 2.5.29.31 Criticality=false
    CRLDistributionPoints [
      [DistributionPoint:
         [URIName: http://se.symcb.com/se.crl]
    [5]: ObjectId: 2.5.29.32 Criticality=false
    CertificatePolicies [
      [CertificatePolicyId: [2.16.840.1.113733.1.7.54]
    [PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.1
      qualifier: <snip>
    ], PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.2
      qualifier: <snip>
    [6]: ObjectId: 2.5.29.37 Criticality=false
    ExtendedKeyUsages [
      serverAuth
      clientAuth
      2.16.840.1.113730.4.1
    [7]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      DigitalSignature
      Key_Encipherment
    [8]: ObjectId: 2.5.29.17 Criticality=false
    SubjectAlternativeName [
      DNSName: ws.payconnexion.com
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    chain [1] = [
      Version: V3
      Subject: CN=VeriSign Class 3 International Server CA - G3, OU=Terms of use at https://www.verisign.com/rpa (c)10, OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      modulus: <snip>
      public exponent: 65537
      Validity: [From: Sun Feb 07 18:00:00 CST 2010,
                   To: Fri Feb 07 17:59:59 CST 2020]
      Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
      SerialNumber: [    <snip>]
    Certificate Extensions: 10
    [1]: ObjectId: 1.3.6.1.5.5.7.1.12 Criticality=false
    Extension unknown: DER encoded OCTET string =
    <snip>
    [2]: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
    AuthorityInfoAccess [
       accessMethod: ocsp
       accessLocation: URIName: http://ocsp.verisign.com
    [3]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    <snip>]
    [4]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
      CA:true
      PathLen:0
    [5]: ObjectId: 2.5.29.31 Criticality=false
    CRLDistributionPoints [
      [DistributionPoint:
         [URIName: http://crl.verisign.com/pca3-g5.crl]
    [6]: ObjectId: 2.5.29.32 Criticality=false
    CertificatePolicies [
      [CertificatePolicyId: [2.16.840.1.113733.1.7.23.3]
    [PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.1
      qualifier: <snip>
    ], PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.2
      qualifier: <snip>
    [7]: ObjectId: 2.5.29.37 Criticality=false
    ExtendedKeyUsages [
      serverAuth
      clientAuth
      2.16.840.1.113730.4.1
      2.16.840.1.113733.1.8.1
    [8]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Crl_Sign
    [9]: ObjectId: 2.5.29.17 Criticality=false
    SubjectAlternativeName [
      CN=VeriSignMPKI-2-7
    [10]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    <snip>]
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    chain [2] = [
      Version: V3
      Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      modulus: <snip>
      public exponent: 65537
      Validity: [From: Tue Nov 07 18:00:00 CST 2006,
                   To: Sun Nov 07 17:59:59 CST 2021]
      Issuer: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
      SerialNumber: [<snip>]
    Certificate Extensions: 8
    [1]: ObjectId: 1.3.6.1.5.5.7.1.12 Criticality=false
    Extension unknown: DER encoded OCTET string =
    <snip>
    [2]: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
    AuthorityInfoAccess [
       accessMethod: ocsp
       accessLocation: URIName: http://ocsp.verisign.com
    [3]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
      CA:true
      PathLen:2147483647
    [4]: ObjectId: 2.5.29.31 Criticality=false
    CRLDistributionPoints [
      [DistributionPoint:
         [URIName: http://crl.verisign.com/pca3.crl]
    [5]: ObjectId: 2.5.29.32 Criticality=false
    CertificatePolicies [
      [CertificatePolicyId: [2.5.29.32.0]
    [PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.1
      qualifier: <snip>
    [6]: ObjectId: 2.5.29.37 Criticality=false
    ExtendedKeyUsages [
      serverAuth
      clientAuth
      codeSigning
      2.16.840.1.113730.4.1
      2.16.840.1.113733.1.8.1
    [7]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Crl_Sign
    [8]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    <snip>]
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    Found trusted certificate:
      Version: V3
      Subject: CN=ws.payconnexion.com, OU=PayConnexion, O=JPMorgan Chase, L=New York, ST=New York, C=US
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      modulus:   public exponent: 65537
      Validity: [From: Sun Apr 20 19:00:00 CDT 2014,
                   To: Tue Jun 02 18:59:59 CDT 2015]
      Issuer: CN=VeriSign Class 3 International Server CA - G3, OU=Terms of use at https://www.verisign.com/rpa (c)10, OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
      SerialNumber: [ <snip>]
    Certificate Extensions: 8
    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
    AuthorityInfoAccess [
       accessMethod: ocsp
       accessLocation: URIName: http://se.symcd.com
       accessMethod: caIssuers
       accessLocation: URIName: http://se.symcb.com/se.crt
    [2]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    <snip>]
    [3]: ObjectId: 2.5.29.19 Criticality=false
    BasicConstraints:[
      CA:false
      PathLen: undefined
    [4]: ObjectId: 2.5.29.31 Criticality=false
    CRLDistributionPoints [
      [DistributionPoint:
         [URIName: http://se.symcb.com/se.crl]
    [5]: ObjectId: 2.5.29.32 Criticality=false
    CertificatePolicies [
      [CertificatePolicyId: [2.16.840.1.113733.1.7.54]
    [PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.1
      qualifier: <snip>
    ], PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.2
      qualifier: <snip>
    [6]: ObjectId: 2.5.29.37 Criticality=false
    ExtendedKeyUsages [
      serverAuth
      clientAuth
      2.16.840.1.113730.4.1
    [7]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      DigitalSignature
      Key_Encipherment
    [8]: ObjectId: 2.5.29.17 Criticality=false
    SubjectAlternativeName [
      DNSName: ws.payconnexion.com
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    ajp-bio-8014-exec-7, READ: TLSv1 Handshake, length = 13
    *** CertificateRequest
    Cert Types: RSA, DSS
    Cert Authorities:
    <Empty>
    *** ServerHelloDone
    matching alias: 1
    *** Certificate chain
    chain [0] = [
      Version: V3
      Subject: CN=*.payments.austintexas.gov, O=City of Austin, L=Austin, ST=Texas, C=US
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      <snip>public exponent: 65537
      Validity: [From: Mon Aug 11 12:39:37 CDT 2014,
                   To: Thu Sep 01 18:34:24 CDT 2016]
      Issuer: CN=Entrust Certification Authority - L1C, OU="(c) 2009 Entrust, Inc.", OU=www.entrust.net/rpa is incorporated by reference, O="Entrust, Inc.", C=US
      SerialNumber: [<snip>]
    Certificate Extensions: 9
    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
    AuthorityInfoAccess [
       accessMethod: ocsp
       accessLocation: URIName: http://ocsp.entrust.net
       accessMethod: caIssuers
       accessLocation: URIName: http://aia.entrust.net/2048-l1c.cer
    [2]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    <snip>]
    [3]: ObjectId: 2.5.29.19 Criticality=false
    BasicConstraints:[
      CA:false
      PathLen: undefined
    [4]: ObjectId: 2.5.29.31 Criticality=false
    CRLDistributionPoints [
      [DistributionPoint:
         [URIName: http://crl.entrust.net/level1c.crl]
    [5]: ObjectId: 2.5.29.32 Criticality=false
    CertificatePolicies [
      [CertificatePolicyId: [1.2.840.113533.7.75.2]
    [PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.1
      qualifier: <snip>
      [CertificatePolicyId: [2.23.140.1.2.2]
    [6]: ObjectId: 2.5.29.37 Criticality=false
    ExtendedKeyUsages [
      serverAuth
      clientAuth
    [7]: ObjectId: 2.5.29.15 Criticality=false
    KeyUsage [
      DigitalSignature
      Key_Encipherment
    [8]: ObjectId: 2.5.29.17 Criticality=false
    SubjectAlternativeName [
      DNSName: *.payments.austintexas.gov
      DNSName: payments.austintexas.gov
    [9]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    <snip>]
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    chain [1] = [
      Version: V3
      Subject: CN=Entrust Certification Authority - L1C, OU="(c) 2009 Entrust, Inc.", OU=www.entrust.net/rpa is incorporated by reference, O="Entrust, Inc.", C=US
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      modulus: <snip>
      public exponent: 65537
      Validity: [From: Fri Nov 11 09:40:40 CST 2011,
                   To: Thu Nov 11 20:51:17 CST 2021]
      Issuer: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net
      SerialNumber: [<snip>]
    Certificate Extensions: 7
    [1]: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
    AuthorityInfoAccess [
       accessMethod: ocsp
       accessLocation: URIName: http://ocsp.entrust.net
    [2]: ObjectId: 2.5.29.35 Criticality=false
    AuthorityKeyIdentifier [
    KeyIdentifier [
    <snip>]
    [3]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
      CA:true
      PathLen:0
    [4]: ObjectId: 2.5.29.31 Criticality=false
    CRLDistributionPoints [
      [DistributionPoint:
         [URIName: http://crl.entrust.net/2048ca.crl]
    [5]: ObjectId: 2.5.29.32 Criticality=false
    CertificatePolicies [
      [CertificatePolicyId: [2.5.29.32.0]
    [PolicyQualifierInfo: [
      qualifierID: 1.3.6.1.5.5.7.2.1
      qualifier: <snip>
    [6]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Crl_Sign
    [7]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    <snip>]
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    chain [2] = [
      Version: V3
      Subject: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net
      Signature Algorithm: SHA1withRSA, OID = 1.2.840.113549.1.1.5
      Key:  Sun RSA public key, 2048 bits
      modulus: <snip>public exponent: 65537
      Validity: [From: Fri Dec 24 11:50:51 CST 1999,
                   To: Tue Jul 24 09:15:12 CDT 2029]
      Issuer: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net
      SerialNumber: [<snip>]
    Certificate Extensions: 3
    [1]: ObjectId: 2.5.29.19 Criticality=true
    BasicConstraints:[
      CA:true
      PathLen:2147483647
    [2]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Crl_Sign
    [3]: ObjectId: 2.5.29.14 Criticality=false
    SubjectKeyIdentifier [
    KeyIdentifier [
    <snip>]
      Algorithm: [SHA1withRSA]
      Signature:
    <snip>
    *** ClientKeyExchange, RSA PreMasterSecret, TLSv1
    ajp-bio-8014-exec-7, WRITE: TLSv1 Handshake, length = 3970
    SESSION KEYGEN:
    PreMaster Secret:
    <snip>
    CONNECTION KEYGEN:
    Client Nonce:
    <snip>
    Server Nonce:
    <snip>
    Master Secret:
    <snip>
    Client MAC write Secret:
    <snip>
    Server MAC write Secret:
    <snip>
    Client write key:
    <snip>
    Server write key:
    <snip>
    Client write IV:
    <snip>
    Server write IV:
    <snip>
    *** CertificateVerify
    ajp-bio-8014-exec-7, WRITE: TLSv1 Handshake, length = 262
    ajp-bio-8014-exec-7, WRITE: TLSv1 Change Cipher Spec, length = 1
    *** Finished
    verify_data:  { 51, 254, 40, 56, 247, 218, 130, 183, 112, 239, 95, 4 }
    ajp-bio-8014-exec-7, WRITE: TLSv1 Handshake, length = 48
    ajp-bio-8014-exec-7, READ: TLSv1 Change Cipher Spec, length = 1
    ajp-bio-8014-exec-7, READ: TLSv1 Handshake, length = 48
    *** Finished
    verify_data:  { 89, 182, 137, 178, 177, 31, 27, 115, 151, 90, 169, 49 }
    %% Cached client session: [Session-5, TLS_RSA_WITH_AES_256_CBC_SHA]
    ajp-bio-8014-exec-7, setSoTimeout(60000) called
    ajp-bio-8014-exec-7, WRITE: TLSv1 Application Data, length = 1520
    ajp-bio-8014-exec-7, READ: TLSv1 Application Data, length = 128
    Jan 23, 2015 13:15:38 PM Information [ajp-bio-8014-exec-7] - HTTP request completed  {Status Code=500 ,Time taken=1302 ms}
    ajp-bio-8014-exec-7, READ: TLSv1 Application Data, length = 256
    ajp-bio-8014-exec-7, READ: TLSv1 Alert, length = 32
    ajp-bio-8014-exec-7, RECV TLSv1 ALERT:  warning, close_notify
    ajp-bio-8014-exec-7, called closeInternal(false)
    ajp-bio-8014-exec-7, SEND TLSv1 ALERT:  warning, description = close_notify
    ajp-bio-8014-exec-7, WRITE: TLSv1 Alert, length = 32
    ajp-bio-8014-exec-7, called closeSocket(selfInitiated)
    ajp-bio-8014-exec-7, called close()
    ajp-bio-8014-exec-7, called closeInternal(true)

    Ok, apparently Chase person who said we were not sending the certs and achieving mutual auth
    was incorrect.   The https calls were connecting, and mutual auth was taking place.   The 500
    error was about a soap envelope being delivered, and NOT SSL as I directed to.   Everything
    is working fine now. 
    Thanks,
    Bob

  • API Call For Basic Authentication

    Hi,
    Does anyone know whats the API call that WebLogic makes internally to
    perform basic authentication. Is ServletAuthentication the only way to
    programmatically log in a user.
    Thanks
    Sameer

    If the target node for your operation is a sibling, I believe you're going to have to pass the parent node of the sibling into the AddNode() API call when this operation occurs within a version. Note that copyNodesAcrossVersions is a new method that has a copyAsSibling parameter, but AddNode() does not.
    Edited by: Naren Truelove on Nov 12, 2012 3:12 PM
    ...grammatical correction...

  • Please help me with random crashes of Firefox 7.1.

    Please help me with random crashes of Firefox 7.1. I'm not sophisticated enough to give you programming data. The ting is I'd like to continue to use this browser, but feel that I can't due to very frequent crashes...which causes loss of info and restarts w/ the report to Mozilla Firefox. By the way no results from anyone on that one. I have Win 7, an HP G-60, and communicate on FB, use You tube, Gmail, Yahoo. Not asking for much, eh! just want a fix, please.

    On those three additional crashes,
    1. bp-17c22279-819e-4a88-8b58-fa8462111015 10/15/2011 6:56 PM
    2. bp-afd73520-df86-4f77-90c3-a4dd12111015 10/15/2011 6:09 PM
    3. bp-609de88e-d1a3-496e-8374-a9be52111015 10/15/2011 6:09 PM
    I found the three crash reports here:
    1. https://crash-stats.mozilla.com/report/index/17c22279-819e-4a88-8b58-fa8462111015
    ID: 17c22279-819e-4a88-8b58-fa8462111015
    Signature: JSLinearString::mark(JSTracer*)
    Related bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=686441 686441] NEW Crash in JSLinearString::mark(JSTracer*) or JSString::mark(JSTracer*) mainly with Better Facebook
    2. https://crash-stats.mozilla.com/report/index/afd73520-df86-4f77-90c3-a4dd12111015
    ID: afd73520-df86-4f77-90c3-a4dd12111015
    Signature: js::gc::ScanRope
    Related bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=668583 668583] NEW Firefox 7.0a1 Crash @ js::gc::ScanRope mainly with Better Facebook
    3. https://crash-stats.mozilla.com/report/index/609de88e-d1a3-496e-8374-a9be52111015
    ID: 609de88e-d1a3-496e-8374-a9be52111015
    Signature: JSLinearString::mark(JSTracer*)
    Related bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=686441 686441] NEW Crash in JSLinearString::mark(JSTracer*) or JSString::mark(JSTracer*) mainly with Better Facebook
    All three crash reports link bugs that mention Better Facebook, which you said you disabled so something else is the problem. Open the Firefox '''Help''' menu, click on '''Troubleshooting Information''' and in the ''about:support'' page that opens, click "copy all to clipboard" and paste everything here (see [[Using the Troubleshooting Information page]] for more info).
    Also, could you restart in Firefox [[Safe Mode]] and do normal browsing to your usual sites to see if you still get any crashes?

  • Hi, I have an iPhone 4 which rings people when it is locked, whether or not in my pocket.  I always lock it when not using it.  Can anyone help? It is calling random numbers, not the last person or anyone even recently called on my recents list. Thanks

    Hi, I have an iPhone 4 which rings people when it is locked, whether or not in my pocket.  I always lock it when not using it.  Can anyone help? It is calling random numbers, not the last person or anyone even recently called on my recents list. Thanks

    Pay no attention to iinami, the amount of replies to people saying their handsets must have been jailbroken everytime iTunes throws out an error is tremendous. (Clearly you don't need to have any real knowledge to get to level 3 on these forums, let's hope apple's geniuses know a lot more than some of their customers.)
    http://support.apple.com/kb/TS3694
    Solution below.
    Error 9
    This error occurs when the device unexpectedly loses its USB connection with iTunes. This can occur if the device is manually disconnected during the restore process. This issue can be resolved by performing USB troubleshooting, using a different USB dock-connector cable, trying another USB port, restoring on another computer, or by eliminating conflicts from third-party security software.

  • Pls help!  SAP api calls...?

    Hi, I have a question about the SAP Portal framework.  For example, if I created an edit page for editing portlets, is there an api call that I make to tell SAP portal that I am on edit mode so that portal will subsequently save the changes to perhaps an xml file?  Maybe there is a edit_mode variable ?
    Any suggestions or sample code is greatly appreciated!
    Thanks so much!
    Baggett.

    Hi Baggett,
    quite unsure what you mean.
    > I created an edit page for editing portlets
    Does this mean a component for editing iView parameters?
    > is there an api call that I make to tell SAP portal
    > that I am on edit
    If this is the case, your implementation should have been called by the framework in before.
    See http://help.sap.com/saphelp_nw04/helpdata/en/30/e5fc40b3c7fa6fe10000000a1550b0/frameset.htm and custom personalization of iview and PersonalizationClass and EP6 for details.
    If I'm totally wrong with your issue, please come back with some more precise information.
    Hope it helps
    Detlev

  • Macbook Air Random crashing

    Hi Folks
    I have been having some major issues with my Macbook Air (mid 2011, Yosemite 10.10.1, 1.6GHZ core i5, 2 GB 1333 MHz DDR3)
    It randomly crashes during use. Programs stop working and then the spinning beachball pops up for a few seconds before everything crashes and I have to power off/on
    I did a number of system resets and reinstallation's and for a while now I have had it running generally ok except a few crashes here and there when I am using it a lot. Just had a few issues tonight and had 3 crashes in quick succession and also the ? folder pop up once.
    For the first time though the system reported an error code and I have pasted it below. Has anyone seen this before or can anyone decipher what it means? I am no expert so it means very little to me. Any help would be much appreciated
    Many thanks
    Anonymous UUID:       8A45F87A-6A15-FD39-8F47-50AEF1598C07
    Sat Jan 31 02:47:51 2015
    *** Panic Report ***
    panic(cpu 2 caller 0xffffff80047c4594): "launchd died\nState at Last Exception:\n\n"@/SourceCache/xnu/xnu-2782.1.97/bsd/kern/kern_exit.c:361
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8065b2be50 : 0xffffff800433a811
    0xffffff8065b2bed0 : 0xffffff80047c4594
    0xffffff8065b2bf40 : 0xffffff80047c425c
    0xffffff8065b2bf50 : 0xffffff800484dcb2
    0xffffff8065b2bfb0 : 0xffffff800443ac46
    BSD process name corresponding to current thread: launchd
    Mac OS version:
    14B25
    Kernel version:
    Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    Kernel UUID: 89E10306-BC78-3A3B-955C-7C4922577E61
    Kernel slide:     0x0000000004000000
    Kernel text base: 0xffffff8004200000
    __HIB  text base: 0xffffff8004100000
    System model name: MacBookAir4,1 (Mac-C08A6BB70A942AC2)
    System uptime in nanoseconds: 102440621342
    last loaded kext at 10013304928: com.apple.driver.AudioAUUC 1.70 (addr 0xffffff7f8610c000, size 32768)
    last unloaded kext at 98204576961: com.apple.driver.AppleUSBUHCI 656.4.1 (addr 0xffffff7f85123000, size 65536)
    loaded kexts:
    com.apple.driver.AudioAUUC 1.70
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.ApplePlatformEnabler 2.1.0d1
    com.apple.driver.AGPM 100.14.37
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.3.1f2
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 267.0
    com.apple.driver.AppleHDA 267.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.1f2
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleBacklight 170.4.12
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AppleMCCSControl 1.2.10
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleIntelHD3000Graphics 10.0.0
    com.apple.driver.AppleIntelSNBGraphicsFB 10.0.0
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.5
    com.apple.driver.AppleUSBHub 705.4.1
    com.apple.driver.AirPort.Brcm4331 800.20.24
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.driver.AppleAHCIPort 3.0.7
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.AppleGraphicsDeviceControl 3.7.21
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 267.0
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOAudioFamily 200.6
    com.apple.vecLib.kext 1.2.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.1f2
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.driver.IOPlatformPluginFamily 5.8.0d49
    com.apple.driver.AppleHDAController 267.0
    com.apple.iokit.IOHDAFamily 267.0
    com.apple.iokit.IOSurface 97
    com.apple.iokit.IOBluetoothFamily 4.3.1f2
    com.apple.driver.AppleSMC 3.1.9
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.0
    com.apple.driver.AppleUSBMultitouch 245.2
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IO80211Family 700.52
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.7.0
    com.apple.iokit.IOUSBFamily 705.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 389.1
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    Model: MacBookAir4,1, BootROM MBA41.0077.B11, 2 processors, Intel Core i5, 1.6 GHz, 2 GB, SMC 1.74f4
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 288 MB
    Memory Module: BANK 0/DIMM0, 1 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54313132533654465238432D48392020
    Memory Module: BANK 1/DIMM0, 1 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54313132533654465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.24)
    Bluetooth: Version 4.3.1f2 15015, 3 services, 27 devices, 1 incoming serial ports
    Serial ATA Device: APPLE SSD TS064C, 60.67 GB
    USB Device: FaceTime Camera (Built-in)
    USB Device: Hub
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Hub
    Thunderbolt Bus: MacBook Air, Apple Inc., 8.1

    Hello jonny550,
    Based on the information you have provided, it appears your MacBook Air is suffering from repeated crashes. In your post you wrote "Just had a few issues tonight and had 3 crashes in quick succession and also the ? folder pop up once," which leads me to believe your computer needs to be serviced. The following link should help you get started with the process and has links with additional information on topics such as warranty and service pricing, battery replacement, and express replacement service.
    Apple - Support - Service Answer Center
    Thank you for contributing to Apple Support Communities.
    Cheers,
    Bobby_D

Maybe you are looking for

  • How to transfer my Nokia 6600 backup to E70 ?

    Hello, About a month ago I sold my Nokia 6600 and got Nokia E70. Before I sold the Nokia 6600 I did a backup using the PC Suite. Now how can I transfer my stuff from the backup to my E70? Thanks.

  • INTERCOMPANY BILLING & Contract

    Dear guru what is mean intercompany billing & Contract? and give me the steps to config. in sd module. regards Mohammedrenu [email protected]

  • Photoshop Color problem

    Hi, I've got a bit of a problem. When I use "strong" colors, such as "00fffc" They turn black in 8bit and 16bits, but they display perfectly when working in 32bit. Also when I save the image as jpeg or gif it comes out like it should, what could the

  • SQL query join help

    I have two tables DEVICE and CONTACT. The tables are joined DEVICE_ID to CONTACT_ID. I want to print device_ID and the corresponding contact info with the lowest CONTACT.PRIORITY. SQL> describe DEVICE; DEVICE_ID              NOT NULL VARCHAR2(50) SQL

  • DW 8 is forced to closed at Windows Vista

    my new PC is using Windows Vista After installed DW 8, opened DW 8 no problem, when i try to press open file, navigate and selecting the file to open, DW is closed every time Is it a conflict with Vista ? because DW 8 works no problem before in my ol