Java application crashes due to some problem in native  code

Hi All
I have a Java application that calls APIs in a 3rd party DLL(I don't have access to its source code or logs) through my VC++ DLL(Win32) that acts as the wrapper DLL.
The Application has many functionalities and is based on multithreading (both on Java layer as well as C++ layer). Most of the functionalities are working , but when I try to close the application, it crashes.
Moreover the crashing occurs inconstently, sometimes it does not crash. Instead of showing any debug information , it simply creates a error file with disassembly code that I am not able to understand.
Though the error seems like an java error, but actually it seems to be due to native code. I have try catch blocks in my code and also implemented settranslator functionality to get hold of structured/C exceptions. But still I am not able to catch any exceptions.
I am pasting the the contents of the file here:
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c9111de, pid=488, tid=1848
# Java VM: Java HotSpot(TM) Client VM (1.4.2_14-b05 mixed mode)
# Problematic frame:
# C [ntdll.dll+0x111de]
--------------- T H R E A D ---------------
Current thread (0x009d1790): JavaThread "CompilerThread0" daemon [_thread_in_native, id=1848]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000001
Registers:
EAX=0x00000001, EBX=0x00030000, ECX=0x02d17a18, EDX=0x00030278
ESP=0x02c2f8e8, EBP=0x02c2fb08, ESI=0x02d17a10, EDI=0x00000001
EIP=0x7c9111de, EFLAGS=0x00010202
Top of Stack: (sp=0x02c2f8e8)
0x02c2f8e8: 009fa9a0 000000c0 00000008 0811d3d8
0x02c2f8f8: 0000000c 00a2c0e0 00000003 00000004
0x02c2f908: 08018216 00000001 02c2fcc4 08018385
0x02c2f918: 00000002 00000001 02c2f93c 02d06d0c
0x02c2f928: 0802a50a 00000000 00000001 02c2f93c
0x02c2f938: 04a3cb4c 02d01008 02c2f964 0802a850
0x02c2f948: 02c2f96e 00000000 00000007 00000000
0x02c2f958: 04a3cb38 00000004 08018216 00000001
Instructions: (pc=0x7c9111de)
0x7c9111ce: 39 89 bd 0c ff ff ff 8b 46 0c 89 85 68 ff ff ff
0x7c9111de: 8b 10 3b 57 04 0f 85 8c 31 02 00 3b d1 0f 85 84
Stack: [0x02bf0000,0x02c30000), sp=0x02c2f8e8, free space=254k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0x111de]
C [MSVCRT.dll+0x1c3c9]
C [MSVCRT.dll+0x1c3e7]
C [MSVCRT.dll+0x1c42e]
V [jvm.dll+0xacda9]
V [jvm.dll+0x17102]
V [jvm.dll+0x16c8d]
V [jvm.dll+0x16dca]
V [jvm.dll+0x170a7]
V [jvm.dll+0x172e8]
V [jvm.dll+0x4dc65]
V [jvm.dll+0x4d894]
V [jvm.dll+0xd3a36]
V [jvm.dll+0xd3a04]
C [MSVCRT.dll+0x2a3b0]
C [kernel32.dll+0xb683]
Current CompileTask:
HotSpot Client Compiler:423 b sun.awt.AWTAutoShutdown.isReadyToShutdown()Z (33 bytes)
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x049d6328 JavaThread "Thread-19" [_thread_blocked, id=1440]
0x049d24d0 JavaThread "Thread-18" [_thread_blocked, id=3620]
0x049d40c8 JavaThread "Thread-17" [_thread_blocked, id=2476]
0x02df0538 JavaThread "TimerQueue" daemon [_thread_blocked, id=3876]
0x00036a78 JavaThread "DestroyJavaVM" [_thread_blocked, id=2448]
0x02e43768 JavaThread "Thread-6" [_thread_blocked, id=3664]
0x02e23130 JavaThread "Thread-4" [_thread_blocked, id=2816]
0x02e21d08 JavaThread "Thread-2" [_thread_blocked, id=3344]
0x02da3f78 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2528]
0x02da3268 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=4008]
0x02d91f90 JavaThread "AWT-Windows" daemon [_thread_blocked, id=648]
0x02d3a478 JavaThread "AWT-Shutdown" [_thread_blocked, id=2988]
=>0x009d1790 JavaThread "CompilerThread0" daemon [_thread_in_native, id=1848]
0x009d0a90 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3568]
0x009ce128 JavaThread "Finalizer" daemon [_thread_blocked, id=1824]
0x009ccda0 JavaThread "Reference Handler" daemon [_thread_blocked, id=3280]
Other Threads:
0x00a0b6e8 VMThread [id=608]
0x00a0d620 WatcherThread [id=3012]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 640K, used 583K [0x10010000, 0x100c0000, 0x104f0000)
eden space 576K, 90% used [0x10010000, 0x10091e40, 0x100a0000)
from space 64K, 99% used [0x100b0000, 0x100bfff8, 0x100c0000)
to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
tenured generation total 7772K, used 5451K [0x104f0000, 0x10c87000, 0x14010000)
the space 7772K, 70% used [0x104f0000, 0x10a42d80, 0x10a42e00, 0x10c87000)
compacting perm gen total 8192K, used 8137K [0x14010000, 0x14810000, 0x18010000)
the space 8192K, 99% used [0x14010000, 0x148024e8, 0x14802600, 0x14810000)
Dynamic libraries:
0x00400000 - 0x0040b000 c:\dcsthick\jre\bin\java.exe
0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f5000 C:\WINDOWS\system32\kernel32.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08143000 c:\dcsthick\jre\bin\client\jvm.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f57000 C:\WINDOWS\system32\GDI32.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x10000000 - 0x10007000 c:\dcsthick\jre\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x00390000 - 0x0039e000 c:\dcsthick\jre\bin\verify.dll
0x003b0000 - 0x003c9000 c:\dcsthick\jre\bin\java.dll
0x003d0000 - 0x003de000 c:\dcsthick\jre\bin\zip.dll
0x02e70000 - 0x02f84000 C:\dcsthick\jre\bin\awt.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\SYSTEM32\uxtheme.dll
0x02fe0000 - 0x03031000 C:\dcsthick\jre\bin\fontmanager.dll
0x73760000 - 0x737a9000 C:\WINDOWS\system32\ddraw.dll
0x73bc0000 - 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
0x73940000 - 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x03320000 - 0x0333c000 C:\dcsthick\lib\CrewsDmApiJniNt.dll
0x031b0000 - 0x031bb000 c:\dcsthick\lib\CRWNT_DM.dll
0x03240000 - 0x03249000 c:\dcsthick\lib\BAT_API.dll
0x03340000 - 0x03352000 c:\dcsthick\lib\DC_DSM32.dll
0x03360000 - 0x03369000 c:\dcsthick\lib\CRWTOOLS.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x03370000 - 0x0337a000 c:\dcsthick\lib\PMAPI.dll
0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\COMCTL32.dll
0x03790000 - 0x037b2000 c:\dcsthick\ResaDLL\DC_DSMNB.dll
0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
0x038d0000 - 0x038f2000 c:\dcsthick\ResaDLL\DC_DSMIP.dll
0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x66580000 - 0x6658f000 C:\WINDOWS\system32\pnrpnsp.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x032e0000 - 0x0330a000 C:\dcsthick\lib\ResaHostConnection.dll
0x03250000 - 0x03257000 c:\dcsthick\lib\CRWNT_GWALC.dll
0x03310000 - 0x03319000 c:\dcsthick\lib\ALCAPI.dll
0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
VM Arguments:
jvm_args: -Dcfdynaproppath=c:\dcsthick/config/ -Dcfdynapropxml=RESA_KCOdynamicproperties.xml -DConfigPath=c:\dcsthick/config/RESA_KCOConfig.xml -DResolution=High -DWorkstationID=GWGTE -DMode=GateBoarding -DlogPath=c:\temp\kcologs -DlogInformation=0 -DGateway=ALCSQ1 -DNetBiosPort=A
java_command: com.singaporeair.dcs.standalone.application.model.ApplicationModel SQ/IGATEADXX
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=c:\dcsthick\jre\bin
PATH=c:\dcsthick\jre\bin;c:\dcsthick/lib;c:\dcsthick/ResaDLL
USERNAME=USER
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 2
CPU:total 2 family 6, cmov, cx8, fxsr, mmx, sse, sse2
Memory: 4k page, physical 1039600k(565656k free), swap 2501208k(2091128k free)
vm_info: Java HotSpot(TM) Client VM (1.4.2_14-b05) for windows-x86, built on Mar 14 2007 16:46:11 by "java_re" with MS VC++ 6.0
The JAVA Application during initialisation establishes a connection with the host server for various devices. For each of the device it establishes a separate connection and keeps listening on these connections using multithreading.
During App close, we need to close each of these connections one by one for each device.
The opening /closing of connection is done by 3rd party DLL and call to there APIs is done through a C++ Wrapper DLL that I have built between the Java layer and their DLL.
When we close the Application, I am always able to close the connections on the first 2 devices. Then all of a sudden it crashes either for the 3rd device conn. close or for the 4th one. The code is the same for all the devices . That too sometimes it just goes fine without crashing. If its a null pointer exception, why is it that it crashes on some occassions and not in other times. More importantly, why is it that it does not fail for the first 2 devices , but fails for the 3rd or 4th device connection close?
Can please anyone help me. Please suggest me as to how I can determine the cause of the error.
And is this error really coming in ntdll.dll or is it getting caused of my dll?

The opening /closing of connection is done by 3rd party DLL and call to there APIs is done through a C++ Wrapper DLL that I have built between the Java layer and their DLL.The specific error indicates a pointer/memory problem.
The first place that is likely is in your code.
The second most likely place for the cause is because you are using the third party library incorrectly. For example before exiting you are supposed to clean up resources and you are not doing so.
As a remote possibility, much less likely that either of the above, there is a bug in jnative or in the 3rd party library.

Similar Messages

  • Application aborted due to serious problems

    Hi,
    Wwhen I transfer PR from MM TO SRM via the report BBP_EXTREQ_TRANSFER.the atatus on the queue in MM is Application aborted due to serious problems.

    Hi,
    See these related threads for more pointers;
    PDP Issue
    Unable to transfer Purchase Requisition from ECC to EBP
    error in plan driven scenario
    BR,
    Disha.

  • Safari just shuts down suddenly due to some problems related to plug-ins.

    Hi
    I have an mac osx 10.5.8
    I use safari version 4.02.
    Sometimes (very often actually) it just shuts down suddenly due to some problems related to plug-ins and gives error and I relaunch . Do you have any idea why it is happening?
    can some help me?
    best
    didem

    i really do not know what causes it and how i can remove it actually!
    In the help menu there is something about plug-ins but i have really no clue what it it supposed to mean
    so can you elaborate what to do ?
    thanks
    didem

  • Java Application Crash while loading a 64-bit DLL

    Hi there,
    I'm calling native C++ functions from a 64-bit DLL through a java application. But the application crashes with the below crash exception when the DLL is loaded.
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000047e0b754, pid=976, ti
    d=968
    # JRE version: 6.0_16-b01
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (14.2-b01 mixed mode windows-amd64
    # Problematic frame:
    # C [mkl_def.dll+0x8b754]
    # An error report file with more information is saved as:
    # C:\Documents and Settings\hw3h6\Desktop\hs_err_pid976.log
    What will be the possible cause of the issue? Is it something which can be corrected from my java application?
    The application is built in 32-bit environment, but I think thats not an issue because java is platform-independent.

    ajithcherukad wrote:
    What will be the possible cause of the issue?Pointer bug.
    Is it something which can be corrected from my java application?Java? Only possibility there is don't use the C++ code.
    >
    The application is built in 32-bit environment, but I think thats not an issue because java is platform-independent.That has absolutely nothing to do with it. The C++ code isn't. Nor is the dll (dll by its very nature is platform dependent.)

  • PB 11.5.1 application crash due to Win8 touchscreen

    Hi, PB 11.5.1.4011 application - runs fine on absolutely all windows versions, but on Win8 with touchscreen, it produces a generic "xxxxx.exe has stopped working error" when tabbing or clicking into the field.
    I found a confirmation of this on stackoverflow topic, where the problem was described as:
    "We have serious issues with running a PB10 application on Windows 8 computers.
    Application runs fine until user enters text in datawindow fields, the application "stopped working". The problem is that it happens randomly, 10 fields can be entered without a problem but at the next field the "stopped working" pops up en the application is closed the next time it might happen after entering 2 fields."
    However, the original author also added a while later that this is only due to Win8 Touch Screens:
    "We finally found the issue. The problem only occurs on computers with a touch screen. By disabling the Touch Keyboard service the PB program runs perfect"
    Obviously, disabling Touch Keyboard service is the suggested solution, but I just wondered has anyone else found alternative solutions (apart from migrating to newer Powerbuilder)? Would running the application in "compatibility mode" with a previous version of Windows maybe do it?
    Thanks

    Hi Vlad;
       I seriously doubt that you can do anything more than turn this feature off for the moment as:
    a) PB 10 (even 12.5) is not certified for W8
    b) PB 15 will be the first PB version tested on W8
    Regards ... Chris

  • Java application crashes and generates a hs_err_pid.log file

    Our Java application receives JMS messages in XML form, parses and pre-processes them and forwards to an analysis engine (Gensym G2) for further processing/auto ticketing. The application crashed when processing a JMS message. This issue could not be reproduced and does not happen everytime the same JMS XML message is received.
    Any ideas on the cause of this core ?? The application is running on Solaris 9 ans using JRE 1.6.0_11-b03
    ERROR MESSAGES/STACK TRACES THAT OCCUR :
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xff3b0740, pid=28027, tid=39
    # Java VM: Java HotSpot(TM) Server VM (11.0-b16 mixed mode solaris-sparc)
    # Problematic frame: C [libc_psr.so.1+0x740] memcpy+0x260
    --------------- T H R E A D ---------------
    Current thread (0x0032ac00): JavaThread "Thread-15" [_thread_in_native, id=39, stack(0xb5100000,0xb5180000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0xfe690000
    Stack: [0xb5100000,0xb5180000], sp=0xb517dad0, free space=502k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc_psr.so.1+0x740] memcpy+0x260
    C [libzip.so+0x235c] ZIP_GetEntry+0xe4
    C [libzip.so+0x27dc] Java_java_util_zip_ZipFile_getEntry+0xc4
    J java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J
    J java.util.zip.ZipFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
    J java.util.jar.JarFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
    J sun.misc.URLClassPath.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;
    j java.net.URLClassLoader$1.run()Ljava/lang/Object;+26
    v ~StubRoutines::call_stub
    V [libjvm.so+0x134704]
    V [libjvm.so+0x192b74]
    C [libjava.so+0xf5d8] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedExceptionAct
    ion_2Ljava_security_AccessControlContext_2+0x1c
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessCo
    ntrolContext;)Ljava/lang/Object;+0
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessCo
    ntrolContext;)Ljava/lang/Object;+0
    J java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;
    J java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;
    j java.lang.ClassLoader.loadClassInternal(Ljava/lang/String;)Ljava/lang/Class;+2
    v ~StubRoutines::call_stub
    V [libjvm.so+0x134704]
    V [libjvm.so+0x1b86f0]
    V [libjvm.so+0x151998]
    V [libjvm.so+0x11bd5c]
    V [libjvm.so+0x12b704]
    V [libjvm.so+0x70e10c]
    V [libjvm.so+0xdf650]
    V [libjvm.so+0x148c28]
    j com.att.gfpu.asam.EventHandler.processOspfSite()V+99
    j com.att.gfpu.asam.EventHandler.run()V+280
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [libjvm.so+0x134704]
    V [libjvm.so+0x476d40]
    V [libjvm.so+0x1d1b00]
    V [libjvm.so+0x1e4e1c]
    V [libjvm.so+0x7287dc]
    V [libjvm.so+0x6705d0]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J
    J java.util.zip.ZipFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
    J java.util.jar.JarFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
    J sun.misc.URLClassPath.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;
    j java.net.URLClassLoader$1.run()Ljava/lang/Object;+26
    v ~StubRoutines::call_stub
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedExceptionAction;Ljava/security/AccessCo
    ntrolContext;)Ljava/lang/Object;+0
    J java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;
    J java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;
    j java.lang.ClassLoader.loadClassInternal(Ljava/lang/String;)Ljava/lang/Class;+2
    v ~StubRoutines::call_stub
    j com.att.gfpu.asam.EventHandler.processOspfSite()V+99
    j com.att.gfpu.asam.EventHandler.run()V+280
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0069d800 JavaThread "Thread-18" daemon [_thread_in_native, id=41, stack(0xb4f00000,0xb4f80000)]
    0x00324c00 JavaThread "WorkerThread#0[76.206.116.41:8094]" daemon [_thread_in_native, id=40, stack(0xb5000000,0xb5080000)]
    =>0x0032ac00 JavaThread "Thread-15" [_thread_in_native, id=39, stack(0xb5100000,0xb5180000)]
    0x0085ec00 JavaThread "Thread-13" [_thread_blocked, id=38, stack(0xb5200000,0xb5280000)]
    0x0085b800 JavaThread "Heartbeat-IPDM" [_thread_blocked, id=37, stack(0xb5300000,0xb5380000)]
    0x0085d800 JavaThread "Thread-12" [_thread_blocked, id=36, stack(0xb5400000,0xb5480000)]
    0x0089b000 JavaThread "Timer-4" daemon [_thread_blocked, id=34, stack(0xb5500000,0xb5580000)]
    0x005d9800 JavaThread "control: Socket[addr=/76.206.116.41,port=8094,localport=54593]" daemon [_thread_in_nat
    ive, id=33, stack(0xb5600000,0xb5680000)]
    0x005e5000 JavaThread "Timer-3" daemon [_thread_blocked, id=32, stack(0xb5700000,0xb5780000)]
    0x005b5000 JavaThread "Timer-2" daemon [_thread_blocked, id=31, stack(0xb5800000,0xb5880000)]
    0x005bd400 JavaThread "RMI RenewClean-[76.206.116.42:1098]" daemon [_thread_blocked, id=27, stack(0xb5c00000,0xb5c80000)]
    0x005bcc00 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=26, stack(0xb5f00000,0xb5f80000)]
    0x0040d000 JavaThread "GC Daemon" daemon [_thread_blocked, id=25, stack(0xb5d00000,0xb5d80000)]
    0x0053f800 JavaThread "RMI RenewClean-[76.206.116.41:1098]" daemon [_thread_blocked, id=24, stack(0xb5e00000,0xb5e80000)]
    0x0040fc00 JavaThread "JavaLink GSI Loop" [_thread_in_native, id=21, stack(0xb6680000,0xb6700000)]
    0x002fe800 JavaThread "Timer-1" daemon [_thread_blocked, id=20, stack(0xb6780000,0xb6800000)]
    0x00196c00 JavaThread "Timer-0" daemon [_thread_blocked, id=19, stack(0xb6880000,0xb6900000)]
    0x0016c800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=17, stack(0xb6a80000,0xb6b00000)]
    0x00169c00 JavaThread "CompilerThread1" daemon [_thread_blocked, id=16, stack(0xb6b80000,0xb6c00000)]
    0x00168400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=15, stack(0xb6c80000,0xb6d00000)]
    0x00167000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=14, stack(0xb6d80000,0xb6e00000)]
    0x00151400 JavaThread "Finalizer" daemon [_thread_blocked, id=13, stack(0xb6e80000,0xb6f00000)]
    0x0014fc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=12, stack(0xb6f80000,0xb7000000)]
    0x00030800 JavaThread "main" [_thread_blocked, id=2, stack(0xfe600000,0xfe680000)]
    Heap
    PSYoungGen total 44224K, used 28921K [0xe6800000, 0xe9400000, 0xfc000000)
    eden space 43328K, 66% used [0xe6800000,0xe843e480,0xe9250000)
    from space 896K, 0% used [0xe9320000,0xe9320000,0xe9400000)
    to space 832K, 0% used [0xe9250000,0xe9250000,0xe9320000)
    PSOldGen total 90112K, used 3186K [0xbbc00000, 0xc1400000, 0xe6800000)
    object space 90112K, 3% used [0xbbc00000,0xbbf1cbf0,0xc1400000)
    PSPermGen total 20480K, used 12225K [0xb7c00000, 0xb9000000, 0xbbc00000)
    object space 20480K, 59% used [0xb7c00000,0xb87f0600,0xb9000000)

    jschell : thanks for ur response. We have been pursuing the possibility of it being a JNI related issue. As per the stack trace, SIGSEGV occurred in [libc_psr.so.1+0x740] memcpy+0x260. We checked the code for any memory related issues. Our application does not use JNI directly but we use 3rd party jars -is there a way to check if these jars are using this particular library - so we can report to the respective vendors ?? This library path is shown as : /usr/platform/SUNW,Sun-Fire-V490/lib/libc_psr.so.1
    nambar: thanks. we are also testing if the issue is related to accessing the jar files.
    Your responses are very helpful in indicating that we are looking in the right direction!

  • XA  jDriver for Oracle problem : Getting native code exception

    Hi,
    I'm getting a native code exception which causes the Weblogic server to crash when
    using XA drivers for transaction with two oracle databases. My application uses RMI
    and threads.
    I'm using BEA's jDriver for Oracle running under Weblogic server 6.1 sp1 talking
    to Oracle 8.1.6. The OS is Solaris 2.8.
    In middle of the program execution it's giving this problem. I'm using jdk131 in
    solaris platform.
    Any idea what's going on here ?
    Thanks,
    Nagoor Haja
    Exception in the Log file:
    ===========================
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xff2414d8
    Function name=madvise
    Library=/usr/lib/libc.so.1
    Current Java thread:
    at weblogic.jdbc.oci.xa.XA.native_commit(Native Method)
    at weblogic.jdbc.oci.xa.XA.commit(XA.java:136)
    at weblogic.jdbc.oci.xa.XADataSource.commit(XADataSource.java:696)
    at weblogic.jdbc.jta.DataSource.commit(DataSource.java:784)
    at weblogic.transaction.internal.ServerResourceInfo.commit(ServerResourceInfo.java:1180)
    at weblogic.transaction.internal.ServerResourceInfo.commit(ServerResourceInfo.java:419)
    at weblogic.transaction.internal.ServerSCInfo.startCommit(ServerSCInfo.java:233)
    at weblogic.transaction.internal.ServerTransactionImpl.localCommit(ServerTransactionImpl.java:1397)
    at weblogic.transaction.internal.ServerTransactionImpl.globalRetryCommit(ServerTransactionImpl.java:1940)
    at weblogic.transaction.internal.ServerTransactionImpl.globalCommit(ServerTransactionImpl.java:1886)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:221)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:190)
    at weblogic.transaction.internal.CoordinatorImpl.commit(CoordinatorImpl.java:68)
    at weblogic.transaction.internal.CoordinatorImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:296)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:265)
    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Dynamic libraries:
    0x10000 /opt/jdk131/jre/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff330000 /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
    0xfe480000 /opt/jdk131/jre/lib/sparc/hotspot/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0b0000 /usr/lib/libmp.so.2
    0xff080000 /opt/jdk131/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /opt/jdk131/jre/lib/sparc/libverify.so
    0xfe440000 /opt/jdk131/jre/lib/sparc/libjava.so
    0xff020000 /opt/jdk131/jre/lib/sparc/libzip.so
    0xfafb0000 /opt/jdk131/jre/lib/sparc/libnet.so
    0xfadd0000 /usr/lib/nss_files.so.1
    0xe1d00000 /opt/wlserver6.1/lib/solaris/oci816_8/libweblogicoci37.so
    0xe1400000 /opt/oracle/lib/libclntsh.so.8.0
    0xfac90000 /usr/lib/libC.so.5
    0xfadb0000 /opt/oracle/lib/libwtc8.so
    0xfad90000 /usr/lib/libgen.so.1
    0xfac70000 /usr/lib/libsched.so.1
    0xfac40000 /usr/lib/libaio.so.1
    0xfac20000 /opt/wlserver6.1/lib/solaris/oci816_8/libweblogicoxa37.so
    0xe8ad0000 /redis/tibco/rv6.6/lib/libtibrvj.so
    0xe8ab0000 /redis/tibco/rv6.6/lib/libtibrvcmq.so
    0xe89c0000 /redis/tibco/rv6.6/lib/libtibrvcm.so
    0xe8990000 /redis/tibco/rv6.6/lib/libtibrvft.so
    0xe8890000 /redis/tibco/rv6.6/lib/libtibrv.so
    0xe8870000 /usr/lib/libpthread.so.1
    0xe6fe0000 /opt/wlserver6.1/lib/solaris/libmuxer.so
    0xe6fc0000 /opt/wlserver6.1/lib/solaris/libweblogicunix1.so
    java Exception in the program due to the above reason:
    ======================================================
    java.sql.SQLException: weblogic.rmi.extensions.RemoteRuntimeException - with nested
    exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
         java.io.EOFException]
         at weblogic.jdbc.rmi.SerialStatement.execute(SerialStatement.java:310)
         at com.cme.clearing.jta.JThread.insertAgain(JThread.java:121)
         at com.cme.clearing.jta.JThread.process(JThread.java:100)
         at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.sql.SQLException: weblogic.rmi.extensions.RemoteRuntimeException - with nested
    exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
         java.io.EOFException]
         at weblogic.jdbc.rmi.SerialStatement.execute(SerialStatement.java:310)
         at com.cme.clearing.jta.JThread.insertAgain(JThread.java:121)
         at com.cme.clearing.jta.JThread.process(JThread.java:100)
         at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.sql.SQLException: weblogic.rmi.extensions.RemoteRuntimeException - with nested
    exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
         java.io.EOFException]
         at weblogic.jdbc.rmi.SerialStatement.execute(SerialStatement.java:310)
         at com.cme.clearing.jta.JThread.insertAgain(JThread.java:121)
         at com.cme.clearing.jta.JThread.process(JThread.java:100)
         at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.rmi.RemoteException: Message was not sent because transaction is not active.
    Xid=0:a1ccd55d7f28edb9(795840),Status=Rolled back. [Reason=weblogic.transaction.internal.TimedOutException:
    Transaction timed out after 29 seconds
    Xid=0:a1ccd55d7f28edb9(795840),Status=Active,numRepliesOwedMe=1,numRepliesOwedOthers=0,seconds
    since begin=29,seconds left=30,activeThread=Thread[Thread-1,5,main],spatidbxa,SCInfo[mydomain+myserver]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,CoordinatorURL=myserver+10.1.32.81:8001+mydomain+)],numRepliesOwedMe=1,numRepliesOwedOthers=0,seconds
    since begin=68,seconds left=1,activeThread=Thread[Thread-1,5,main],spatidbxa,SCInfo[mydomain+myserver]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,CoordinatorURL=myserver+10.1.32.81:8001+mydomain+)
         at weblogic.transaction.internal.TransactionManagerImpl.sendRequest(TransactionManagerImpl.java:1155)
         at weblogic.rmi.internal.BasicRemoteRef.getOutboundRequest(BasicRemoteRef.java:101)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:123)
         at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
         at $Proxy1.process(Unknown Source)
         at com.cme.clearing.jta.JThread.process(JThread.java:101)
         at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.rmi.RemoteException: Message was not sent because transaction is not active.
    Xid=1:a1ccd55d7f28edb9(6051803),Status=Rolled back. [Reason=weblogic.transaction.internal.TimedOutException:
    Transaction timed out after 29 seconds
    Xid=1:a1ccd55d7f28edb9(6051803),Status=Active,numRepliesOwedMe=1,numRepliesOwedOthers=0,seconds
    since begin=29,seconds left=30,activeThread=Thread[Thread-2,5,main],spatidbxa,SCInfo[mydomain+myserver]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,CoordinatorURL=myserver+10.1.32.81:8001+mydomain+)],numRepliesOwedMe=1,numRepliesOwedOthers=0,seconds
    since begin=69,seconds left=0,activeThread=Thread[Thread-2,5,main],spatidbxa,SCInfo[mydomain+myserver]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,CoordinatorURL=myserver+10.1.32.81:8001+mydomain+)
         at weblogic.transaction.internal.TransactionManagerImpl.sendRequest(TransactionManagerImpl.java:1155)
         at weblogic.rmi.internal.BasicRemoteRef.getOutboundRequest(BasicRemoteRef.java:101)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:123)
         at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
         at $Proxy1.process(Unknown Source)
         at com.cme.clearing.jta.JThread.process(JThread.java:101)
         at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.rmi.RemoteException: Message was not sent because transaction is not active.
    Xid=2:a1ccd55d7f28edb9(4244097),Status=Rolled back. [Reason=weblogic.transaction.internal.TimedOutException:
    Transaction timed out after 33 seconds
    Xid=2:a1ccd55d7f28edb9(4244097),Status=Active,numRepliesOwedMe=1,numRepliesOwedOthers=0,seconds
    since begin=33,seconds left=30,activeThread=Thread[Thread-3,5,main],spatidbxa,SCInfo[mydomain+myserver]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,CoordinatorURL=myserver+10.1.32.81:8001+mydomain+)],numRepliesOwedMe=1,numRepliesOwedOthers=0,seconds
    since begin=68,seconds left=5,activeThread=Thread[Thread-3,5,main],spatidbxa,SCInfo[mydomain+myserver]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,CoordinatorURL=myserver+10.1.32.81:8001+mydomain+)
         at weblogic.transaction.internal.TransactionManagerImpl.sendRequest(TransactionManagerImpl.java:1155)
         at weblogic.rmi.internal.BasicRemoteRef.getOutboundRequest(BasicRemoteRef.java:101)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:123)
         at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
         at $Proxy1.process(Unknown Source)
         at com.cme.clearing.jta.JThread.process(JThread.java:101)
         at com.cme.clearing.jta.JThread.run(JThread.java:85)
    javax.naming.CommunicationException. Root exception is java.rmi.ConnectException:
    Unable to get direct or routed connection to: '-736127454917455663S:10.1.32.81:[8001,8001,8002,8002,8001,8002,-1]:mydomain:myserver'
         at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:85)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:255)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:222)
         at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
         at $Proxy0.lookup(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:323)
         at javax.naming.InitialContext.lookup(InitialContext.java:350)
         at com.cme.clearing.jta.JContext.getTransaction(JContext.java:29)
         at com.cme.clearing.jta.JThread.startTransaction(JThread.java:67)
         at com.cme.clearing.jta.JThread.run(JThread.java:81)
    Exception null
    javax.naming.CommunicationException. Root exception is java.rmi.ConnectException:
    Unable to get direct or routed connection to: '-736127454917455663S:10.1.32.81:[8001,8001,8002,8002,8001,8002,-1]:mydomain:myserver'
         at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:85)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:255)
         at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:222)
         at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
         at $Proxy0.lookup(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:323)
         at javax.naming.InitialContext.lookup(InitialContext.java:350) Exception null
         at com.cme.clearing.jta.JContext.getTransaction(JContext.java:29)
         at com.cme.clearing.jta.JThread.startTransaction(JThread.java:67)
         at com.cme.clearing.jta.JThread.run(JThread.java:81)

    I see. Do you mean this code runs outside of the server? :
    at com.cme.clearing.jta.JThread.insertAgain(JThread.java:121)
    at com.cme.clearing.jta.JThread.process(JThread.java:100)
    at com.cme.clearing.jta.JThread.run(JThread.java:85)
    Regards,
    Slava Imeshev
    "Tim" <[email protected]> wrote in message
    news:[email protected]...
    >
    Slava,
    In my case, I'm not spawning any threads.
    Regards,
    Tim
    "Slava Imeshev" <[email protected]> wrote:
    That could be a trace of some threading issue. Note that EJB spec
    prohibits
    using threads within a container.
    Regards,
    Slava Imeshev
    "Tim" <[email protected]> wrote in message
    news:[email protected]...
    Nagoor,
    Did anybody respond? I'm getting the same exception with the sameenvironment configuration
    but using WLS 6.1 SP2.
    Tim
    "Nagoor Haja" <[email protected]> wrote:
    Hi,
    I'm getting a native code exception which causes the Weblogic server
    to
    crash when
    using XA drivers for transaction with two oracle databases. Myapplication
    uses RMI
    and threads.
    I'm using BEA's jDriver for Oracle running under Weblogic server 6.1sp1
    talking
    to Oracle 8.1.6. The OS is Solaris 2.8.
    In middle of the program execution it's giving this problem. I'm
    using
    jdk131 in
    solaris platform.
    Any idea what's going on here ?
    Thanks,
    Nagoor Haja
    Exception in the Log file:
    ===========================
    An unexpected exception has been detected in native code outside theVM.
    Unexpected Signal : 11 occurred at PC=0xff2414d8
    Function name=madvise
    Library=/usr/lib/libc.so.1
    Current Java thread:
    at weblogic.jdbc.oci.xa.XA.native_commit(Native Method)
    at weblogic.jdbc.oci.xa.XA.commit(XA.java:136)
    atweblogic.jdbc.oci.xa.XADataSource.commit(XADataSource.java:696)
    at weblogic.jdbc.jta.DataSource.commit(DataSource.java:784)
    at
    weblogic.transaction.internal.ServerResourceInfo.commit(ServerResourceInfo.j
    ava:1180)
    at
    weblogic.transaction.internal.ServerResourceInfo.commit(ServerResourceInfo.j
    ava:419)
    at
    weblogic.transaction.internal.ServerSCInfo.startCommit(ServerSCInfo.java:233
    at
    weblogic.transaction.internal.ServerTransactionImpl.localCommit(ServerTransa
    ctionImpl.java:1397)
    at
    weblogic.transaction.internal.ServerTransactionImpl.globalRetryCommit(Server
    TransactionImpl.java:1940)
    at
    weblogic.transaction.internal.ServerTransactionImpl.globalCommit(ServerTrans
    actionImpl.java:1886)
    at
    weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTra
    nsactionImpl.java:221)
    at
    weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransaction
    Impl.java:190)
    at
    weblogic.transaction.internal.CoordinatorImpl.commit(CoordinatorImpl.java:68
    atweblogic.transaction.internal.CoordinatorImpl_WLSkel.invoke(Unknown
    Source)
    atweblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:296)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:265)
    atweblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
    2)
    at
    weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Dynamic libraries:
    0x10000 /opt/jdk131/jre/bin/../bin/sparc/native_threads/java
    0xff350000 /usr/lib/libthread.so.1
    0xff390000 /usr/lib/libdl.so.1
    0xff200000 /usr/lib/libc.so.1
    0xff330000 /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
    0xfe480000 /opt/jdk131/jre/lib/sparc/hotspot/libjvm.so
    0xff2e0000 /usr/lib/libCrun.so.1
    0xff1e0000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff0d0000 /usr/lib/libm.so.1
    0xff310000 /usr/lib/libw.so.1
    0xff0b0000 /usr/lib/libmp.so.2
    0xff080000 /opt/jdk131/jre/lib/sparc/native_threads/libhpi.so
    0xff050000 /opt/jdk131/jre/lib/sparc/libverify.so
    0xfe440000 /opt/jdk131/jre/lib/sparc/libjava.so
    0xff020000 /opt/jdk131/jre/lib/sparc/libzip.so
    0xfafb0000 /opt/jdk131/jre/lib/sparc/libnet.so
    0xfadd0000 /usr/lib/nss_files.so.1
    0xe1d00000/opt/wlserver6.1/lib/solaris/oci816_8/libweblogicoci37.so
    0xe1400000 /opt/oracle/lib/libclntsh.so.8.0
    0xfac90000 /usr/lib/libC.so.5
    0xfadb0000 /opt/oracle/lib/libwtc8.so
    0xfad90000 /usr/lib/libgen.so.1
    0xfac70000 /usr/lib/libsched.so.1
    0xfac40000 /usr/lib/libaio.so.1
    0xfac20000/opt/wlserver6.1/lib/solaris/oci816_8/libweblogicoxa37.so
    0xe8ad0000 /redis/tibco/rv6.6/lib/libtibrvj.so
    0xe8ab0000 /redis/tibco/rv6.6/lib/libtibrvcmq.so
    0xe89c0000 /redis/tibco/rv6.6/lib/libtibrvcm.so
    0xe8990000 /redis/tibco/rv6.6/lib/libtibrvft.so
    0xe8890000 /redis/tibco/rv6.6/lib/libtibrv.so
    0xe8870000 /usr/lib/libpthread.so.1
    0xe6fe0000 /opt/wlserver6.1/lib/solaris/libmuxer.so
    0xe6fc0000 /opt/wlserver6.1/lib/solaris/libweblogicunix1.so
    java Exception in the program due to the above reason:
    ======================================================
    java.sql.SQLException: weblogic.rmi.extensions.RemoteRuntimeException-
    with nested
    exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.io.EOFException]
    at
    weblogic.jdbc.rmi.SerialStatement.execute(SerialStatement.java:310)
    >>>>
    at com.cme.clearing.jta.JThread.insertAgain(JThread.java:121)
    at com.cme.clearing.jta.JThread.process(JThread.java:100)
    at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.sql.SQLException: weblogic.rmi.extensions.RemoteRuntimeException-
    with nested
    exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.io.EOFException]
    at
    weblogic.jdbc.rmi.SerialStatement.execute(SerialStatement.java:310)
    >>>>
    at com.cme.clearing.jta.JThread.insertAgain(JThread.java:121)
    at com.cme.clearing.jta.JThread.process(JThread.java:100)
    at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.sql.SQLException: weblogic.rmi.extensions.RemoteRuntimeException-
    with nested
    exception:
    [weblogic.rjvm.PeerGoneException: ; nested exception is:
    java.io.EOFException]
    at
    weblogic.jdbc.rmi.SerialStatement.execute(SerialStatement.java:310)
    >>>>
    at com.cme.clearing.jta.JThread.insertAgain(JThread.java:121)
    at com.cme.clearing.jta.JThread.process(JThread.java:100)
    at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.rmi.RemoteException: Message was not sent because transaction isnot
    active.
    Xid=0:a1ccd55d7f28edb9(795840),Status=Rolled back.[Reason=weblogic.transaction.internal.TimedOutException:
    Transaction timed out after 29 seconds
    Xid=0:a1ccd55d7f28edb9(795840),Status=Active,numRepliesOwedMe=1,numReplies
    O
    wedOthers=0,seconds
    since begin=29,seconds
    left=30,activeThread=Thread[Thread-1,5,main],spatidbxa,SCInfo[mydomain+myser
    >
    ver]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,Coordin
    >
    atorURL=myserver+10.1.32.81:8001+mydomain+)],numRepliesOwedMe=1,numRepliesOw
    edOthers=0,seconds
    since begin=68,seconds
    left=1,activeThread=Thread[Thread-1,5,main],spatidbxa,SCInfo[mydomain+myserv
    >
    er]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,Coordina
    torURL=myserver+10.1.32.81:8001+mydomain+)
    at
    weblogic.transaction.internal.TransactionManagerImpl.sendRequest(Transaction
    ManagerImpl.java:1155)
    at
    weblogic.rmi.internal.BasicRemoteRef.getOutboundRequest(BasicRemoteRef.java:
    101)
    at
    weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:123)
    >>>>
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy1.process(Unknown Source)
    at com.cme.clearing.jta.JThread.process(JThread.java:101)
    at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.rmi.RemoteException: Message was not sent because transaction isnot
    active.
    Xid=1:a1ccd55d7f28edb9(6051803),Status=Rolled back.[Reason=weblogic.transaction.internal.TimedOutException:
    Transaction timed out after 29 seconds
    Xid=1:a1ccd55d7f28edb9(6051803),Status=Active,numRepliesOwedMe=1,numReplie
    s
    OwedOthers=0,seconds
    since begin=29,seconds
    left=30,activeThread=Thread[Thread-2,5,main],spatidbxa,SCInfo[mydomain+myser
    >
    ver]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,Coordin
    >
    atorURL=myserver+10.1.32.81:8001+mydomain+)],numRepliesOwedMe=1,numRepliesOw
    edOthers=0,seconds
    since begin=69,seconds
    left=0,activeThread=Thread[Thread-2,5,main],spatidbxa,SCInfo[mydomain+myserv
    >
    er]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,Coordina
    torURL=myserver+10.1.32.81:8001+mydomain+)
    at
    weblogic.transaction.internal.TransactionManagerImpl.sendRequest(Transaction
    ManagerImpl.java:1155)
    at
    weblogic.rmi.internal.BasicRemoteRef.getOutboundRequest(BasicRemoteRef.java:
    101)
    at
    weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:123)
    >>>>
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy1.process(Unknown Source)
    at com.cme.clearing.jta.JThread.process(JThread.java:101)
    at com.cme.clearing.jta.JThread.run(JThread.java:85)
    java.rmi.RemoteException: Message was not sent because transaction isnot
    active.
    Xid=2:a1ccd55d7f28edb9(4244097),Status=Rolled back.[Reason=weblogic.transaction.internal.TimedOutException:
    Transaction timed out after 33 seconds
    Xid=2:a1ccd55d7f28edb9(4244097),Status=Active,numRepliesOwedMe=1,numReplie
    s
    OwedOthers=0,seconds
    since begin=33,seconds
    left=30,activeThread=Thread[Thread-3,5,main],spatidbxa,SCInfo[mydomain+myser
    >
    ver]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,Coordin
    >
    atorURL=myserver+10.1.32.81:8001+mydomain+)],numRepliesOwedMe=1,numRepliesOw
    edOthers=0,seconds
    since begin=68,seconds
    left=5,activeThread=Thread[Thread-3,5,main],spatidbxa,SCInfo[mydomain+myserv
    >
    er]=(state=active),properties=({}),OwnerTransactionManager=ClientTM,Coordina
    torURL=myserver+10.1.32.81:8001+mydomain+)
    at
    weblogic.transaction.internal.TransactionManagerImpl.sendRequest(Transaction
    ManagerImpl.java:1155)
    at
    weblogic.rmi.internal.BasicRemoteRef.getOutboundRequest(BasicRemoteRef.java:
    101)
    at
    weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:123)
    >>>>
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy1.process(Unknown Source)
    at com.cme.clearing.jta.JThread.process(JThread.java:101)
    at com.cme.clearing.jta.JThread.run(JThread.java:85)
    javax.naming.CommunicationException. Root exception isjava.rmi.ConnectException:
    Unable to get direct or routed connection to:
    '-736127454917455663S:10.1.32.81:[8001,8001,8002,8002,8001,8002,-1]:mydomain
    :myserver'
    at
    weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.
    java:85)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :255)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :222)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy0.lookup(Unknown Source)
    at
    weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:323)
    >>>>
    at javax.naming.InitialContext.lookup(InitialContext.java:350)
    at com.cme.clearing.jta.JContext.getTransaction(JContext.java:29)
    at com.cme.clearing.jta.JThread.startTransaction(JThread.java:67)
    at com.cme.clearing.jta.JThread.run(JThread.java:81)
    Exception null
    javax.naming.CommunicationException. Root exception isjava.rmi.ConnectException:
    Unable to get direct or routed connection to:
    '-736127454917455663S:10.1.32.81:[8001,8001,8002,8002,8001,8002,-1]:mydomain
    :myserver'
    at
    weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.
    java:85)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :255)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :222)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy0.lookup(Unknown Source)
    at
    weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:323)
    >>>>
    at javax.naming.InitialContext.lookup(InitialContext.java:350)Exception
    null
    at com.cme.clearing.jta.JContext.getTransaction(JContext.java:29)
    at com.cme.clearing.jta.JThread.startTransaction(JThread.java:67)
    at com.cme.clearing.jta.JThread.run(JThread.java:81)

  • Java Application Server  8.2 startup problem

    Hello,
    I have installed j2ee SDK 1.4.03 on Windows. Then I started the Application
    Server in the default domain1 by choosing in "Start default server".
    Everything seems to be OK as I get message "Domain domain1 is ready to
    receive client requests". I have a problem when I try to verify if the server is
    running in the browser on http://localhost:8080/, the browser keeps tring
    to open it but nothing is displayed. In the log I get this, which seems to me a bit
    too short, as I saw the log of properly running server on another computer
    (not everything may have been started). BTW I have got the same problem
    with the Glassfish server. Can anyone help me please?
    [#|2006-02-01T19:57:05.472+0000|INFO|sun-appserver-pe8.2|javax.enterprise.tools.launcher|_ThreadID=10;|
    C:/Sun/AppServer/jdk\bin\java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=C:/Sun/AppServer/domains/domain1/logs/server.log
    -Djava.endorsed.dirs=C:/Sun/AppServer/lib/endorsed
    -Djava.security.policy=C:/Sun/AppServer/domains/domain1/config/server.policy
    -Djava.security.auth.login.config=C:/Sun/AppServer/domains/domain1/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=C:/Sun/AppServer/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=C:/Sun/AppServer/domains/domain1/config/cacerts.jks
    -Djava.ext.dirs=C:/Sun/AppServer/jdk/jre/lib/ext;C:/Sun/AppServer/domains/domain1/lib/ext;C:/Sun/AppServer/derby/lib
    -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
    -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder
    -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
    -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar
    -Dcom.sun.enterprise.taglisteners=jsf-impl.jar
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=domain1
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=C:/Sun/AppServer/domains/domain1
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=domain1
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=C:/Sun/AppServer/config
    -Djava.library.path=C:\Sun\AppServer\jdk\jre\bin\client;C:\Sun\AppServer\lib;C:\Sun\AppServer\lib;C:\Sun\AppServer\jdk\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Sun\AppServer\lib;C:\Sun\AppServer\bin;C:\Sun\AppServer\lib;C:\Sun\AppServer\bin;C:\Sun\AppServer\bin;C:\Sun\AppServer\bin;C:\WINDOWS\system32;C:\Sun\AppServer\bin;;C:\jdk1.5.0_06\bin;
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    C:/Sun/AppServer/jdk/lib/tools.jar;C:/Sun/AppServer/lib/appserv-rt.jar;C:/Sun/AppServer/lib\activation.jar;C:/Sun/AppServer/lib\admin-cli.jar;C:/Sun/AppServer/lib\appserv-admin.jar;C:/Sun/AppServer/lib\appserv-cmp.jar;C:/Sun/AppServer/lib\appserv-ext.jar;C:/Sun/AppServer/lib\appserv-jstl.jar;C:/Sun/AppServer/lib\appserv-upgrade.jar;C:/Sun/AppServer/lib\commons-launcher.jar;C:/Sun/AppServer/lib\commons-logging.jar;C:/Sun/AppServer/lib\dom.jar;C:/Sun/AppServer/lib\j2ee-svc.jar;C:/Sun/AppServer/lib\j2ee.jar;C:/Sun/AppServer/lib\jax-qname.jar;C:/Sun/AppServer/lib\jaxr-api.jar;C:/Sun/AppServer/lib\jaxr-impl.jar;C:/Sun/AppServer/lib\jaxrpc-api.jar;C:/Sun/AppServer/lib\jaxrpc-impl.jar;C:/Sun/AppServer/lib\jmxremote.jar;C:/Sun/AppServer/lib\jmxremote_optional.jar;C:/Sun/AppServer/lib\jsf-api.jar;C:/Sun/AppServer/lib\jsf-impl.jar;C:/Sun/AppServer/lib\mail.jar;C:/Sun/AppServer/lib\relaxngDatatype.jar;C:/Sun/AppServer/lib\rmissl.jar;C:/Sun/AppServer/lib\saaj-api.jar;C:/Sun/AppServer/lib\saaj-impl.jar;C:/Sun/AppServer/lib\xalan.jar;C:/Sun/AppServer/lib\xercesImpl.jar;C:/Sun/AppServer/lib\xsdlib.jar;C:/Sun/AppServer/lib/install/applications/jmsra/imqjmsra.jar;C:/Sun/AppServer/imq/lib/jaxm-api.jar;C:/Sun/AppServer/imq/lib/fscontext.jar;C:/Sun/AppServer/lib/ant/lib/ant.jar
    com.sun.enterprise.server.PEMain
    start
    display
    native|#]
    [#|2006-02-01T19:57:15.266+0000|INFO|sun-appserver-pe8.2|javax.enterprise.resource.jms|_ThreadID=10;|JMS5023: JMS service successfully started. Instance Name = imqbroker, Home = [C:\Sun\AppServer\imq\bin].|#]
    [#|2006-02-01T19:57:15.266+0000|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=10;|CORE5098: AS Socket Service Initialization has been completed.|#]
    [#|2006-02-01T19:57:18.390+0000|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0046:The Platform MBeanServer is available. It will be used to register Application Server MBeans. Platform MBeans will also be available for browsing while using standard JMX Console.|#]
    [#|2006-02-01T19:57:18.400+0000|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=10;|ADM0001:MBeanServer initialized successfully|#]
    [#|2006-02-01T19:57:18.901+0000|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.security|_ThreadID=10;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2006-02-01T19:57:19.992+0000|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server server|#]
    [#|2006-02-01T19:57:19.992+0000|INFO|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=10;|Created virtual server __asadmin|#]
    [#|2006-02-01T19:57:22.476+0000|INFO|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3700"|#]
    [#|2006-02-01T19:57:22.837+0000|INFO|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3820"|#]
    [#|2006-02-01T19:57:22.837+0000|INFO|sun-appserver-pe8.2|javax.enterprise.resource.corba.ee.S1AS-ORB.rpc.transport|_ThreadID=10;|"IOP00710299: (INTERNAL) Successfully created IIOP listener on the specified host/port: all interfaces/3920"|#]
    [#|2006-02-01T19:57:24.519+0000|INFO|sun-appserver-pe8.2|javax.enterprise.system.core.transaction|_ThreadID=10;|JTS5014: Recoverable JTS instance, serverId = [3700]|#]

    Are you sure that HTTP port used by this installation was actually 8080? It is the default value, but if that port is in use at installation time, alternative port will be assigned. Installer will show you the new value, but it is easy to miss if you are not looking very closely.
    To find out which ports are actually being used check <installdir>domains/domain1/config/domain.xml file.

  • How do I change the name of a folder in the System/Library folder?  I need to do it to debug a program that is crashing due to some plugins in the folder.

    The program crashing is Sibelius 6 -- music scoring program.  I am running OSX 10.7.5.
    I changed a playback setting in the program and then it crashed.  Sibelius playback device needs to get permissions to use audio plugins and there are some that are, apparently, Sibelius 6 doesn't like.  I don't need to use these vat, AU plugins in this program, but I cannot get out of it unless I change the name of the folder Sibelius looks to for those  plugins. 

    Choose Utilities from the Finder's Go menu, open the AppleScript Editor, and run:
    do shell script "mv '/System/Library/oldname' '/System/Library/newname'" with administrator privileges
    (126015)

  • Applications crashing due to Exception Type:  EXC_BAD_ACCESS (SIGBUS)... help!

    So, recently random applications, such as utorrent, steam, iphoto, logic pro etc etc keep quitting unexpectedly, below is one log for steam crashing, hopefully someone can tell me why its crashing!
    Process:         steam [1337]
    Path:            /Applications/Steam.app/Contents/MacOS/osx32/steam
    Identifier:      com.valvesoftware.steam
    Version:         1.2
    Code Type:       X86 (Native)
    Parent Process:  bash [1330]
    User ID:         501
    Date/Time:       2013-08-14 15:52:12.979 +0100
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          88130 sec
    Crashes Since Last Report:           92
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      8FBB52BD-8B6B-217D-059D-5950BC717162
    Crashed Thread:  5
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000003d84d0
    VM Regions Near 0x3d84d0:
        VM_ALLOCATE            00000000003ae000-00000000003af000 [    4K] r--/rw- SM=ALI 
    --> VM_ALLOCATE            00000000003af000-00000000003dc000 [  180K] r--/rwx SM=PRV 
        VM_ALLOCATE            00000000003dc000-00000000003de000 [    8K] r--/rw- SM=ALI 
    Thread 0:: MainThrd  Dispatch queue: com.apple.main-thread
    0   libicucore.A.dylib                      0x91fa2012 icu::NumberFormat::makeInstance(icu::Locale const&, UNumberFormatStyle, UErrorCode&) + 2198
    1   libicucore.A.dylib                      0x91eb9692 icu::NumberFormat::createInstance(icu::Locale const&, UErrorCode&) + 32
    2   libicucore.A.dylib                      0x91eb8e01 icu::SimpleDateFormat::initialize(icu::Locale const&, UErrorCode&) + 45
    3   libicucore.A.dylib                      0x91eb70f3 icu::SimpleDateFormat::construct(icu::DateFormat::EStyle, icu::DateFormat::EStyle, icu::Locale const&, UErrorCode&) + 1437
    4   libicucore.A.dylib                      0x91eb6ab2 icu::SimpleDateFormat::SimpleDateFormat(icu::DateFormat::EStyle, icu::DateFormat::EStyle, icu::Locale const&, UErrorCode&) + 180
    5   libicucore.A.dylib                      0x91eb698a icu::DateFormat::create(icu::DateFormat::EStyle, icu::DateFormat::EStyle, icu::Locale const&) + 170
    6   libicucore.A.dylib                      0x91eb68db icu::DateFormat::createDateTimeInstance(icu::DateFormat::EStyle, icu::DateFormat::EStyle, icu::Locale const&) + 45
    7   libicucore.A.dylib                      0x91eb6774 udat_open + 221
    8   com.apple.CoreFoundation                0x954a9bfe __ResetUDateFormat + 542
    9   com.apple.CoreFoundation                0x954a994f CFDateFormatterCreate + 463
    10  vgui2_s.dylib                           0x10140f08 ConstructRelativeDateString(char*, int, char const*, unsigned int, char const*, bool) + 310
    11  vgui2_s.dylib                           0x100f98d0 vgui::ConstructRelativeDateString(wchar_t*, int, unsigned int, vgui::ILocalize*, char const*, bool) + 85
    12  vgui2_s.dylib                           0x100ca401 CLocalizedStringTable::ConstructRelativeDateString(wchar_t*, int, unsigned int, bool) + 77
    13  steamui.dylib                           0x0989d183 CSteamApp::GetAppUIStateKV(KeyValues*, bool) + 10121
    14  steamui.dylib                           0x0989a9de CSteamDoc::GetAppUIStateKV(unsigned int) + 292
    15  steamui.dylib                           0x098bcac4 CGamesPage_List::OnAppChangeNotification() + 712
    16  steamui.dylib                           0x09d771ed vgui::Panel::OnMessage(KeyValues const*, unsigned int) + 275
    17  vgui2_s.dylib                           0x1010146a vgui::VPanel::SendMessage(KeyValues*, unsigned int) + 34
    18  vgui2_s.dylib                           0x100fc154 CVGui::DispatchMessageInternal(MessageItem_t*, char const*) + 864
    19  vgui2_s.dylib                           0x100fa747 CVGui::DispatchMessages() + 175
    20  vgui2_s.dylib                           0x100fb13c CVGui::RunFrame() + 2306
    21  steamui.dylib                           0x097d30c9 CVGUIApplicationSteamUI::RunFrame() + 613
    22  steamui.dylib                           0x097d51d8 RunSteamPlatform(vgui::IVGuiSetup*) + 1302
    23  steamui.dylib                           0x097d5de6 Main(int, char**) + 2743
    24  steam                                   0x0001448f RunSteam(int, char**, bool, bool) + 704
    25  steam                                   0x000140d8 main + 3582
    26  steam                                   0x000029c5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib                  0x94f5d0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x900ac04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x900abe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x90093cca start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x94f5d9ae kevent + 10
    1   libdispatch.dylib                       0x94bf6c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x94bf67a9 _dispatch_mgr_thread + 53
    Thread 3:
    0   libsystem_kernel.dylib                  0x94f5d0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x900ac04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x900abe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x90093cca start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x94f5d0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x900ac04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x900abe19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x90093cca start_wqthread + 30
    Thread 5 Crashed:
    0   com.googlecode.google-breakpad          0x00331713 google_breakpad::ExceptionHandler::UninstallHandler(bool) + 191
    1   com.googlecode.google-breakpad          0x0033140f google_breakpad::ExceptionHandler::WaitForMessage(void*) + 165
    2   libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    3   libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 6:: SteamUpdater
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340ec pthread_cond_timedwait$UNIX2003 + 70
    3   steam                                   0x000ce3d3 SteamThreadTools::CThreadSyncObject::Wait(unsigned int) + 329
    4   steam                                   0x00020b60 CSteamUpdater::DoBackgroundUpdateLoop() + 198
    5   steam                                   0x00020a5c CSteamUpdater::Run() + 1160
    6   steam                                   0x000d0190 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    7   steam                                   0x000cd913 CatchAndWriteContext_t::Invoke() + 159
    8   steam                                   0x000cd4c3 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    9   steam                                   0x000cd4ed CatchAndWriteMiniDumpForVoidPtrFn + 37
    10  steam                                   0x000d0108 SteamThreadTools::CThread::ThreadProc(void*) + 196
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 7:: CHTTPClientThreadPool:0
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340ec pthread_cond_timedwait$UNIX2003 + 70
    3   steam                                   0x000ce3d3 SteamThreadTools::CThreadSyncObject::Wait(unsigned int) + 329
    4   steam                                   0x001256b1 CWorkThread::Run() + 2193
    5   steam                                   0x000d0190 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    6   steam                                   0x000cd913 CatchAndWriteContext_t::Invoke() + 159
    7   steam                                   0x000cd4c3 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    8   steam                                   0x000cd4ed CatchAndWriteMiniDumpForVoidPtrFn + 37
    9   steam                                   0x000d0108 SteamThreadTools::CThread::ThreadProc(void*) + 196
    10  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    11  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 8:: IOPollingHelperThread
    0   libsystem_kernel.dylib                  0x94f5d9ae kevent + 10
    1   steam                                   0x000fa47b OSXHelpers::CIOPollingHelper::RealRun() + 249
    2   steam                                   0x000cd913 CatchAndWriteContext_t::Invoke() + 159
    3   steam                                   0x000cd4c3 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    4   steam                                   0x000cd4ed CatchAndWriteMiniDumpForVoidPtrFn + 37
    5   steam                                   0x000fa371 OSXHelpers::CIOPollingHelper::Run() + 41
    6   steam                                   0x000d0190 SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    7   steam                                   0x000cd913 CatchAndWriteContext_t::Invoke() + 159
    8   steam                                   0x000cd4c3 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    9   steam                                   0x000cd4ed CatchAndWriteMiniDumpForVoidPtrFn + 37
    10  steam                                   0x000d0108 SteamThreadTools::CThread::ThreadProc(void*) + 196
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 9:: ReconnectThread
    0   libsystem_kernel.dylib                  0x94f5cc72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x90133a61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x9013392a usleep$UNIX2003 + 60
    3   libsteam.dylib                          0x0937377e WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 1015
    4   libsteam.dylib                          0x09217e83 common::CEventLoopThread::ThreadProc(void*) + 787
    5   libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    6   libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    7   libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 10:: EngineClientAgentMonitor
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340ec pthread_cond_timedwait$UNIX2003 + 70
    3   libsteam.dylib                          0x0936f517 WaitForEvent(void*, unsigned int) + 414
    4   libsteam.dylib                          0x09373578 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 497
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092f3cfd Grid::CClientManager::CImpl::AgentMonitorThreadProc() + 65
    7   libsteam.dylib                          0x092f6d98 common::ObjFunctorImpl0<Grid::CClientManager::CImpl, void (Grid::CClientManager::CImpl::*)()>::operator()() + 38
    8   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    9   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    10  libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 11:: EngineMasterConnectionListener
    0   libsystem_kernel.dylib                  0x94f5cbe6 __select + 10
    1   libsteam.dylib                          0x09372316 PeekNamedPipe(void*, void*, unsigned int, unsigned int*, unsigned int*, unsigned int*) + 624
    2   libsteam.dylib                          0x09326519 Grid::CPipeComm::PeekData(void*, unsigned int) + 97
    3   libsteam.dylib                          0x092f4297 Grid::CClientManager::CImpl::MasterChannelThreadProc() + 239
    4   libsteam.dylib                          0x092f6d98 common::ObjFunctorImpl0<Grid::CClientManager::CImpl, void (Grid::CClientManager::CImpl::*)()>::operator()() + 38
    5   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    6   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    7   libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    8   libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    9   libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 12:: CellIDManagerThread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340ec pthread_cond_timedwait$UNIX2003 + 70
    3   libsteam.dylib                          0x0936f517 WaitForEvent(void*, unsigned int) + 414
    4   libsteam.dylib                          0x09373578 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 497
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092f799a Grid::CCellIDManager::BackgroundUpdateThread() + 686
    7   libsteam.dylib                          0x092f9240 common::ObjFunctorImpl0<Grid::CCellIDManager, void (Grid::CCellIDManager::*)()>::operator()() + 38
    8   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    9   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    10  libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 13:: UICEFThread
    0   com.apple.AppKit                        0x96247d9d -[NSOverlayScrollerImp setExpanded:] + 0
    1   libcef.dylib                            0x0bd71abd 0xafd2000 + 14285501
    2   libcef.dylib                            0x0c1ac54a 0xafd2000 + 18720074
    3   libcef.dylib                            0x0bcbf2ff 0xafd2000 + 13554431
    4   libcef.dylib                            0x0c1a9cb9 0xafd2000 + 18709689
    5   libcef.dylib                            0x0c1a9c69 0xafd2000 + 18709609
    6   libcef.dylib                            0x0c03029f 0xafd2000 + 17162911
    7   libcef.dylib                            0x0bcb98b3 0xafd2000 + 13531315
    8   libcef.dylib                            0x0bcb9cd7 0xafd2000 + 13532375
    9   libcef.dylib                            0x0bcb9b43 0xafd2000 + 13531971
    10  libcef.dylib                            0x0c0312aa 0xafd2000 + 17167018
    11  libcef.dylib                            0x0bb8df87 0xafd2000 + 12304263
    12  libcef.dylib                            0x0bfcca5e 0xafd2000 + 16755294
    13  libcef.dylib                            0x0bfcbac3 0xafd2000 + 16751299
    14  libcef.dylib                            0x0bb96662 0xafd2000 + 12338786
    15  libcef.dylib                            0x0bc9a89d 0xafd2000 + 13404317
    16  libcef.dylib                            0x0bc7fa8a 0xafd2000 + 13294218
    17  libcef.dylib                            0x0bfc4d31 0xafd2000 + 16723249
    18  libcef.dylib                            0x0bfbf816 0xafd2000 + 16701462
    19  libcef.dylib                            0x0bfd32ab 0xafd2000 + 16781995
    20  libcef.dylib                            0x0bfdd807 0xafd2000 + 16824327
    21  libcef.dylib                            0x0bfe7310 0xafd2000 + 16864016
    22  libcef.dylib                            0x0b502b5b 0xafd2000 + 5442395
    23  libcef.dylib                            0x0b5fdbcf 0xafd2000 + 6470607
    24  libcef.dylib                            0x0b5fbe06 0xafd2000 + 6462982
    25  libcef.dylib                            0x0b5fe3c1 0xafd2000 + 6472641
    26  libcef.dylib                            0x0b02c77c 0xafd2000 + 370556
    27  libcef.dylib                            0x0b02c98c 0xafd2000 + 371084
    28  libcef.dylib                            0x0b02cbfa 0xafd2000 + 371706
    29  libcef.dylib                            0x0b00e37c 0xafd2000 + 246652
    30  com.apple.CoreFoundation                0x9541766f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    31  com.apple.CoreFoundation                0x95417099 __CFRunLoopDoSources0 + 233
    32  com.apple.CoreFoundation                0x9543ce46 __CFRunLoopRun + 934
    33  com.apple.CoreFoundation                0x9543c63a CFRunLoopRunSpecific + 378
    34  com.apple.CoreFoundation                0x9543c4ab CFRunLoopRunInMode + 123
    35  com.apple.Foundation                    0x9370c946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    36  libcef.dylib                            0x0b00e63f 0xafd2000 + 247359
    37  libcef.dylib                            0x0b00e1ec 0xafd2000 + 246252
    38  libcef.dylib                            0x0b02c183 0xafd2000 + 369027
    39  libcef.dylib                            0x0b02bb9d 0xafd2000 + 367517
    40  libcef.dylib                            0x0b658c66 0xafd2000 + 6843494
    41  libcef.dylib                            0x0b65726c 0xafd2000 + 6836844
    42  chromehtml.dylib                        0x10269df2 CCEFThread::ThreadBrowserPostURL(CHTMLProtoBufMsg<CMsgPostURL> const&) + 1560
    43  chromehtml.dylib                        0x10266fe1 CCEFThread::RunCurrentCommands() + 883
    44  chromehtml.dylib                        0x1026f4e2 CCEFThread::Run() + 1126
    45  libtier0_s.dylib                        0x0263f35e SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    46  libtier0_s.dylib                        0x0263afcd CatchAndWriteContext_t::Invoke() + 159
    47  libtier0_s.dylib                        0x0263ab58 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    48  libtier0_s.dylib                        0x0263ab82 CatchAndWriteMiniDumpForVoidPtrFn + 37
    49  libtier0_s.dylib                        0x0263f2d6 SteamThreadTools::CThread::ThreadProc(void*) + 196
    50  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    51  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 14:: BrowserDBThread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x0b043b63 0xafd2000 + 465763
    4   libcef.dylib                            0x0b04482b 0xafd2000 + 469035
    5   libcef.dylib                            0x0b044652 0xafd2000 + 468562
    6   libcef.dylib                            0x0b03042b 0xafd2000 + 386091
    7   libcef.dylib                            0x0b02c183 0xafd2000 + 369027
    8   libcef.dylib                            0x0b02bb9d 0xafd2000 + 367517
    9   libcef.dylib                            0x0b0470c1 0xafd2000 + 479425
    10  libcef.dylib                            0x0b047148 0xafd2000 + 479560
    11  libcef.dylib                            0x0b04650a 0xafd2000 + 476426
    12  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    13  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 15:: SamplerThread
    0   libsystem_kernel.dylib                  0x94f5a80e semaphore_wait_trap + 10
    1   libcef.dylib                            0x0ba91944 0xafd2000 + 11270468
    2   libcef.dylib                            0x0b9cf938 0xafd2000 + 10475832
    3   libcef.dylib                            0x0ba919fb 0xafd2000 + 11270651
    4   libcef.dylib                            0x0ba912d5 0xafd2000 + 11268821
    5   libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    6   libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 16:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x94f5a7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94f59cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x95437599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9543cf7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9543c63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9543c4ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9370c946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   libcef.dylib                            0x0b00e63f 0xafd2000 + 247359
    8   libcef.dylib                            0x0b00e1ec 0xafd2000 + 246252
    9   libcef.dylib                            0x0b02c183 0xafd2000 + 369027
    10  libcef.dylib                            0x0b02bb9d 0xafd2000 + 367517
    11  libcef.dylib                            0x0b0470c1 0xafd2000 + 479425
    12  libcef.dylib                            0x0b047148 0xafd2000 + 479560
    13  libcef.dylib                            0x0b04650a 0xafd2000 + 476426
    14  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    15  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 17:: Cef_FileThread
    0   libsystem_kernel.dylib                  0x94f5d9ae kevent + 10
    1   libcef.dylib                            0x0b6a6209 0xafd2000 + 7160329
    2   libcef.dylib                            0x0b6a4113 0xafd2000 + 7151891
    3   libcef.dylib                            0x0b00d4a6 0xafd2000 + 242854
    4   libcef.dylib                            0x0b02c183 0xafd2000 + 369027
    5   libcef.dylib                            0x0b02bb9d 0xafd2000 + 367517
    6   libcef.dylib                            0x0b0470c1 0xafd2000 + 479425
    7   libcef.dylib                            0x0b047148 0xafd2000 + 479560
    8   libcef.dylib                            0x0b04650a 0xafd2000 + 476426
    9   libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    10  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 18:: Cef_IOThread
    0   libsystem_kernel.dylib                  0x94f5d9ae kevent + 10
    1   libcef.dylib                            0x0b6a6209 0xafd2000 + 7160329
    2   libcef.dylib                            0x0b6a4113 0xafd2000 + 7151891
    3   libcef.dylib                            0x0b00d582 0xafd2000 + 243074
    4   libcef.dylib                            0x0b02c183 0xafd2000 + 369027
    5   libcef.dylib                            0x0b02bb9d 0xafd2000 + 367517
    6   libcef.dylib                            0x0b0470c1 0xafd2000 + 479425
    7   libcef.dylib                            0x0b047148 0xafd2000 + 479560
    8   libcef.dylib                            0x0b04650a 0xafd2000 + 476426
    9   libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    10  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 19:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x94f5a7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94f59cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x95437599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9543cf7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9543c63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9543c4ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9370c946 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   libcef.dylib                            0x0b00e63f 0xafd2000 + 247359
    8   libcef.dylib                            0x0b00e1ec 0xafd2000 + 246252
    9   libcef.dylib                            0x0b02c183 0xafd2000 + 369027
    10  libcef.dylib                            0x0b02bb9d 0xafd2000 + 367517
    11  libcef.dylib                            0x0b0470c1 0xafd2000 + 479425
    12  libcef.dylib                            0x0b047148 0xafd2000 + 479560
    13  libcef.dylib                            0x0b04650a 0xafd2000 + 476426
    14  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    15  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 20:: AppCacheDBThread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x0b043b63 0xafd2000 + 465763
    4   libcef.dylib                            0x0b04482b 0xafd2000 + 469035
    5   libcef.dylib                            0x0b044652 0xafd2000 + 468562
    6   libcef.dylib                            0x0b03042b 0xafd2000 + 386091
    7   libcef.dylib                            0x0b02c183 0xafd2000 + 369027
    8   libcef.dylib                            0x0b02bb9d 0xafd2000 + 367517
    9   libcef.dylib                            0x0b0470c1 0xafd2000 + 479425
    10  libcef.dylib                            0x0b047148 0xafd2000 + 479560
    11  libcef.dylib                            0x0b04650a 0xafd2000 + 476426
    12  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    13  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 21:: IOPollingHelperThread
    0   libsystem_kernel.dylib                  0x94f5d9ae kevent + 10
    1   steamclient.dylib                       0x0e47fd35 OSXHelpers::CIOPollingHelper::RealRun() + 249
    2   libtier0_s.dylib                        0x0263afcd CatchAndWriteContext_t::Invoke() + 159
    3   libtier0_s.dylib                        0x0263ab58 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    4   libtier0_s.dylib                        0x0263ab82 CatchAndWriteMiniDumpForVoidPtrFn + 37
    5   steamclient.dylib                       0x0e47fc2b OSXHelpers::CIOPollingHelper::Run() + 41
    6   libtier0_s.dylib                        0x0263f35e SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    7   libtier0_s.dylib                        0x0263afcd CatchAndWriteContext_t::Invoke() + 159
    8   libtier0_s.dylib                        0x0263ab58 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    9   libtier0_s.dylib                        0x0263ab82 CatchAndWriteMiniDumpForVoidPtrFn + 37
    10  libtier0_s.dylib                        0x0263f2d6 SteamThreadTools::CThread::ThreadProc(void*) + 196
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 22:: CIPCServer::Thread_MainLoop()
    0   libsystem_kernel.dylib                  0x94f5a832 semaphore_timedwait_signal_trap + 10
    1   steamclient.dylib                       0x0de33ee6 COSXPipeEvent::WaitAny(unsigned int) + 268
    2   steamclient.dylib                       0x0de2b3db CPipeWaiter::BWait(unsigned int) + 17
    3   steamclient.dylib                       0x0de2a35a CIPCServer::Thread_MainLoop() + 994
    4   steamclient.dylib                       0x0de2a5e4 CIPCServer::CThreadClient::Run() + 42
    5   libtier0_s.dylib                        0x0263f35e SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    6   libtier0_s.dylib                        0x0263afcd CatchAndWriteContext_t::Invoke() + 159
    7   libtier0_s.dylib                        0x0263ab58 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    8   libtier0_s.dylib                        0x0263ab82 CatchAndWriteMiniDumpForVoidPtrFn + 37
    9   libtier0_s.dylib                        0x0263f2d6 SteamThreadTools::CThread::ThreadProc(void*) + 196
    10  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    11  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 23:: CIPCServer::Thread_MainLoop()
    0   libsystem_kernel.dylib                  0x94f5a832 semaphore_timedwait_signal_trap + 10
    1   steamservice.dylib                      0x1190912e COSXPipeEvent::WaitAny(unsigned int) + 268
    2   steamservice.dylib                      0x1190477b CPipeWaiter::BWait(unsigned int) + 17
    3   steamservice.dylib                      0x119036fa CIPCServer::Thread_MainLoop() + 994
    4   steamservice.dylib                      0x11903984 CIPCServer::CThreadClient::Run() + 42
    5   libtier0_s.dylib                        0x0263f35e SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    6   libtier0_s.dylib                        0x0263afcd CatchAndWriteContext_t::Invoke() + 159
    7   libtier0_s.dylib                        0x0263ab58 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    8   libtier0_s.dylib                        0x0263ab82 CatchAndWriteMiniDumpForVoidPtrFn + 37
    9   libtier0_s.dylib                        0x0263f2d6 SteamThreadTools::CThread::ThreadProc(void*) + 196
    10  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    11  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 24:: CSteamController Thread
    0   libsystem_kernel.dylib                  0x94f5cc72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x90133a61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x9013392a usleep$UNIX2003 + 60
    3   libtier0_s.dylib                        0x0263c30c ThreadSleep + 27
    4   steamclient.dylib                       0x0df39c8f CSteamController::CHIDIOThread::Run() + 2313
    5   libtier0_s.dylib                        0x0263f35e SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    6   libtier0_s.dylib                        0x0263afcd CatchAndWriteContext_t::Invoke() + 159
    7   libtier0_s.dylib                        0x0263ab58 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    8   libtier0_s.dylib                        0x0263ab82 CatchAndWriteMiniDumpForVoidPtrFn + 37
    9   libtier0_s.dylib                        0x0263f2d6 SteamThreadTools::CThread::ThreadProc(void*) + 196
    10  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    11  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 25:: CHTTPCacheFileThreadPool:0
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340ec pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0_s.dylib                        0x0263c9cb SteamThreadTools::CThreadSyncObject::Wait(unsigned int) + 329
    4   steamclient.dylib                       0x0e5c570f CWorkThread::Run() + 2193
    5   libtier0_s.dylib                        0x0263f35e SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    6   libtier0_s.dylib                        0x0263afcd CatchAndWriteContext_t::Invoke() + 159
    7   libtier0_s.dylib                        0x0263ab58 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    8   libtier0_s.dylib                        0x0263ab82 CatchAndWriteMiniDumpForVoidPtrFn + 37
    9   libtier0_s.dylib                        0x0263f2d6 SteamThreadTools::CThread::ThreadProc(void*) + 196
    10  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    11  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 26:: CJobMgr::m_WorkThreadPool:0
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340ec pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0_s.dylib                        0x0263c9cb SteamThreadTools::CThreadSyncObject::Wait(unsigned int) + 329
    4   steamclient.dylib                       0x0e5c570f CWorkThread::Run() + 2193
    5   libtier0_s.dylib                        0x0263f35e SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    6   libtier0_s.dylib                        0x0263afcd CatchAndWriteContext_t::Invoke() + 159
    7   libtier0_s.dylib                        0x0263ab58 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    8   libtier0_s.dylib                        0x0263ab82 CatchAndWriteMiniDumpForVoidPtrFn + 37
    9   libtier0_s.dylib                        0x0263f2d6 SteamThreadTools::CThread::ThreadProc(void*) + 196
    10  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    11  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 27:: CNet Encrypt:0
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340ec pthread_cond_timedwait$UNIX2003 + 70
    3   libtier0_s.dylib                        0x0263c9cb SteamThreadTools::CThreadSyncObject::Wait(unsigned int) + 329
    4   steamclient.dylib                       0x0e5c570f CWorkThread::Run() + 2193
    5   libtier0_s.dylib                        0x0263f35e SteamThreadTools::CThread::ThreadExceptionWrapper(void*) + 16
    6   libtier0_s.dylib                        0x0263afcd CatchAndWriteContext_t::Invoke() + 159
    7   libtier0_s.dylib                        0x0263ab58 CatchAndWriteMiniDumpExForVoidPtrFn + 86
    8   libtier0_s.dylib                        0x0263ab82 CatchAndWriteMiniDumpForVoidPtrFn + 37
    9   libtier0_s.dylib                        0x0263f2d6 SteamThreadTools::CThread::ThreadProc(void*) + 196
    10  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    11  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 28:: RunSteam3Callbacks
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340ec pthread_cond_timedwait$UNIX2003 + 70
    3   libsteam.dylib                          0x0936f517 WaitForEvent(void*, unsigned int) + 414
    4   libsteam.dylib                          0x09373578 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 497
    5   libsteam.dylib                          0x09217e83 common::CEventLoopThread::ThreadProc(void*) + 787
    6   libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    7   libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    8   libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 29:: CommandState worker thread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libsteam.dylib                          0x0936f806 AcquireSemaphore(void*, unsigned int) + 396
    4   libsteam.dylib                          0x093735c7 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 576
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092b9725 Grid::CCommandThreadPool::CommandThreadFunc(common::CThread*) + 401
    7   libsteam.dylib                          0x092bd884 common::ObjFunctorImpl1<Grid::CCommandThreadPool, void (Grid::CCommandThreadPool::*)(common::CThread*), common::CThread*>::operator()() + 46
    8   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    9   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    10  libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 30:: CommandState worker thread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libsteam.dylib                          0x0936f806 AcquireSemaphore(void*, unsigned int) + 396
    4   libsteam.dylib                          0x093735c7 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 576
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092b9725 Grid::CCommandThreadPool::CommandThreadFunc(common::CThread*) + 401
    7   libsteam.dylib                          0x092bd884 common::ObjFunctorImpl1<Grid::CCommandThreadPool, void (Grid::CCommandThreadPool::*)(common::CThread*), common::CThread*>::operator()() + 46
    8   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    9   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    10  libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 31:: CommandState worker thread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libsteam.dylib                          0x0936f806 AcquireSemaphore(void*, unsigned int) + 396
    4   libsteam.dylib                          0x093735c7 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 576
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092b9725 Grid::CCommandThreadPool::CommandThreadFunc(common::CThread*) + 401
    7   libsteam.dylib                          0x092bd884 common::ObjFunctorImpl1<Grid::CCommandThreadPool, void (Grid::CCommandThreadPool::*)(common::CThread*), common::CThread*>::operator()() + 46
    8   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    9   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    10  libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 32:: CommandState worker thread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libsteam.dylib                          0x0936f806 AcquireSemaphore(void*, unsigned int) + 396
    4   libsteam.dylib                          0x093735c7 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 576
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092b9725 Grid::CCommandThreadPool::CommandThreadFunc(common::CThread*) + 401
    7   libsteam.dylib                          0x092bd884 common::ObjFunctorImpl1<Grid::CCommandThreadPool, void (Grid::CCommandThreadPool::*)(common::CThread*), common::CThread*>::operator()() + 46
    8   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    9   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    10  libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 33:: CommandState worker thread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libsteam.dylib                          0x0936f806 AcquireSemaphore(void*, unsigned int) + 396
    4   libsteam.dylib                          0x093735c7 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 576
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092b9725 Grid::CCommandThreadPool::CommandThreadFunc(common::CThread*) + 401
    7   libsteam.dylib                          0x092bd884 common::ObjFunctorImpl1<Grid::CCommandThreadPool, void (Grid::CCommandThreadPool::*)(common::CThread*), common::CThread*>::operator()() + 46
    8   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    9   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    10  libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 34:: CommandState worker thread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libsteam.dylib                          0x0936f806 AcquireSemaphore(void*, unsigned int) + 396
    4   libsteam.dylib                          0x093735c7 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 576
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092b9725 Grid::CCommandThreadPool::CommandThreadFunc(common::CThread*) + 401
    7   libsteam.dylib                          0x092bd884 common::ObjFunctorImpl1<Grid::CCommandThreadPool, void (Grid::CCommandThreadPool::*)(common::CThread*), common::CThread*>::operator()() + 46
    8   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    9   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    10  libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 35:: CommandState worker thread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libsteam.dylib                          0x0936f806 AcquireSemaphore(void*, unsigned int) + 396
    4   libsteam.dylib                          0x093735c7 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 576
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092b9725 Grid::CCommandThreadPool::CommandThreadFunc(common::CThread*) + 401
    7   libsteam.dylib                          0x092bd884 common::ObjFunctorImpl1<Grid::CCommandThreadPool, void (Grid::CCommandThreadPool::*)(common::CThread*), common::CThread*>::operator()() + 46
    8   libsteam.dylib                          0x09228a99 common::CThread::CImpl::Thread() + 107
    9   libsteam.dylib                          0x09229106 common::CThread::CImpl::ThreadProc(void*) + 90
    10  libsteam.dylib                          0x09370d17 _threadEntry(void*) + 142
    11  libsystem_c.dylib                       0x900a9557 _pthread_start + 344
    12  libsystem_c.dylib                       0x90093cee thread_start + 34
    Thread 36:: CommandState worker thread
    0   libsystem_kernel.dylib                  0x94f5c8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x900ae220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x901340a1 pthread_cond_wait$UNIX2003 + 71
    3   libsteam.dylib                          0x0936f806 AcquireSemaphore(void*, unsigned int) + 396
    4   libsteam.dylib                          0x093735c7 WaitForMultipleObjectsEx(unsigned int, void* const*, int, unsigned int, int) + 576
    5   libsteam.dylib                          0x093738af WaitForSingleObject(void*, unsigned int) + 54
    6   libsteam.dylib                          0x092b9725 Grid::CCommandThreadPool::CommandThreadFunc(common::CThread*) + 401
    7   libsteam.dylib                          0x092bd884 common:

    Take the steps suggested in this support article:
    Incorrect date or time displayed in various applications

  • First Java Mail Program...some problems

    Hi Friends,
    I am new to JavaMail and i am trying to follow the following exercise:
    http://java.sun.com/developer/onlineTraining/JavaMail/exercises/MailSetup/
    I am using rogers high speed internet connection,so i enter the following:
    D:\JAVAWORLD\javamail1.3.2-src\src\share\classes\demo>java msgsend -o [email protected] -M smtp.broadband.rogers.com [email protected]
    To: [email protected]
    Subject: hi
    Welcome
    ^ZI get the following error:
    com.sun.mail.smtp.SMTPSendFailedException: 530 authentication required - for hel
    p go to http://help.yahoo.com/help/us/mail/pop/pop-11.html
            at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1
    275)
            at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:895)
            at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:524)
            at javax.mail.Transport.send0(Transport.java:151)
            at javax.mail.Transport.send(Transport.java:80)
            at msgsend.main(msgsend.java:165)When i went to that yahoo link for help,there are no settings for command line.Please tell me how to accomplish this..friends

    Thanks Ananda,
    But i guess,i should be able to access the rogers smtp server,because i have them as my isp.Moreover,it works fine with my outlook too.I even tried to use a free smtp server called "dumbster",i downladed it but i dont know how to use it.If anyone has some idea,please let me know.
    Thanks

  • Preventing the Java stack crashing due to memory issues

    Hi all,
    We have a SAP PI 7.0 installation and we have encountered issues with Java mappings utilizing all available memory on the Java stack and causing the server to slow and eventually crash. The original issue was caused by a poorly coded map, but as this is a large installation we want to protect ourselves against any other poor coding that may be on the system or introduced later.
    Are there any configuration options within the WEB AS whereby we can either limit the amount of memory available to the execution of any one mapping, or that will enable the server to stop processing once a set limit is reached?
    Any help will be much appreciated.
    Many thanks
    Ian

    HI,
    Pls find the below links about javastack
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    pls find the below links for java stack trouble shooting.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/jsts/(Kernel)OOM
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/jsts/commonissues__vmsettings
    Reward points if needful.
    Thanks,
    RamuV

  • After installing Mavericks my iMac has become increasingly unstable with various applications crashing along with some white screen, kernel panic-style restarts. This has even continued after a fresh install, what should I do now?

    Following an Apple Support Team member's advice, I retrieved as many files as I could and erased and repaired the HD before completing a fresh install from a bootable USB. Once I restored all of my software I set it backing up to Time Machine over night only to find that it had crashed and restarted over night before that had completed. I attach the crash report below:
    Anonymous UUID:       F1CB4D58-C5DE-D8BB-D543-3270C7724738
    Wed Oct 30 21:51:58 2013
    panic(cpu 2 caller 0xffffff80070dc19e): Kernel trap at 0xffffff80071c5e3d, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000001018, CR3: 0x0000000029716000, CR4: 0x0000000000000660
    RAX: 0xffffff81d7fa3740, RBX: 0xffffff80368dc8c2, RCX: 0x0000000000001000, RDX: 0xffffff8027862650
    RSP: 0xffffff81d7fa3720, RBP: 0xffffff81d7fa3770, RSI: 0x0000000000000005, RDI: 0xffffff8027862650
    R8:  0xffffff81d7fa3490, R9:  0xffffff81d7fa348e, R10: 0x0000000000002000, R11: 0x000000000000065e
    R12: 0xffffff80368dc8f0, R13: 0x0000000000000000, R14: 0xffffff80368dc8c2, R15: 0xffffff80368dc8e8
    RFL: 0x0000000000010202, RIP: 0xffffff80071c5e3d, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000001018, Error code: 0x0000000000000002, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff81d7fa33b0 : 0xffffff8007022f69
    0xffffff81d7fa3430 : 0xffffff80070dc19e
    0xffffff81d7fa3600 : 0xffffff80070f3606
    0xffffff81d7fa3620 : 0xffffff80071c5e3d
    0xffffff81d7fa3770 : 0xffffff80071db854
    0xffffff81d7fa37c0 : 0xffffff80071daf60
    0xffffff81d7fa3800 : 0xffffff80071e1fa0
    0xffffff81d7fa3830 : 0xffffff80071d9e8f
    0xffffff81d7fa38f0 : 0xffffff80073611e4
    0xffffff81d7fa3a00 : 0xffffff80073697cb
    0xffffff81d7fa3bd0 : 0xffffff80071fc9db
    0xffffff81d7fa3c30 : 0xffffff80071d544b
    0xffffff81d7fa3cb0 : 0xffffff80071d4da4
    0xffffff81d7fa3d70 : 0xffffff80071c2ebf
    0xffffff81d7fa3f50 : 0xffffff800743de23
    0xffffff81d7fa3fb0 : 0xffffff80070f3e06
    BSD process name corresponding to current thread: backupd
    Mac OS version:
    13A603
    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:     0x0000000006e0
    Model: iMac11,3, BootROM IM112.0057.B01, 4 processors, Intel Core i5, 2.8 GHz, 16 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533643465238432D48392020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533643465238432D48392020
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533643465238432D48392020
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533643465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.74.0-P2P
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Internal Memory Card Reader
    USB Device: Hub
    USB Device: My Passport 070A
    USB Device: Built-in iSight
    USB Device: IR Receiver
    Thunderbolt Bus:

    What else do you need?
    Crashed again overnight during back-up:
    Anonymous UUID:       F1CB4D58-C5DE-D8BB-D543-3270C7724738
    Fri Nov  1 00:25:41 2013
    panic(cpu 2 caller 0xffffff80184dc19e): Kernel trap at 0xffffff80187cf663, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000008014, CR3: 0x000000002b62c000, CR4: 0x0000000000000660
    RAX: 0x0000000000000000, RBX: 0x0000000000008000, RCX: 0xffffff81e9e8bcc8, RDX: 0x0000000000000001
    RSP: 0xffffff81e9e8bc60, RBP: 0xffffff81e9e8bcb0, RSI: 0xffffff8042096108, RDI: 0x0000000000008000
    R8:  0xffffff81e9e8bcd0, R9:  0xffffff81e9e8be70, R10: 0x000000000000064e, R11: 0x0000000000000297
    R12: 0x0000000000000000, R13: 0x0000000000000001, R14: 0x0000000000000000, R15: 0xffffffffffffffff
    RFL: 0x0000000000010202, RIP: 0xffffff80187cf663, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000008014, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff81e9e8b8f0 : 0xffffff8018422f69
    0xffffff81e9e8b970 : 0xffffff80184dc19e
    0xffffff81e9e8bb40 : 0xffffff80184f3606
    0xffffff81e9e8bb60 : 0xffffff80187cf663
    0xffffff81e9e8bcb0 : 0xffffff80187cf310
    0xffffff81e9e8bd00 : 0xffffff80187cea6f
    0xffffff81e9e8bde0 : 0xffffff80185ff47a
    0xffffff81e9e8be50 : 0xffffff80187bf04c
    0xffffff81e9e8bec0 : 0xffffff80187bc6de
    0xffffff81e9e8bf10 : 0xffffff80187bee5a
    0xffffff81e9e8bf50 : 0xffffff801883de23
    0xffffff81e9e8bfb0 : 0xffffff80184f3e06
    BSD process name corresponding to current thread: mdworker
    Mac OS version:
    13A603
    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:     0x0000000018200000
    Kernel text base: 0xffffff8018400000
    System model name: iMac11,3 (Mac-F2238BAE)
    System uptime in nanoseconds: 285206678247
    last loaded kext at 264611740123: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f9a865000, size 65536)
    last unloaded kext at 114432919226: com.apple.driver.AppleUSBUHCI          650.4.0 (addr 0xffffff7f9909b000, size 65536)
    loaded kexts:
    com.apple.filesystems.msdosfs          1.9
    com.apple.filesystems.smbfs          2.0.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch          80.14
    com.apple.driver.AGPM          100.14.11
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.kext.AMDFramebuffer          1.1.4
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.AMDRadeonX3000          1.1.4
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.kext.AMD5000Controller          1.1.4
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.driver.AppleUSBCardReader          3.3.5
    com.apple.driver.AppleIRController          325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.iokit.AppleBCM5701Ethernet          3.6.9b9
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AirPort.Atheros40          700.74.5
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          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.driver.AppleBluetoothHIDKeyboard          170.15
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.driver.AppleMultitouchDriver          245.13
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOAcceleratorFamily          98.7.1
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.kext.AMDSupport          1.1.4
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.0
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.iokit.IOEthernetAVBController          1.0.3b3
    com.apple.driver.mDNSOffloadUserClient          1.0.1b4
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          600.34
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    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          278.10
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.pthread          1
    com.apple.kec.corecrypto          1.0

  • Should I allow java to update due to hacking problems

    also, when I go to plug-in's, I am confused--it states to update and also states it vunerable
    Should I leave as is or update?

    You should update to Java 7 update 11, but if you don't need it, leave it disabled.

  • I had to get a new account on my iPhone due to some problems and now with my new account it will not let me download the same apps

    I have an Iphone 5 and i had all the apps on there that I wanted but then had to create a new account for the phone. I cant do the updates becuase of not having the same account I downloaded them on. So when I try to delete them and then get them again it says that it was already downloaded to this device and that I need to do it through my old account when that one is deleted.

    You need to copy the iTunes liubrary from your Old computer, or its Backup, to your New computer...
    See Here for one way
    iTunes: How to move your music to a new computer
    Or...
    From your Old Computer... Copy your ENTIRE iTunes FOLDER to an External Drive... and then from the External Drive to your New Computer..
    Backup iTunes to an External Drive
    http://support.apple.com/kb/HT1751
    An Added Bonus is that you will then have a Backup of iTunes...

Maybe you are looking for

  • Itunes no longer imports calendars into my ipod

    My first problem was that iTunes would only transfer over certain calendars, not all that I had selected. On top of that, some, but not all, of the start times were an hour later than my iCal calendars. And, I've been having issues with disappearing

  • Receiver SOAP Comm Channel Settings with TServerLocation

    Hello All, We are working on using Dynamic Configuration of Receiver SOAP. We are using the following scenario *Can anyone please guide us on Receiver SOAP Comm Channel settings* 1) Value to be used in Target URL Which parameters need to be checked ?

  • Animation Preset - Autoscroll - horizontal

    Dear whom it may concern, I use animation preset - Autoscroll Horizontal to a graphic background in my After Effects composition. I actually have the 2 backgrounds that run in opposite directions by using the Autoscroll. It took me a while to figure

  • [SOLVED]Problems XFCE4: AWM weather notifications, and no logout menu.

    Hi. Im having some little problems with xfce, the problems doesn's affect the functionality at all but are starting to be really anoying, since i cannot solve them. Since they are small things, i didn't want to open separate topics for them. If this

  • I have Lightroom 3.6 and Camera Raw 6.6 but I can't open my CR2 files from my Canon eos 6D

    Hi, I have Lightroom 3.6 and Camera Raw 6.6 but I can't open my CR2 files from my Canon eos 6D Lightroom doesn't show a thumbnail image and when trying to import it says the camera format isn't supported. But normaly Camera raw 6.6 should cover the C