WebLogic Crash! SIGBUS Error.

          Hi,
          I just wanted to share a problem that we faced when we hosted our
          application on Weblogic. About ten users were logged onto the Unix
          Box(RAM 1 GB, CPU 1 400 MHZ,HD 70 GB).
          Suddenly the AppServer(weblogic5.1.0) Crashed and produced a core
          dump. The following are the messages from the nohup.out.
          The other details are:-
          Java Heap --> -ms30m -mx60m
          JAVA_OPTIONS=-native
          Its definitely a problem with the JVM...
          Anybody has faced this problem earlier.
          SIGBUS 10 bus error
              si_signo [10]: BUS
              si_errno [0]:
              si_code [1]: BUS_ADRALN [addr: 0xf980bc65]
          stackpointer=F77B0F10
          Inconsistent thread : best efforts attempt (may fail)
          "SSLListenThread" (TID:0x3b18268, sys_thread_t:0x3b181a0, state:R,
          thread_t: t@29,
          threadID:0xf5ff1d78, stack_bottom:0xf5ff2000, stack_size:0x20000)
          prio=5
          [1] java.net.PlainSocketImpl.socketAccept(Native Method)
          [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
          [3] java.net.ServerSocket.implAccept(ServerSocket.java:240)
          [4] java.net.ServerSocket.accept(ServerSocket.java:224)
          [5] weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java:121)
          [6] weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112)
          [7] weblogic.t3.srvr.ListenThread.run(ListenThread.java:226)
          Inconsistent thread : best efforts attempt (may fail)
          "ListenThread" (TID:0x3afea50, sys_thread_t:0x3afe988, state:R,
          thread_t: t@28,
          threadID:0xf67f1d78, stack_bottom:0xf67f2000, stack_size:0x20000)
          prio=5
          [1] java.net.PlainSocketImpl.socketAccept(Native Method)
          [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
          [3] java.net.ServerSocket.implAccept(ServerSocket.java:238)
          [4] java.net.ServerSocket.accept(ServerSocket.java:223)
          [5] weblogic.t3.srvr.ListenThread.run(ListenThread.java:226)
          Inconsistent thread : best efforts attempt (may fail)
          "ExecuteThread-14" (TID:0x6d64f8, sys_thread_t:0x6d6430, state:R,
          thread_t: t@24,
          threadID:0xf7131d78, stack_bottom:0xf7132000, stack_size:0x20000)
          prio=5
          [1] java.net.SocketInputStream.socketRead(Native Method)
          [2] java.net.SocketInputStream.read(SocketInputStream.java:85)
          [3] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:177)
          [4] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:21)
          [5] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:96)
          Inconsistent thread : best efforts attempt (may fail)
          "ExecuteThread-13" (TID:0x6ddcf8, sys_thread_t:0x6ddc30, state:R,
          thread_t: t@23,
          threadID:0xf7161d78, stack_bottom:0xf7162000, stack_size:0x20000)
          prio=5
          [1] java.net.SocketInputStream.socketRead(Native Method)
          [2] java.net.SocketInputStream.read(SocketInputStream.java:85)
          [3] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:177)
          [4] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:21)
          [5] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:96)
          Thanks,
          Rajah.
          

Rajah,
          I believe you are using jdk1.2.2. Please check the platform support page as there are
          problems noted with jdk1.2.2_xx versions.
          Thanks,
          Kumar.
          Rajah wrote:
          > Hi,
          >
          > I just wanted to share a problem that we faced when we hosted our
          > application on Weblogic. About ten users were logged onto the Unix
          > Box(RAM 1 GB, CPU 1 400 MHZ,HD 70 GB).
          > Suddenly the AppServer(weblogic5.1.0) Crashed and produced a core
          > dump. The following are the messages from the nohup.out.
          >
          > The other details are:-
          > Java Heap --> -ms30m -mx60m
          > JAVA_OPTIONS=-native
          >
          > Its definitely a problem with the JVM...
          >
          > Anybody has faced this problem earlier.
          >
          > ***********************************************************
          > SIGBUS 10 bus error
          > si_signo [10]: BUS
          > si_errno [0]:
          > si_code [1]: BUS_ADRALN [addr: 0xf980bc65]
          >
          > stackpointer=F77B0F10
          >
          > Inconsistent thread : best efforts attempt (may fail)
          > "SSLListenThread" (TID:0x3b18268, sys_thread_t:0x3b181a0, state:R,
          > thread_t: t@29,
          > threadID:0xf5ff1d78, stack_bottom:0xf5ff2000, stack_size:0x20000)
          > prio=5
          >
          > [1] java.net.PlainSocketImpl.socketAccept(Native Method)
          > [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
          > [3] java.net.ServerSocket.implAccept(ServerSocket.java:240)
          > [4] java.net.ServerSocket.accept(ServerSocket.java:224)
          > [5] weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java:121)
          >
          > [6] weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112)
          >
          > [7] weblogic.t3.srvr.ListenThread.run(ListenThread.java:226)
          > -------------------
          >
          > Inconsistent thread : best efforts attempt (may fail)
          > "ListenThread" (TID:0x3afea50, sys_thread_t:0x3afe988, state:R,
          > thread_t: t@28,
          > threadID:0xf67f1d78, stack_bottom:0xf67f2000, stack_size:0x20000)
          > prio=5
          >
          > [1] java.net.PlainSocketImpl.socketAccept(Native Method)
          > [2] java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
          > [3] java.net.ServerSocket.implAccept(ServerSocket.java:238)
          > [4] java.net.ServerSocket.accept(ServerSocket.java:223)
          > [5] weblogic.t3.srvr.ListenThread.run(ListenThread.java:226)
          > -------------------
          >
          > Inconsistent thread : best efforts attempt (may fail)
          > "ExecuteThread-14" (TID:0x6d64f8, sys_thread_t:0x6d6430, state:R,
          > thread_t: t@24,
          > threadID:0xf7131d78, stack_bottom:0xf7132000, stack_size:0x20000)
          > prio=5
          >
          > [1] java.net.SocketInputStream.socketRead(Native Method)
          > [2] java.net.SocketInputStream.read(SocketInputStream.java:85)
          >
          > [3] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:177)
          >
          > [4] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:21)
          >
          > [5] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:96)
          > -------------------
          >
          > Inconsistent thread : best efforts attempt (may fail)
          > "ExecuteThread-13" (TID:0x6ddcf8, sys_thread_t:0x6ddc30, state:R,
          > thread_t: t@23,
          > threadID:0xf7161d78, stack_bottom:0xf7162000, stack_size:0x20000)
          > prio=5
          >
          > [1] java.net.SocketInputStream.socketRead(Native Method)
          > [2] java.net.SocketInputStream.read(SocketInputStream.java:85)
          >
          > [3] weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:177)
          >
          > [4] weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:21)
          >
          > [5] weblogic.kernel.ExecuteThread.run(ExecuteThread.java:96)
          > *********************************************************
          >
          > Thanks,
          > Rajah.
          

Similar Messages

  • Weblogic crash with error in libzip.so

    Hello,
    we have often an crash with an libzip error.
    The Nodemanager restart the server, but sometime not.
    We changed the jdk to j2sdk1.4.2_02 but other exceptions are throwed.
    Has anybody an workourd for us?
    We using RedHat AS 2.1
    Thank you
    Best regards,
    Thomas Otto
    output hs_err_pid9858.log
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x406BB57D
    Function=(null)+0x406BB57D
    Library=/usr/local/bea/jdk141_03/jre/lib/i386/libzip.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at java.util.zip.ZipFile.getEntry(Native Method)
    at java.util.zip.ZipFile.getEntry(ZipFile.java:146)
    - locked <0x4c6c5740> (a
    weblogic.utils.classloaders.ClasspathClassFinder$ZipFileWrapper)
    at
    weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.java:182)
    at
    weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.java:102)
    at
    weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:80)
    - locked <0x4c2f60c8> (a java.util.Collections$SynchronizedList)
    at
    weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:69)
    at
    weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:80)
    - locked <0x4c2d3748> (a java.util.Collections$SynchronizedList)
    at
    weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:69)
    at
    weblogic.utils.classloaders.MultiClassFinder.getClassSource(MultiClassFinder.java:61)
    at
    weblogic.utils.classloaders.ChangeAwareClassLoader.upToDate(ChangeAwareClassLoader.java:109)
    at
    weblogic.servlet.internal.ServletStubImpl.needToReload(ServletStubImpl.java:642)
    at
    weblogic.servlet.internal.ServletStubImpl.checkForReload(ServletStubImpl.java:669)
    - locked <0x4c309ea0> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:508)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:349)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

    Thomas Otto wrote:
    Hello,
    we have often an crash with an libzip error.
    The Nodemanager restart the server, but sometime not.
    We changed the jdk to j2sdk1.4.2_02 but other exceptions are throwed.
    Has anybody an workourd for us?
    We using RedHat AS 2.1and Weblogic 8.1 SP1
    >
    Thank you
    Best regards,
    Thomas Otto
    output hs_err_pid9858.log
    <An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x406BB57D
    Function=(null)+0x406BB57D
    Library=/usr/local/bea/jdk141_03/jre/lib/i386/libzip.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at java.util.zip.ZipFile.getEntry(Native Method)
    at java.util.zip.ZipFile.getEntry(ZipFile.java:146)
    - locked <0x4c6c5740> (a
    weblogic.utils.classloaders.ClasspathClassFinder$ZipFileWrapper)
    at
    weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.java:182)
    at
    weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.java:102)
    at
    weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:80)
    - locked <0x4c2f60c8> (a java.util.Collections$SynchronizedList)
    at
    weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:69)
    at
    weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:80)
    - locked <0x4c2d3748> (a java.util.Collections$SynchronizedList)
    at
    weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:69)
    at
    weblogic.utils.classloaders.MultiClassFinder.getClassSource(MultiClassFinder.java:61)
    at
    weblogic.utils.classloaders.ChangeAwareClassLoader.upToDate(ChangeAwareClassLoader.java:109)
    at
    weblogic.servlet.internal.ServletStubImpl.needToReload(ServletStubImpl.java:642)
    at
    weblogic.servlet.internal.ServletStubImpl.checkForReload(ServletStubImpl.java:669)
    - locked <0x4c309ea0> (a weblogic.servlet.internal.ServletStubImpl)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:508)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:349)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

  • Tux-6.5 (no patches) BBL crashes with SIGBUS error

    Hi,
    We have been using tuxedo 6.5 on HP-UX 11i for a long time. All of a sudden, in
    the last couple of days we wre finding that the BBL process crashes with SIGBUS
    error. Nothing is written into the ULOG to indicate what caused the problem. We
    tried to follow the BBL process to see what was happening and the output at the
    time of the crash is:
    06/30/03 - 12:55:12 unlink("/var/tmp/TUXFTFa09561") ...... = 0
    06/30/03 - 12:55:12 time(0) .............................. = 1056974112
    06/30/03 - 12:55:12 getpid() ............................. = 9561 (1)
    06/30/03 - 12:55:12 saccess("/var/tmp/vtda09561", F_OK) .. ERR#2 ENOENT
    06/30/03 - 12:55:12 lstat("/var/tmp/vtda09561", 0x68af6c78) ERR#2 ENOENT
    06/30/03 - 12:55:12 open("/var/tmp/vtda09561", O_WRONLY|O_CREAT|O_TRUNC, 0666)
    = 10
    06/30/03 - 12:55:12 write(10, "100202\0\0\0\0@ \00302c7\0\0\0\0".., 61732) = 61732
    06/30/03 - 12:55:12 close(10) ............................ = 0
    06/30/03 - 12:55:12 msgsnd(197319, 0x400b2148, 54, IPC_NOWAIT|0) = 0
    06/30/03 - 12:55:12 Received signal 10, SIGBUS, in user mode, [SIG_DFL], partial
    siginfo
    06/30/03 - 12:55:12 Siginfo: si_code: I_NONEXIST, faulting address: 0x3b5,
    si_errno: 0
    06/30/03 - 12:55:12 PC: 0xc0196af3, instruction: 0x495a0008
    06/30/03 - 12:55:13 exit(10) [implicit] .................. WIFSIGNALED(SIGBUS)|WCOREDUMP
    I have no idea what is causing the crash. We know for sure that no kernel level
    changes have been applied in the last 31 days at least. I would appreciate it
    very much if someone could point me in the right direction to understand why we
    are getting the BBL crashing.

    If you were to contact BEA Customer Support with a problem like this, the first
    thing they would tell you is to get the latest rolling patch. It is possible
    that this is a problem that was resolved in a patch and people do not want to
    spend time looking into a problem that was solved by somebody else.
    That said, when a system that was running for a long time starts having trouble,
    there has to be something that is different. A few ideas: a disk might be full
    or your system is low on memory. Does the problem exist after a reboot?, Did
    you change the size of your application? Can you restore a save of the state
    of your application before you started having the problem? How about the whole
    system? Are there any new applications running that will change the usage of
    memory or message queues?
    I did a quick look at the patchlev file for Tux 6.5 and there were a number of
    problems with the BBL fixed over the years. Several have involved crashes. Some
    of the problems are quite subtle and you have to be lucky (or unlucky) to hit
    them. It is possible you were running "for a long time" and were just lucky to
    be avoiding the problem.
    What this comes down to is that crashes of the BBL are particularly disturbing
    and I recommend getting the latest rolling patch. If the problem persists, I
    suggest filing a case with Customer Support.
    Regards,
    /RC Bryan
    "Love Kisslay" <[email protected]> wrote:
    >
    Hi,
    We have been using tuxedo 6.5 on HP-UX 11i for a long time. All of a
    sudden, in
    the last couple of days we wre finding that the BBL process crashes with
    SIGBUS
    error. Nothing is written into the ULOG to indicate what caused the problem.
    We
    tried to follow the BBL process to see what was happening and the output
    at the
    time of the crash is:
    06/30/03 - 12:55:12 unlink("/var/tmp/TUXFTFa09561") ...... = 0
    06/30/03 - 12:55:12 time(0) .............................. = 1056974112
    06/30/03 - 12:55:12 getpid() ............................. = 9561 (1)
    06/30/03 - 12:55:12 saccess("/var/tmp/vtda09561", F_OK) .. ERR#2 ENOENT
    06/30/03 - 12:55:12 lstat("/var/tmp/vtda09561", 0x68af6c78) ERR#2 ENOENT
    06/30/03 - 12:55:12 open("/var/tmp/vtda09561", O_WRONLY|O_CREAT|O_TRUNC,
    0666)
    = 10
    06/30/03 - 12:55:12 write(10, "100202\0\0\0\0@ \00302c7\0\0\0\0".., 61732)
    = 61732
    06/30/03 - 12:55:12 close(10) ............................ = 0
    06/30/03 - 12:55:12 msgsnd(197319, 0x400b2148, 54, IPC_NOWAIT|0) = 0
    06/30/03 - 12:55:12 Received signal 10, SIGBUS, in user mode, [SIG_DFL],
    partial
    siginfo
    06/30/03 - 12:55:12 Siginfo: si_code: I_NONEXIST, faulting address:
    0x3b5,
    si_errno: 0
    06/30/03 - 12:55:12 PC: 0xc0196af3, instruction: 0x495a0008
    06/30/03 - 12:55:13 exit(10) [implicit] .................. WIFSIGNALED(SIGBUS)|WCOREDUMP
    I have no idea what is causing the crash. We know for sure that no kernel
    level
    changes have been applied in the last 31 days at least. I would appreciate
    it
    very much if someone could point me in the right direction to understand
    why we
    are getting the BBL crashing.

  • BIA 7.9.5 - DAC Server keeps crashing - libc.so SIGBUS error (Solaris)

    Can you help me solving the following issue or provide me hints please?
    At the customer site we have BIA 7.9.5 running on Solaris 10 (SPARC). Unfortunately, the DAC server is crashing quite frequently with the following error:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0xa) at pc=0xff256514, pid=14595, tid=443
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_16-b02 mixed mode)
    # Problematic frame:
    # C [libc.so.1+0x56514]
    (See below, one of many crash logs…)
    Reconstruction:
    The dac server is started with the OOTB startserver.sh command. A custom execution plan is started. After a while and completely random a (random) workflows fail with the DAC logging as shown below. So, it has nothing to do with a specific workflow. Restarting the DAC server and restarting the execution plan makes the DAC server to continue the execution plan.
    The consistent part is the ‘SIGBUS’ error referring to libc.so.1. The number behind it (memory address?) differs per crash.
    Specifications:
    •     Solaris (5.)10 64b SPARC (Solaris 10 5/08 s10s_u5wos_10 SPARC)
    •     DAC 10.1.3.4.1 (updated with patch 6849481)
    •     Informatica 8.1.1 SP5
    DAC server log:
    <DAC running fine…>
    ***snip***
    Feb 5, 2010 10:20:16 AM com.siebel.etl.engine.core.AttachToInformaticaProcess executeWorkFlow
    SEVERE: pmcmd startworkflow -u Administrator -p **** -s sz0061.app.gen.local:5105 -f SDE_SBL_Vert_80_Adaptor -lpf /tools/informatica/PowerCenter8.1.1/server/infa_shared/SrcFiles/SDE_SBL_Vert_80_Adaptor.SDE_SalesStageDimension.txt SDE_SalesStageDimension
    Status Desc : Succeeded
    WorkFlowMessage : Workflow executed successfully.
    Error Message : Successfully completed.
    ErrorCode : 0
    81 SEVERE Fri Feb 05 10:20:16 CET 2010 Request to start workflow : 'SDE_SBL_Vert_80_Adaptor:SDE_ProductCategoryDimension' has completed with error code 0
    Feb 5, 2010 10:20:16 AM global
    SEVERE: Request to start workflow : 'SDE_SBL_Vert_80_Adaptor:SDE_ProductCategoryDimension' has completed with error code 0
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0xa) at pc=0xff257028, pid=8047, tid=660
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_16-b02 mixed mode)
    # Problematic frame:
    # C [libc.so.1+0x57028]
    # An error report file with more information is saved as hs_err_pid8047.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    TIA,
    Greg
    hs_err_picXXXXX.log in the DAC directory
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGBUS (0xa) at pc=0xff256514, pid=14595, tid=443
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_16-b02 mixed mode)
    # Problematic frame:
    # C [libc.so.1+0x56514]
    --------------- T H R E A D ---------------
    Current thread (0x014b4950): JavaThread "SESSION: VisibilityAccountParty" [_thread_in_native, id=443]
    siginfo:si_signo=10, si_errno=0, si_code=1, si_addr=0x68a8bd8b
    Registers:
    O0=0x00000000 O1=0x00000000 O2=0x000d90ac O3=0xff2c1e40
    O4=0xff3303a8 O5=0xff3392a4 O6=0xb797dc58 O7=0xff2564a4
    G1=0xff25638c G2=0x00000001 G3=0x00001ffc G4=0x0052d254
    G5=0xff030fa0 G6=0x00000000 G7=0xc1fc6a00 Y=0x00000000
    PC=0xff256514 nPC=0xff2564d8
    Top of Stack: (sp=0xb797dc58)
    0xb797dc58: 000000a8 019f58a8 68a8bd8b 00000041
    0xb797dc68: 00000041 022c8530 ffffdc00 ff3392a4
    0xb797dc78: 00000040 00000000 0067bb30 ff2563a0
    0xb797dc88: 68a8bd8b ff2563a0 b797dcb8 ff256394
    0xb797dc98: 65637469 6e672066 726f6d20 496e7465
    0xb797dca8: 67726174 696f6e20 53657276 6963650a
    0xb797dcb8: 0050adc4 0050a9d8 00000042 0050aa18
    0xb797dcc8: c1fc6a00 000000a8 ff0310b8 0060f22a
    Instructions: (pc=0xff256514)
    0xff256504: 02 80 00 0c 80 a6 a0 00 a4 10 00 1c 10 bf ff f2
    0xff256514: e8 04 a0 00 ea 04 a0 18 80 a5 60 00 02 80 00 05
    Stack: [0xb7900000,0xb7980000), sp=0xb797dc58, free space=503k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.1+0x56514]
    C [libc.so.1+0x5639c] malloc+0x54
    C [libzip.so+0x2d18]
    C [libzip.so+0x2af8] ZIP_GetEntry+0xe0
    C [libzip.so+0x348c] Java_java_util_zip_ZipFile_getEntry+0xc4
    J java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J
    J sun.misc.URLClassPath$JarLoader.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;
    J sun.misc.URLClassPath.findResource(Ljava/lang/String;Z)Ljava/net/URL;
    v ~I2CAdapter
    j java.net.URLClassLoader$2.run()Ljava/lang/Object;+12
    v ~StubRoutines::call_stub
    V [libjvm.so+0x19b65c]
    V [libjvm.so+0x225ea0]
    C [libjava.so+0xf7bc] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x1c
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j java.net.URLClassLoader.findResource(Ljava/lang/String;)Ljava/net/URL;+13
    j java.lang.ClassLoader.getResource(Ljava/lang/String;)Ljava/net/URL;+30
    j java.lang.ClassLoader.getResourceAsStream(Ljava/lang/String;)Ljava/io/InputStream;+2
    j javax.xml.parsers.SecuritySupport$4.run()Ljava/lang/Object;+26
    v ~StubRoutines::call_stub
    V [libjvm.so+0x19b65c]
    V [libjvm.so+0x225ea0]
    C [libjava.so+0x9c2c] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x1c
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+1
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
    j javax.xml.parsers.SecuritySupport.getResourceAsStream(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/io/InputStream;+10
    v ~C2IAdapter
    J javax.xml.parsers.FactoryFinder.findJarServiceProvider(Ljava/lang/String;)Ljava/lang/Object;
    v ~I2CAdapter
    j javax.xml.parsers.FactoryFinder.find(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+291
    j javax.xml.parsers.DocumentBuilderFactory.newInstance()Ljavax/xml/parsers/DocumentBuilderFactory;+4
    j com.siebel.etl.parser.OutputParser.execute()Z+13
    j com.siebel.etl.engine.core.AttachToInformaticaProcess.executeWorkFlow(I)I+947
    j com.siebel.etl.engine.core.Session$Task.executeThisSession()Z+503
    j com.siebel.etl.engine.core.Session$Task.execute()V+149
    j com.siebel.etl.engine.core.Session.executeTasks()Z+876
    j com.siebel.etl.engine.core.Session.run()V+308
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [libjvm.so+0x19b65c]
    V [libjvm.so+0x2c0794]
    V [libjvm.so+0x2dfd7c]
    V [libjvm.so+0x2db918]
    V [libjvm.so+0x67cef0]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J
    J sun.misc.URLClassPath$JarLoader.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;
    J sun.misc.URLClassPath.findResource(Ljava/lang/String;Z)Ljava/net/URL;
    v ~I2CAdapter
    j java.net.URLClassLoader$2.run()Ljava/lang/Object;+12
    v ~StubRoutines::call_stub
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j java.net.URLClassLoader.findResource(Ljava/lang/String;)Ljava/net/URL;+13
    j java.lang.ClassLoader.getResource(Ljava/lang/String;)Ljava/net/URL;+30
    j java.lang.ClassLoader.getResourceAsStream(Ljava/lang/String;)Ljava/io/InputStream;+2
    j javax.xml.parsers.SecuritySupport$4.run()Ljava/lang/Object;+26
    v ~StubRoutines::call_stub
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
    j javax.xml.parsers.SecuritySupport.getResourceAsStream(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/io/InputStream;+10
    v ~C2IAdapter
    J javax.xml.parsers.FactoryFinder.findJarServiceProvider(Ljava/lang/String;)Ljava/lang/Object;
    v ~I2CAdapter
    j javax.xml.parsers.FactoryFinder.find(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+291
    j javax.xml.parsers.DocumentBuilderFactory.newInstance()Ljavax/xml/parsers/DocumentBuilderFactory;+4
    j com.siebel.etl.parser.OutputParser.execute()Z+13
    j com.siebel.etl.engine.core.AttachToInformaticaProcess.executeWorkFlow(I)I+947
    j com.siebel.etl.engine.core.Session$Task.executeThisSession()Z+503
    j com.siebel.etl.engine.core.Session$Task.execute()V+149
    j com.siebel.etl.engine.core.Session.executeTasks()Z+876
    j com.siebel.etl.engine.core.Session.run()V+308
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x020a7748 JavaThread "SESSION: SIL_CopyListOfValuesToOLTP" [_thread_in_Java, id=536]
    0x008b0ae8 JavaThread "XTask Processing Thread: [CREATE INDEX, DataWarehouse]::XThread-24" [_thread_in_native, id=535]
    0x01684268 JavaThread "XTask Processing Thread: [CREATE INDEX, DataWarehouse]::XThread-23" [_thread_in_native, id=534]
    0x019f3288 JavaThread "SESSION: VisibilityContactParty" [_thread_in_Java, id=518]
    0x00fce3b0 JavaThread "SESSION: VisibilityOpportunityParty" [_thread_blocked, id=493]
    0x013dc6f8 JavaThread "SESSION: VisibilitySegmentParty" [_thread_blocked, id=444]
    =>0x014b4950 JavaThread "SESSION: VisibilityAccountParty" [_thread_in_native, id=443]
    0x00e4f260 JavaThread "XThread-22" [_thread_blocked, id=442]
    0x0138db40 JavaThread "SESSION: VisibilityOrderParty" [_thread_in_native, id=441]
    0x0157ce68 JavaThread "SESSION: VisibilityQuoteParty" [_thread_in_native, id=440]
    0x0097f450 JavaThread "SESSION: SDE_CostList_LoadCosts" [_thread_in_vm, id=435]
    0x008edca8 JavaThread "XThread-21" [_thread_blocked, id=433]
    0x014a2d28 JavaThread "SESSION: FINS_VisibilityClaimParty" [_thread_blocked, id=409]
    0x016ba380 JavaThread "SESSION: FINS_VisibilityAssetParty" [_thread_blocked, id=365]
    0x00eed888 JavaThread "XThread-20" [_thread_blocked, id=319]
    0x00eed6c0 JavaThread "XThread-19" [_thread_blocked, id=318]
    0x017fcef8 JavaThread "XThread-18" [_thread_blocked, id=317]
    0x00a508c8 JavaThread "XThread-17" [_thread_blocked, id=316]
    0x00859db8 JavaThread "XThread-16" [_thread_blocked, id=315]
    0x012b47e0 JavaThread "XThread-15" [_thread_blocked, id=314]
    0x003d8f20 JavaThread "XThread-14" [_thread_blocked, id=313]
    0x014bd7c8 JavaThread "XThread-13" [_thread_blocked, id=312]
    0x017be948 JavaThread "XThread-12" [_thread_blocked, id=311]
    0x0116bf00 JavaThread "XThread-11" [_thread_blocked, id=310]
    0x01f7b690 JavaThread "SESSION: SDE_AssetFact" [_thread_blocked, id=277]
    0x007261d0 JavaThread "XThread-10" [_thread_blocked, id=266]
    0x01492968 JavaThread "XThread-9" [_thread_blocked, id=265]
    0x01793ec0 JavaThread "XThread-8" [_thread_blocked, id=258]
    0x01142f20 JavaThread "SESSION: SDE_ActivityFact" [_thread_blocked, id=229]
    0x020d4530 JavaThread "XThread-7" [_thread_blocked, id=147]
    0x02277fb0 JavaThread "XThread-6" [_thread_blocked, id=146]
    0x0087ac10 JavaThread "XThread-5" [_thread_blocked, id=145]
    0x01bab428 JavaThread "XThread-4" [_thread_blocked, id=144]
    0x0050b828 JavaThread "XThread-3" [_thread_blocked, id=143]
    0x020d4368 JavaThread "XThread-2" [_thread_blocked, id=142]
    0x017e1c30 JavaThread "XThread-1" [_thread_blocked, id=141]
    0x0097ee88 JavaThread "XTASK HARVESTOR" [_thread_blocked, id=140]
    0x00d58720 JavaThread "Thread-14" [_thread_blocked, id=98]
    0x00cbb048 JavaThread "Thread-13" [_thread_blocked, id=97]
    0x01eb4320 JavaThread "ETL DISPATCHER THREAD" [_thread_blocked, id=96]
    0x006a6ca8 JavaThread "Timer-3" [_thread_blocked, id=89]
    0x00ed77a0 JavaThread "Timer-2" [_thread_blocked, id=88]
    0x011d41a0 JavaThread "EVENT DISPATCHER THREAD" [_thread_blocked, id=87]
    0x00ed75d8 JavaThread "Timer-1" [_thread_blocked, id=86]
    0x00037820 JavaThread "DestroyJavaVM" [_thread_blocked, id=1]
    0x0075db08 JavaThread "Thread-5" [_thread_in_native, id=85]
    0x00edb1d0 JavaThread "Default Scheduler Thread" [_thread_blocked, id=84]
    0x00edab08 JavaThread "SCHEDULER-EXECUTOR WORKER THREAD" [_thread_blocked, id=83]
    0x0088f2d8 JavaThread "SERVER MONITOR" [_thread_blocked, id=82]
    0x0075f5a8 JavaThread "EXECUTION MANAGER: WORKER THREAD" [_thread_blocked, id=81]
    0x01fa3670 JavaThread "HeartBeat Manager" [_thread_blocked, id=80]
    0x014bdc10 JavaThread "QSERVER WORKER THREAD: 19934057" [_thread_blocked, id=79]
    0x01f86c78 JavaThread "QSERVER WORKER THREAD: 32459563" [_thread_blocked, id=78]
    0x01a40268 JavaThread "ROWID GENERATOR THREAD" [_thread_in_Java, id=77]
    0x01188590 JavaThread "Thread-2" [_thread_blocked, id=76]
    0x00c58a58 JavaThread "Timer-0" [_thread_blocked, id=75]
    0x00369630 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=73]
    0x00367dc8 JavaThread "CompilerThread1" daemon [_thread_blocked, id=72]
    0x00367028 JavaThread "CompilerThread0" daemon [_thread_blocked, id=71]
    0x00366168 JavaThread "AdapterThread" daemon [_thread_blocked, id=70]
    0x00365450 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=69]
    0x00358900 JavaThread "Finalizer" daemon [_thread_blocked, id=68]
    0x00358560 JavaThread "Reference Handler" daemon [_thread_blocked, id=67]
    Other Threads:
    0x00356480 VMThread [id=66]
    0x000b09b8 WatcherThread [id=74]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00036d10/0x00036d40] Threads_lock - owner thread: 0x0097f450
    Heap
    PSYoungGen total 235264K, used 10875K [0xe7c00000, 0xf7400000, 0xf8800000)
    eden space 230400K, 4% used [0xe7c00000,0xe869ef78,0xf5d00000)
    from space 4864K, 0% used [0xf6a80000,0xf6a80000,0xf6f40000)
    to space 4544K, 0% used [0xf6f90000,0xf6f90000,0xf7400000)
    PSOldGen total 352256K, used 38867K [0xc6400000, 0xdbc00000, 0xe7c00000)
    object space 352256K, 11% used [0xc6400000,0xc89f4f58,0xdbc00000)
    PSPermGen total 20480K, used 16712K [0xc2400000, 0xc3800000, 0xc6400000)
    object space 20480K, 81% used [0xc2400000,0xc34523f8,0xc3800000)
    Dynamic libraries:
    0x00010000      /tools/oraclebi/java/jdk1.5.0_16/bin/java
    0xff3a0000      /lib/libthread.so.1
    0xff370000      /lib/libdl.so.1
    0xff200000      /lib/libc.so.1
    0xff390000      /platform/SUNW,SPARC-Enterprise/lib/libc_psr.so.1
    0xfe800000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/server/libjvm.so
    0xff1e0000      /lib/libsocket.so.1
    0xff350000      /usr/lib/libsched.so.1
    0xff1b0000      /usr/lib/libCrun.so.1
    0xff190000      /lib/libm.so.1
    0xff080000      /lib/libnsl.so.1
    0xfe700000      /lib/libm.so.2
    0xff160000      /lib/libscf.so.1
    0xff140000      /lib/libdoor.so.1
    0xff060000      /lib/libuutil.so.1
    0xfe7e0000      /lib/libgen.so.1
    0xfe6d0000      /lib/libmd.so.1
    0xfe6b0000      /lib/libmp.so.2
    0xfe690000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/native_threads/libhpi.so
    0xfe630000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libverify.so
    0xfe5f0000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libjava.so
    0xfe5d0000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libzip.so
    0xbd200000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libawt.so
    0xbd080000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libmlib_image.so
    0xf89b0000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/headless/libmawt.so
    0xf8850000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libnet.so
    0xf8990000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libnio.so
    0xf8830000      /lib/librt.so.1
    0xf8810000      /lib/libaio.so.1
    0xc23e0000      /usr/lib/libsendfile.so.1
    0xc23c0000      /tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/libj2pkcs11.so
    0xc2390000      /usr/lib/libpkcs11.so
    0xc22e0000      /usr/lib/libcryptoutil.so.1
    0xc21a0000      /usr/lib/security/pkcs11_softtoken.so
    0xc22b0000      /SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32/libocijdbc10.so
    0xbc000000      /SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32/libclntsh.so.10.1
    0xbbe00000      /SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32/libnnz10.so
    0xc2290000      /lib/libkstat.so.1
    VM Arguments:
    jvm_args: -Xms512m -Xmx800m
    java_command: com.siebel.etl.net.QServer
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/tools/oraclebi/java/jdk1.5.0_16
    PATH=/SIWH_APP_D1048T_SW/app/oracle/product/10.2.0/client10g/bin:/SIWH_APP_D1048T_SW/app/oracle/product/10.2.0/client10g/opmn/bin:/usr/bin:/SIWH_APP_D1043T_SW/oracle/tools/MOT:/SIWH_APP_D1043T_SW/oracle/tools/MOT/exe:/SIWH_APP_D1043T_SW/oracle/tools/MOT/rman/exe:/var/sdmi_adm/sdmiprd/current/exe:/var/tools/bin:/usr/bin:/appl/usf/perl/cur/bin:/appl/usf/sdi/cur/bin:/appl/usf/stu_common/cur/bin:/appl/usf/sysinfo/cur/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.
    LD_LIBRARY_PATH=/tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/server:/tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc:/tools/oraclebi/java/jdk1.5.0_16/jre/../lib/sparc:/SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/oraclebi/OracleBI/web/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin
    SHELL=/bin/ksh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x70d110], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x70d110], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x27325c], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGILL: [libjvm.so+0x27325c], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x67e3cc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x67e3cc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    --------------- S Y S T E M ---------------
    OS: Solaris 10 5/08 s10s_u5wos_10 SPARC
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    uname:SunOS 5.10 Generic_141414-01 sun4u (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:18.86 16.56 15.52
    CPU:total 64 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 268435456k(13421704k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_16-b02) for solaris-sparc, built on May 28 2008 01:27:30 by unknown with unknown Workshop:0x550

    Hi all... I have reviewed posts by Greg Rakers, ttc1 and user11306733 and this is my contribution:
    I assume you have the following requirements:
    1. Solaris 8, 9 or 10.
    2. SPARC 64-bit
    3. DAC 10.1.3.4.1. OBI Apps 7.9.6 and 7.9.6.1 required DAC 10.1.3.4.1 with Patch 8760212. OBI Apps 7.9.6.2 required DAC 10.1.3.4.1 with Patch 10052370. OBI Apps 7.9.6.3 required DAC 10.1.3.4.1 with Patch 12381656 *(Customers on all versions of OBI Apps using DAC 10.1.3.4.1 are recommended to upgrade to this patch)*. Patch is available for download on the Patches and Updates tab in My Oracle Support at http://support.oracle.com.
    4. Informatica 7.1.4, 8.1.1 SP4, 8.1.1 SP5, 8.6.0 or 8.6.1.
    5. JDK Standard Edition 1.6.x. for Solaris SPARC 64-bit_
    I've noticed the following:
    -> Greg Rakers
    +#+
    +# An unexpected error has been detected by HotSpot Virtual Machine:+
    +#+
    +# SIGBUS (0xa) at pc=0xff256514, pid=14595, tid=443+
    +#+
    +# Java VM: Java HotSpot(TM) Server VM (1.5.0_16-b02 mixed mode)+
    +# Problematic frame:+
    +# C [libc.so.1+0x56514]+
    +#+
    Environment Variables:
    JAVA_HOME=/tools/oraclebi/java/jdk1.5.0_16
    PATH=/SIWH_APP_D1048T_SW/app/oracle/product/10.2.0/client10g/bin:/SIWH_APP_D1048T_SW/app/oracle/product/10.2.0/client10g/opmn/bin:/usr/bin:/SIWH_APP_D1043T_SW/oracle/tools/MOT:/SIWH_APP_D1043T_SW/oracle/tools/MOT/exe:/SIWH_APP_D1043T_SW/oracle/tools/MOT/rman/exe:/var/sdmi_adm/sdmiprd/current/exe:/var/tools/bin:/usr/bin:/appl/usf/perl/cur/bin:/appl/usf/sdi/cur/bin:/appl/usf/stu_common/cur/bin:/appl/usf/sysinfo/cur/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server:.
    LD_LIBRARY_PATH=/tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc/server:/tools/oraclebi/java/jdk1.5.0_16/jre/lib/sparc:/tools/oraclebi/java/jdk1.5.0_16/jre/../lib/sparc:/SIWH_APP_D1043T_SW/app/oracle/product/10.2.0/client10g/lib32:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/oraclebi/OracleBI/web/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin:/tools/informatica/PowerCenter8.1.1/server/bin
    SHELL=/bin/ksh
    1. You're using JDK 1.5.x. I think this is the problem.
    2. PATH variable is set with INFA_HOME/server and INFA_HOME/server/bin paths several times.
    3. LD_LIBRARY_PATH variable does not neeed to include java paths.
    4. LD_LIBRARY_PATH is set with INFA_HOME/server/bin path several times.
    5. You are using Korn shell (ksh).
    -> ttc1
    my LD_LIBRARY_PATH is pointing to oracle Home and Informatica home.
    ie. /opt/oracle/product/10.2.0/client:/opt/biee/prd1/Informatica/PowerCenter8.1.1/server/bin
    1. Your oracle path is incorrectly set in LD_LIBRARY_PATH variable. INFA_HOME/server/bin is ok.
    -> user11306733
    +#+
    +# An unexpected error has been detected by HotSpot Virtual Machine:+
    +#+
    +# SIGBUS (0xa) at pc=0xff2567fc, pid=16515, tid=201+
    +#+
    +# Java VM: Java HotSpot(TM) Server VM (1.5.0_09-b03 mixed mode)+
    +# Problematic frame:+
    +# C [libc.so.1+0x567fc]+
    +#+1. You're using JDK 1.5.x. I think this is the problem.
    You need to fix the following:
    -> Greg Rakers
    1. You must install and use JDK 1.6.x.
    2. You must set INFA_HOME/server and INFA_HOME/server/bin paths once in the PATH variable (recommended).
    3. You must delete java paths from LD_LIBRARY_PATH variable (recommended) or change them for the new ones (JDK1.6.x) if you need them.
    4. You must set INFA_HOME/server/bin path once in the LD_LIBRARY_PATH variable (recommended).
    5. You must use unix shell (sh) to run startserver.sh command
    -> ttc1
    1. You must set LD_LIBRARY_PATH variable with $ORACLE_HOME/lib32.
    -> user11306733
    1. You must install and use JDK 1.6.x.
    I will waiting for your feedback.
    best regards.
    PD: If this helps you, please mark it as correct/helpful.

  • How do I fix: DirectoryServices: Job appears to have crashed: Bus error

    Can anyone help with this problem? The only solution I have found is to erase and reinstall the OS. A reinstall alone will not fix it.
    I have experienced this problem on 3 Macs now, and Apple Care has virtually rebuilt my mini attempting to fix it. However to date, I haven't been able to find anyone at Apple who will look at the data. Here is what appears endlessly in /var/log/system.log:
    Apr 1 08:55:43 Peters-MacBook-Air com.apple.launchd[1] (com.apple.DirectoryServices[161]): Job appears to have crashed: Bus error
    Apr 1 08:55:43 Peters-MacBook-Air com.apple.launchd[1] (com.apple.DirectoryServices): Throttling respawn: Will start in 8 seconds
    Apr 1 08:55:43 Peters-MacBook-Air com.apple.ReportCrash.Root[156]: 2011-04-01 08:55:43.390 ReportCrash[156:140b] Saved crash report for DirectoryService[161] version ??? (???) to /Library/Logs/DiagnosticReports/DirectoryService2011-04-01-085543localhost.crash
    Apr 1 08:55:51 Peters-MacBook-Air DirectoryService[162]: Improper shutdown detected
    Apr 1 08:55:53 Peters-MacBook-Air com.apple.launchd[1] (com.apple.DirectoryServices[162]): Job appears to have crashed: Bus error
    Apr 1 08:55:53 Peters-MacBook-Air com.apple.launchd[1] (com.apple.DirectoryServices): Throttling respawn: Will start in 8 seconds
    Apr 1 08:55:53 Peters-MacBook-Air com.apple.ReportCrash.Root[156]: 2011-04-01 08:55:53.788 ReportCrash[156:380b] Saved crash report for DirectoryService[162] version ??? (???) to /Library/Logs/DiagnosticReports/DirectoryService2011-04-01-085553localhost.crash
    Apr 1 08:56:01 Peters-MacBook-Air DirectoryService[163]: Improper shutdown detected
    Apr 1 08:56:04 Peters-MacBook-Air com.apple.launchd[1] (com.apple.DirectoryServices[163]): Job appears to have crashed: Bus error
    Apr 1 08:56:04 Peters-MacBook-Air com.apple.launchd[1] (com.apple.DirectoryServices): Throttling respawn: Will start in 8 seconds
    Apr 1 08:56:04 Peters-MacBook-Air com.apple.ReportCrash.Root[156]: 2011-04-01 08:56:04.237 ReportCrash[156:472f] Saved crash report for DirectoryService[163] version ??? (???) to /Library/Logs/DiagnosticReports/DirectoryService2011-04-01-085604localhost.crash
    Apr 1 08:56:12 Peters-MacBook-Air DirectoryService[165]: Improper shutdown detected
    Here is one of the crash logs.
    Process: DirectoryService [226]
    Path: /usr/sbin/DirectoryService
    Identifier: DirectoryService
    Version: ??? (???)
    Code Type: X86-64 (Native)
    Parent Process: launchd [1]
    Date/Time: 2011-04-04 10:30:15.232 -0600
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: 0x000000000000000a, 0x0000000100385000
    Crashed Thread: 1 Dispatch queue: com.apple.root.default-priority
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff8503f2da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8503f94d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff83955932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff83954dbf CFRunLoopRunSpecific + 575
    4 com.apple.CoreFoundation 0x00007fff83954b46 CFRunLoopRun + 70
    5 DirectoryService 0x000000010000dbe9 main + 3061
    6 DirectoryService 0x000000010000cfec start + 52
    Thread 1 Crashed: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff8509a33d strtok_r + 19
    1 DirectoryService 0x00000001000a9d04 FlatFileNode::FetchMatchingRecords(sBDPISearchRecordsContext*, void*, unsigned int*) + 1976
    2 DirectoryService 0x00000001000acad7 FlatFileNode::InternalSearchRecords(sBDPISearchRecordsContext*, void*, unsigned int*) + 681
    3 DirectoryService 0x00000001000acd5b FlatFileNode::SearchRecords(sBDPISearchRecordsContext*, void*, unsigned int*) + 237
    4 DirectoryService 0x00000001000a5a5b BaseDirectoryPlugin::GetRecordList(sGetRecordList*) + 309
    5 DirectoryService 0x00000001000a68a0 BaseDirectoryPlugin::ProcessRequest(void*) + 584
    6 DirectoryService 0x00000001000017fb CRequestHandler::HandlePluginCall(sComData**) + 715
    7 DirectoryService 0x00000001000024bc CRequestHandler::HandleRequest(sComData**) + 222
    8 DirectoryService 0x000000010002e42a CMessaging::SendInlineMessage(unsigned int) + 148
    9 DirectoryService 0x000000010000562b dsGetRecordList + 1113
    10 DirectoryService 0x0000000100082929 CCachePlugin::GetRecordListLibInfo(unsigned int, char const*, char const*, unsigned int, tDataList*, sCacheValidation* (*)(unsigned int, unsigned int, kvbuf_t*, tDataBuffer*, tRecordEntry*, unsigned int, void*, CCache*, char const**), kvbuf_t*, void*, CCache*, char const**, sCacheValidation**) + 221
    11 DirectoryService 0x000000010008933e CCachePlugin::DSgethostbyname_int(char*, char const*, char const*, int, bool, void**, int*) + 960
    12 DirectoryService 0x0000000100089ae2 CCachePlugin::DSgethostbynameservice(kvbuft*, int) + 336
    13 DirectoryService 0x000000010008f7e7 CCachePlugin::ProcessLookupRequest(int, char*, int, int) + 811
    14 DirectoryService 0x000000010002a0fd libinfoDSmigdoQuery + 559
    15 DirectoryService 0x000000010009325a _XQuery + 262
    16 DirectoryService 0x0000000100092fea DSlibinfoMIG_server + 106
    17 DirectoryService 0x00000001000282a1 dsmigdemux_internaldispatch(mach_msg_headert*, machmsg_headert*) + 65
    18 libSystem.B.dylib 0x00007fff850bbe24 machmsgserver + 357
    19 libSystem.B.dylib 0x00007fff8507b2c4 dispatch_call_block_andrelease + 15
    20 libSystem.B.dylib 0x00007fff85059810 dispatch_workerthread2 + 206
    21 libSystem.B.dylib 0x00007fff85059168 pthreadwqthread + 353
    22 libSystem.B.dylib 0x00007fff85059005 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff8503f2da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8503f94d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff83955932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff83954dbf CFRunLoopRunSpecific + 575
    4 com.apple.CoreFoundation 0x00007fff83954b46 CFRunLoopRun + 70
    5 DirectoryService 0x000000010001c784 CPluginRunLoopThread::ThreadMain() + 150
    6 ...ectoryServiceCore.Framework 0x00000001001790ac DSCThread::Run() + 36
    7 ...ectoryServiceCore.Framework 0x000000010017934b DSLThread::_RunWrapper(void*) + 67
    8 libSystem.B.dylib 0x00007fff85078536 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff850783e9 thread_start + 13
    Thread 3: Dispatch queue: com.apple.root.high-priority
    0 libSystem.B.dylib 0x00007fff8503f316 semaphorewaittrap + 10
    1 libSystem.B.dylib 0x00007fff8507b669 dispatch_semaphore_waitslow + 211
    2 DirectoryService 0x00000001000286bd ___StartKernelListener_block_invoke8 + 33
    3 libSystem.B.dylib 0x00007fff8507b2c4 dispatch_call_block_andrelease + 15
    4 libSystem.B.dylib 0x00007fff85059831 dispatch_workerthread2 + 239
    5 libSystem.B.dylib 0x00007fff85059168 pthreadwqthread + 353
    6 libSystem.B.dylib 0x00007fff85059005 start_wqthread + 13
    Thread 4: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8505816a kevent + 10
    1 libSystem.B.dylib 0x00007fff8505a03d dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff85059d14 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8505983e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff85059168 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff85059005 start_wqthread + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff8503f2da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8503f94d mach_msg + 59
    2 libSystem.B.dylib 0x00007fff8504ac4e vprocmig_lookup2 + 182
    3 libSystem.B.dylib 0x00007fff8504aaa5 bootstraplookup2 + 268
    4 libSystem.B.dylib 0x00007fff85053ec4 dsrunning + 52
    5 libSystem.B.dylib 0x00007fff85053ce1 searchgetmodule + 86
    6 libSystem.B.dylib 0x00007fff85053c68 searchitembynumber + 196
    7 libSystem.B.dylib 0x00007fff85073a56 getpwuid + 26
    8 com.apple.CoreFoundation 0x00007fff8393cf49 _CFUpdateUserInfo + 105
    9 com.apple.CoreFoundation 0x00007fff8393ce96 _CFUserName + 22
    10 com.apple.CoreFoundation 0x00007fff8393b119 __CFXPreferencesGetManagedSourceForBundleIDAndUser + 537
    11 com.apple.CoreFoundation 0x00007fff8393aae7 __CFXPreferencesGetSearchListForBundleID + 119
    12 com.apple.CoreFoundation 0x00007fff8393a9fb CFPreferencesCopyAppValue + 43
    13 com.apple.CoreFoundation 0x00007fff8393a999 _CFBundleCopyUserLanguages + 665
    14 com.apple.CoreFoundation 0x00007fff8393a1b4 _CFBundleAddPreferredLprojNamesInDirectory + 404
    15 com.apple.CoreFoundation 0x00007fff83939c8a _CFBundleGetLanguageSearchList + 170
    16 com.apple.CoreFoundation 0x00007fff8393a4ba _CFBundleAddPreferredLprojNamesInDirectory + 1178
    17 com.apple.CoreFoundation 0x00007fff83993e97 _CFBundleCopyLanguageSearchListInDirectory + 167
    18 com.apple.CoreFoundation 0x00007fff839990d9 CFBundleCopyResourceURLsOfTypeInDirectory + 249
    19 DirectoryService 0x000000010001eb92 CPluginHandler::LoadPlugins(unsigned int) + 388
    20 DirectoryService 0x000000010000e9c9 CPluginHandler::ThreadMain() + 491
    21 ...ectoryServiceCore.Framework 0x00000001001790ac DSCThread::Run() + 36
    22 ...ectoryServiceCore.Framework 0x000000010017934b DSLThread::_RunWrapper(void*) + 67
    23 libSystem.B.dylib 0x00007fff85078536 pthreadstart + 331
    24 libSystem.B.dylib 0x00007fff850783e9 thread_start + 13
    Thread 6: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff8503f2da machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8503f94d mach_msg + 59
    2 libSystem.B.dylib 0x00007fff850bbe93 machmsgserver + 468
    3 libSystem.B.dylib 0x00007fff8507b2c4 dispatch_call_block_andrelease + 15
    4 libSystem.B.dylib 0x00007fff85059810 dispatch_workerthread2 + 206
    5 libSystem.B.dylib 0x00007fff85059168 pthreadwqthread + 353
    6 libSystem.B.dylib 0x00007fff85059005 start_wqthread + 13
    Thread 7: Dispatch queue: com.apple.root.high-priority
    0 libSystem.B.dylib 0x00007fff8507b8c2 syscall + 10
    1 DirectoryService 0x00000001000284ca ___StartKernelListener_block_invoke9 + 72
    2 libSystem.B.dylib 0x00007fff8507b2c4 dispatch_call_block_andrelease + 15
    3 libSystem.B.dylib 0x00007fff85059831 dispatch_workerthread2 + 239
    4 libSystem.B.dylib 0x00007fff85059168 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff85059005 start_wqthread + 13
    Thread 1 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x000000010040c300 rcx: 0x00007fff70996630 rdx: 0x000000010040bab0
    rdi: 0x0000000100385000 rsi: 0x00000001000eebea rbp: 0x000000010037fd70 rsp: 0x000000010037fd70
    r8: 0x0000000000000000 r9: 0x000000010040c1e0 r10: 0x0000000000000001 r11: 0x0000000000000011
    r12: 0x0000000000000000 r13: 0x0000000000000001 r14: 0x000000010040c380 r15: 0x000000010037fea0
    rip: 0x00007fff8509a33d rfl: 0x0000000000010206 cr2: 0x0000000100385000
    Binary Images:
    0x100000000 - 0x100120ff7 +DirectoryService ??? (???) <910DBBCD-D741-1530-210F-9A3944045A5B> /usr/sbin/DirectoryService
    0x100171000 - 0x100182fff com.apple.DirectoryServiceCore.Framework 3.6 (621.9) <16FCF0D0-89B6-6BD2-F8CA-443E1A89307C> /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <DB8B8AB0-0C97-B51C-BE8B-B79895735A33> /usr/lib/dyld
    0x7fff80a41000 - 0x7fff80b58fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <AFE91118-DBF3-6313-37B8-8A2002C6A46B> /usr/lib/libxml2.2.dylib
    0x7fff80bc6000 - 0x7fff80c7cfff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <1960E662-D35C-5D98-EB16-D43166AE6A22> /usr/lib/libobjc.A.dylib
    0x7fff813f6000 - 0x7fff81445ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <F5B744D7-AEAF-6B66-43CF-6E31CDA18EAB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff81446000 - 0x7fff8144aff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8144b000 - 0x7fff814ebfff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff814ec000 - 0x7fff81569fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff817a6000 - 0x7fff817d1ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <6589F0FC-41DB-8494-CA8B-487F4E328EB9> /usr/lib/libxslt.1.dylib
    0x7fff821e1000 - 0x7fff82467fff com.apple.security 6.1.1 (37594) <1B4E1ABD-1BB3-DA49-F574-0EEB23E73C6A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff824fd000 - 0x7fff82525fff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff828c2000 - 0x7fff82922fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff82968000 - 0x7fff8297afe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
    0x7fff829ff000 - 0x7fff82a20fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9B7AEE96-D18E-5ECF-9837-BD5CFD397831> /usr/lib/libresolv.9.dylib
    0x7fff83909000 - 0x7fff83a80fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff84e33000 - 0x7fff84e44ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
    0x7fff84ee3000 - 0x7fff84f2ffff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff84f7b000 - 0x7fff84fb8fff com.apple.LDAPFramework 2.0 (120.1) <A890D6E1-2721-1C1B-3B3C-13ACE5EF6B3D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff84ff3000 - 0x7fff8503dff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8503e000 - 0x7fff851fffff libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib
    0x7fff857a0000 - 0x7fff857a1ff7 com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff857c5000 - 0x7fff85882ff7 com.apple.CoreServices.OSServices 357 (357) <ABB9A264-05D8-DFF1-35DB-C4B19C4E0B71> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff85883000 - 0x7fff85a41fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <781E7B63-2AD0-E9BA-927C-4521DB616D02> /usr/lib/libicucore.A.dylib
    0x7fff85b42000 - 0x7fff85b83fff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff85fab000 - 0x7fff8605afff edu.mit.Kerberos 6.5.10 (6.5.10) <05AEA348-2288-E1C0-8F10-0D8880AE7530> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff861c2000 - 0x7fff8627bfff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff8627c000 - 0x7fff86292fef libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
    0x7fff86958000 - 0x7fff86a79fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff86c7c000 - 0x7fff86cb6fff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff8740e000 - 0x7fff8741cff7 libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
    0x7fff87454000 - 0x7fff87788fff com.apple.CoreServices.CarbonCore 861.23 (861.23) <08F360FA-1771-4F0B-F356-BEF68BB9D421> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff878b9000 - 0x7fff878b9ff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8864d000 - 0x7fff88688fff com.apple.AE 496.4 (496.4) <CB905496-4D6B-F26A-399D-840D26DBEE5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff88878000 - 0x7fff8894afe7 com.apple.CFNetwork 454.11.5 (454.11.5) <B3E2BE12-D7AA-5940-632A-1E5E7BF8E6E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8894b000 - 0x7fff88bceff7 com.apple.Foundation 6.6.4 (751.42) <9A99D378-E97A-8C0F-3857-D0FAA30FCDD5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88e7f000 - 0x7fff88f0ffff com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff89120000 - 0x7fff8912ffff com.apple.NetFS 3.2.1 (3.2.1) <4396CAD7-FDAF-8C63-97FA-74E7124DFF2A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8913e000 - 0x7fff89144fff com.apple.DiskArbitration 2.3.1 (2.3.1) <D5D3AE5F-83AC-0CEB-2DC3-755F0CC20A4E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <71E6D4C9-F945-6EC2-998C-D61AD590DAB6> /usr/lib/libSystem.B.dylib

    Any fix for this yet?
    com.apple.DirectoryServices crashes and attempts to restart every 10 seconds on my system:
    10/10/11 4:05:29 PM    com.apple.launchd[1]    (com.apple.DirectoryServices[1791]) Job appears to have crashed: Bus error
    10/10/11 4:05:29 PM    com.apple.launchd[1]    (com.apple.DirectoryServices) Throttling respawn: Will start in 7 seconds
    10/10/11 4:05:29 PM    com.apple.ReportCrash.Root[1789]    2011-10-10 16:05:29.978 ReportCrash[1789:4543] Saved crash report for DirectoryService[1791] version ??? (???) to /Library/Logs/DiagnosticReports/DirectoryService_2011-10-10-160529_localhost.cr ash

  • Acrobat Pro XI SIGBUS ERROR

    So Acrobat Pro XI on Mac OS X crashed with SIGBUS ERROR.  Has anyone seen this before on a MAC or know the cause or solution?  I will attach the crash report.  Any help is appreciated.
    doug
    Process:         AdobeAcrobat [22295]
    Path:            /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         11.0.03 (11.0.03)
    Code Type:       X86 (Native)
    Parent Process:  launchd [148]
    User ID:         2078918873
    Date/Time:       2013-06-18 08:08:59.613 -0400
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          662157 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  474117 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      4F751920-E103-6E04-62C7-7531E9D868B5
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
        VM_ALLOCATE            0000000000001000-000000000008c000 [  556K] ---/--- SM=NUL 
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x9a543281 objc_assign_strongCast_non_gc + 8
    1   com.apple.CoreFoundation                0x93e1a411 _CFXNotificationRemoveObservers + 913
    2   com.apple.Foundation                    0x98bcdca8 -[NSNotificationCenter removeObserver:name:object:] + 234
    3   com.adobe.Acrobat.framework             0x008d56f2 0x92000 + 8664818
    4   com.adobe.Acrobat.framework             0x0073afd2 0x92000 + 6983634
    5   com.adobe.Acrobat.framework             0x00bc0602 0x92000 + 11724290
    6   com.adobe.Acrobat.framework             0x0069f020 0x92000 + 6344736
    7   com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    8   com.adobe.Acrobat.framework             0x005674db 0x92000 + 5067995
    9   com.adobe.Acrobat.framework             0x00e3fa57 0x92000 + 14342743
    10  com.adobe.Acrobat.framework             0x0095504e 0x92000 + 9187406
    11  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    12  com.adobe.Acrobat.framework             0x00953421 0x92000 + 9180193
    13  com.adobe.Acrobat.framework             0x00953286 0x92000 + 9179782
    14  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    15  com.adobe.Acrobat.framework             0x006214c6 0x92000 + 5829830
    16  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    17  com.adobe.Acrobat.framework             0x005e79dd 0x92000 + 5593565
    18  com.adobe.Acrobat.framework             0x005e7878 0x92000 + 5593208
    19  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    20  com.adobe.Acrobat.framework             0x006214c6 0x92000 + 5829830
    21  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    22  com.adobe.Acrobat.framework             0x006ce75f 0x92000 + 6539103
    23  com.adobe.Acrobat.framework             0x006d32a4 0x92000 + 6558372
    24  com.adobe.Acrobat.framework             0x0024363b 0x92000 + 1775163
    25  com.adobe.Acrobat.framework             0x00c6998d 0x92000 + 12417421
    26  com.adobe.Acrobat.framework             0x00c69786 0x92000 + 12416902
    27  com.adobe.Acrobat.framework             0x00c69678 0x92000 + 12416632
    28  com.adobe.Acrobat.framework             0x00b31a59 0x92000 + 11139673
    29  com.adobe.Acrobat.framework             0x0016a363 0x92000 + 885603
    30  com.adobe.Acrobat.framework             0x00169e95 0x92000 + 884373
    31  com.adobe.Acrobat.framework             0x006cddd3 0x92000 + 6536659
    32  com.adobe.Acrobat.framework             0x00169c95 0x92000 + 883861
    33  com.adobe.Acrobat.framework             0x0016c64b 0x92000 + 894539
    34  com.adobe.Acrobat.framework             0x006e8fea 0x92000 + 6647786
    35  com.adobe.Acrobat.framework             0x00859807 0x92000 + 8157191
    36  com.adobe.Acrobat.framework             0x0085a3fa 0x92000 + 8160250
    37  com.adobe.Acrobat.framework             0x006e8a61 0x92000 + 6646369
    38  com.adobe.Acrobat.framework             0x006e9168 0x92000 + 6648168
    39  com.adobe.Acrobat.framework             0x006e909f 0x92000 + 6647967
    40  com.adobe.Acrobat.framework             0x006e53f5 0x92000 + 6632437
    41  com.adobe.Acrobat.framework             0x003df2bf 0x92000 + 3461823
    42  com.adobe.Acrobat.framework             0x003df200 0x92000 + 3461632
    43  com.adobe.Acrobat.framework             0x003e1294 0x92000 + 3469972
    44  com.adobe.Acrobat.framework             0x00406608 0x92000 + 3622408
    45  com.adobe.Acrobat.framework             0x004042ef 0x92000 + 3613423
    46  com.adobe.Acrobat.framework             0x004037ab 0x92000 + 3610539
    47  com.adobe.Acrobat.framework             0x0039ef6e 0x92000 + 3198830
    48  com.adobe.Acrobat.framework             0x0039f002 0x92000 + 3198978
    49  com.adobe.Acrobat.framework             0x0039edbf 0x92000 + 3198399
    50  com.adobe.Acrobat.framework             0x004030ae 0x92000 + 3608750
    51  com.apple.AE                            0x91ea0a35 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 331
    52  com.apple.AE                            0x91e75fbe dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    53  com.apple.AE                            0x91e75e7d aeProcessAppleEvent + 318
    54  com.apple.HIToolbox                     0x967ecc58 AEProcessAppleEvent + 100
    55  com.apple.AppKit                        0x94fe4cdd _DPSNextEvent + 1655
    56  com.apple.AppKit                        0x94fe416c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    57  com.apple.AppKit                        0x94fda5cc -[NSApplication run] + 855
    58  com.adobe.Acrobat.framework             0x0009b8b0 0x92000 + 39088
    59  com.adobe.Acrobat.framework             0x00099ff3 RunAcrobat + 307
    60  com.adobe.Acrobat.Pro                   0x0008ced5 main + 91
    61  com.adobe.Acrobat.Pro                   0x0008ce71 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x920e69ae kevent + 10
    1   libdispatch.dylib                       0x91dccc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x91dcc7a9 _dispatch_mgr_thread + 53
    Thread 2:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x920e5c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9a51fa55 nanosleep$UNIX2003 + 189
    2   com.apple.Foundation                    0x98c05935 +[NSThread sleepForTimeInterval:] + 151
    3   com.adobe.Acrobat.framework             0x00e83dc2 0x92000 + 14622146
    4   com.apple.Foundation                    0x98bfd259 -[__NSOperationInternal start] + 740
    5   com.apple.Foundation                    0x98bfcf64 -[NSOperation start] + 67
    6   com.apple.Foundation                    0x98c05039 __block_global_6 + 135
    7   libdispatch.dylib                       0x91dcdf8f _dispatch_call_block_and_release + 15
    8   libdispatch.dylib                       0x91dc9c82 _dispatch_client_callout + 46
    9   libdispatch.dylib                       0x91dcaf02 _dispatch_worker_thread2 + 285
    10  libsystem_c.dylib                       0x9a497e72 _pthread_wqthread + 441
    11  libsystem_c.dylib                       0x9a47fd2a start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x920e58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9a49a280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9a520095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x996e3492 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x996e368e TSWaitOnConditionTimedRelative + 146
    5   com.apple.CoreServices.CarbonCore          0x9962facb MPWaitOnQueue + 261
    6   com.adobe.ACE                           0x021ae4dc 0x21ac000 + 9436
    7   com.adobe.ACE                           0x021ae441 0x21ac000 + 9281
    8   com.apple.CoreServices.CarbonCore          0x996b6a7b PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x920e58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9a49a280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9a520095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AGM                           0x02315f67 0x230a000 + 48999
    4   com.adobe.AGM                           0x02315ea6 0x230a000 + 48806
    5   com.adobe.AGM                           0x02315e44 0x230a000 + 48708
    6   com.adobe.AGM                           0x02315ae4 0x230a000 + 47844
    7   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x920e69ae kevent + 10
    1   com.adobe.Acrobat.framework             0x0148f74b 0x92000 + 20961099
    2   com.adobe.Acrobat.framework             0x013eeeff 0x92000 + 20303615
    3   com.adobe.Acrobat.framework             0x013eb975 0x92000 + 20289909
    4   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x920e37d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x920e2cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x93dd2f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x93dd895f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x93dd801a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x93dd7e8b CFRunLoopRunInMode + 123
    6   com.adobe.AcrobatPlugin.EFS             0x06e0f876 0x6df8000 + 96374
    7   com.apple.Foundation                    0x98c04448 -[NSThread main] + 45
    8   com.apple.Foundation                    0x98c043cb __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 7:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x920e37d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x920e2cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x93dd2f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x93dd895f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x93dd801a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x93dd7e8b CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x98ba037a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x98c04448 -[NSThread main] + 45
    8   com.apple.Foundation                    0x98c043cb __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x920e5be6 __select + 10
    1   com.apple.CoreFoundation                0x93e1c650 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    3   libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x920e60ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9a4980ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9a497e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9a47fd2a start_wqthread + 30
    Thread 10:
    0   libsystem_kernel.dylib                  0x920e60ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9a4980ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9a497e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9a47fd2a start_wqthread + 30
    Thread 11:
    0   libsystem_c.dylib                       0x9a47fd0c start_wqthread + 0
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x08e7a880  ebx: 0x0003aa90  ecx: 0x00000000  edx: 0x00000000
      edi: 0x097f2000  esi: 0x7868a130  ebp: 0xbff737a8  esp: 0xbff736ec
       ss: 0x00000023  efl: 0x00010246  eip: 0x9a543281   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 1
    Binary Images:
       0x8c000 -    0x8cfff +com.adobe.Acrobat.Pro (11.0.03 - 11.0.03) <9B19B497-B399-3889-9550-EE2FAAD48322> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
       0x92000 -  0x201bffb +com.adobe.Acrobat.framework (11.0.03 - 11.0.03) <53854CB3-B83C-3759-8A0C-5130BF4C19F4> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    0x21ac000 -  0x22fefe7 +com.adobe.ACE (AdobeACE 2.20.02.1 - 2.20.02.1) <711209D4-FBA8-37AE-9B21-E7F7EAE52A36> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x230a000 -  0x28dfff7 +com.adobe.AGM (AdobeAGM 4.28.134.1 - 4.28.134.1) <4EE50823-6517-3CEE-8154-05D8AE487BE8> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x294a000 -  0x2968ff3 +com.adobe.BIB (AdobeBIB 1.2.03.1 - 1.2.03.1) <21A36908-3031-35AF-A74B-ECC65BEAEC9F> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x296e000 -  0x2c6bffb +com.adobe.CoolType (AdobeCoolType 5.11.132.1 - 5.11.132.1) <555674F2-9F9E-31E5-AB07-B9B7DAED97F1> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x2c9f000 -  0x2dbeffb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x2e72000 -  0x2e8bff7  com.apple.ScriptingBridge (1.3 - 61.2) <74397541-E4DD-3DCA-BA5F-F7AAF145819A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x2e9d000 -  0x3b32ff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x42b7000 -  0x42b7ff7  libffi.dylib (18) <362F6C27-6407-388E-9521-8A2A0845188C> /usr/lib/libffi.dylib
    0x5547000 -  0x5554ff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x6d94000 -  0x6db5ff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.21186 - 3.7.101.21186) <D65C0C81-572E-3DCB-A1CF-BC5BF2D59500> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x6df8000 -  0x6e1dff7 +com.adobe.AcrobatPlugin.EFS (11.0.03 - 11.0.03) <208AF5A3-7FA8-36FC-8E51-08E7E7FE6E8C> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/EFS.acroplugin/Contents/MacOS/EFS
    0x8b99000 -  0x8bbfffb +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <DE33E3BF-669D-3851-8C16-CA1CFCDA315A> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x8bd1000 -  0x8c39ffa +AcroSQLite (1) <8667FF2C-186C-33E6-96FD-ECED266933F1> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/Versions/A/AcroSQLite
    0x8c3f000 -  0x8d24ff7 +com.adobe.amtlib (amtlib 6.2.0.42 - 6.2.0.42) <979ED254-104A-0377-8FC4-E878DA48F523> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/amtlib.framework/amtlib
    0x90db000 -  0x9315ffb +com.adobe.AcrobatPlugin.EScript (11.0.03 - 11.0.03) <1BE48BF7-A0B5-3CFD-AD13-8B45D20B5D17> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/EScript.acroplugin/Contents/MacOS/EScript
    0x9378000 -  0x93a7fff +com.adobe.AcrobatPlugin.Updater (11.0.03 - 11.0.03) <71AC8D0E-CA6D-35C0-B565-C98457D9C84E> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/Updater.acroplugin/Contents/MacOS/Updater
    0x8fe8b000 - 0x8febde57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90013ff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x900cc000 - 0x900e2fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9012c000 - 0x90155ff7  libRIP.A.dylib (332) <521E60A6-A768-3CB8-B10D-D10EECD68A94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x90156000 - 0x90159ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x9015a000 - 0x9016dff9  com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x90171000 - 0x907fdff3  com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x907fe000 - 0x90879ff3  com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9087a000 - 0x9087bffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9087c000 - 0x90ae9ffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x90aea000 - 0x90b20ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x90b21000 - 0x90b21fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x9185b000 - 0x91919ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9191a000 - 0x91b73ff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91baa000 - 0x91c03fff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91c04000 - 0x91d0fff7  libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91d10000 - 0x91d5effb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x91d63000 - 0x91d63fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91d64000 - 0x91dbffff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x91dc0000 - 0x91dc7ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x91dc8000 - 0x91ddaff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x91ddb000 - 0x91e08ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x91e09000 - 0x91e6dff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x91e6e000 - 0x91ec8ffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x91f46000 - 0x91f79ffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x91f81000 - 0x91fd1ff7  com.apple.CoreMediaIO (308.0 - 4155.4) <E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x91fd2000 - 0x92033fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92034000 - 0x9209afff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x920d1000 - 0x920ebffc  libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
    0x920ec000 - 0x9212bff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9212f000 - 0x92146fff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x92147000 - 0x922a4ffb  com.apple.QTKit (7.7.1 - 2599.31) <60F5FCA7-E537-3D2A-A7C9-D1A06B55008C> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x922b1000 - 0x92326ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BEE998BC-E4A5-3BA0-A6B5-31A1DFA1522C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x92390000 - 0x9240cff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x9240d000 - 0x9244fffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x92450000 - 0x9284cfeb  com.apple.VideoToolbox (1.0 - 926.104) <4275B89E-F826-3F65-ACE1-89052A9CAC6B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x92fe9000 - 0x92fe9fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x92fea000 - 0x92feaffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x92feb000 - 0x932abff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x932ba000 - 0x932c4fff  libCSync.A.dylib (332) <86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x932c5000 - 0x932d4fff  libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x933b0000 - 0x9342aff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9342d000 - 0x93568ff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x93569000 - 0x93601fff  com.apple.CoreServices.OSServices (557.6 - 557.6) <8DEEED08-A4B3-3B08-8C2A-BDDBF005B43F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x93602000 - 0x9360bffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9360c000 - 0x93888ff7  com.apple.QuickTime (7.7.1 - 2599.31) <D9571083-873B-3221-A7DF-23BAFC0F3467> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93889000 - 0x938cdff7  libGLU.dylib (8.9.2) <F33F6C73-7F89-3B5B-A50F-2AB57BBA314D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x938ff000 - 0x93909ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x9390a000 - 0x9390effc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9390f000 - 0x93a5dff3  com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x93a5e000 - 0x93b47ff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x93b48000 - 0x93c1cff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93c28000 - 0x93c4afff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
    0x93c4b000 - 0x93c4ffff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93c50000 - 0x93c92fff  libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
    0x93c93000 - 0x93d84ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x93d85000 - 0x93d88ffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x93d89000 - 0x93da0ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x93da1000 - 0x93f89ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93f8a000 - 0x93fecfff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x94b5d000 - 0x94b5efff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x94b5f000 - 0x94b5ffff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x94b60000 - 0x94b69fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94b6a000 - 0x94c01ff7  com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x94c02000 - 0x94c03fff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x94c35000 - 0x94c3eff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94c3f000 - 0x94c3ffff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x94c40000 - 0x94c42fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x94c43000 - 0x94c60ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x94c61000 - 0x94cb8ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x94cb9000 - 0x94cc3fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x94cc4000 - 0x94ccafff  libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x94ccb000 - 0x94de7ffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x94de8000 - 0x94defff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94e31000 - 0x94e3ffff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x94e40000 - 0x94e43ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x94e53000 - 0x94e80ffb  com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x94e81000 - 0x95a3dff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95a3e000 - 0x95b1ffff  libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
    0x95b20000 - 0x95b2cffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x95b2d000 - 0x95b2effd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x95b2f000 - 0x95b2ffff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95b30000 - 0x95b4dfff  libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
    0x95b4e000 - 0x95b79ff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x95b7a000 - 0x95c2efff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95cd1000 - 0x95cdafff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x95cdb000 - 0x95cddffb  libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95cde000 - 0x95cdffff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x95ce0000 - 0x96122fff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x96135000 - 0x9634cfff  com.apple.CoreData (106.1 - 407.7) <EC4B8297-8E01-3778-A8A4-E8747F91109D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9634d000 - 0x96395ff5  com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96396000 - 0x963f0ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x963f1000 - 0x963f2fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x963f3000 - 0x964e7ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x964e8000 - 0x964ecffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x964ed000 - 0x964faff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x9652b000 - 0x965c6fff  com.apple.CoreSymbolication (3.0 - 117) <2BBBE224-301D-3931-AEF2-DD967A6E9172> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x965c7000 - 0x965cafff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x96728000 - 0x96783ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96784000 - 0x96788fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x96789000 - 0x96b6cfff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x96b6f000 - 0x96ca2ff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x96ca6000 - 0x96cd7fff  com.apple.DictionaryServices (1.2 - 184.4) <A31BB2CE-6965-3610-8B11-EA26EC6D7EEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x96d6a000 - 0x96d6bfff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x96d6c000 - 0x96d7aff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x96d7b000 - 0x96e18ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <639CF802-BE94-39C5-AC97-B5B42FF910C2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x96e19000 - 0x96e2efff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x96e2f000 - 0x96e31fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96e32000 - 0x96e9aff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96e9b000 - 0x972b8fff  FaceCoreLight (2.4.1) <B12C8721-EFB3-30A2-9A1B-ABCDF5670764> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x972b9000 - 0x974e9fff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x9751e000 - 0x9753effd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x9753f000 - 0x97564ffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x97565000 - 0x9758efff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9758f000 - 0x97593ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x97594000 - 0x975eefff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x975ef000 - 0x97601fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x97602000 - 0x97602fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97603000 - 0x977bfffd  libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
    0x977c0000 - 0x9780fff6  libTIFF.dylib (850) <78E121A6-92A2-3120-883C-7AA3C2966F9C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97810000 - 0x97810fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x97811000 - 0x97836ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97837000 - 0x979c0ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x979c1000 - 0x979d6fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x97cc4000 - 0x97d73ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x97d74000 - 0x97ddcfe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x97eb3000 - 0x97eb4fff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
    0x97eb5000 - 0x97eb8ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x98001000 - 0x9804bff7  com.apple.framework.CoreWLAN (3.3 - 330.15) <74C4B50F-7016-341F-8261-D379B8F0CC97> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9804c000 - 0x980f6fff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x980f7000 - 0x98101fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x98102000 - 0x98171ffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x9817e000 - 0x981cafff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x9820b000 - 0x9821bff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9821c000 - 0x98280ff7  com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x98281000 - 0x9829efff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x9829f000 - 0x982a5fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x982a6000 - 0x982fdff3  com.apple.HIServices (1.20 - 417) <B8410ABC-E0DB-31EB-B923-17F3B65B5F4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x982fe000 - 0x98309fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x9830a000 - 0x98314fff  com.apple.DisplayServicesFW (2.7.2 - 357) <5042CDAE-5580-3204-B675-745DA083E7AA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x98315000 - 0x9848dff5  com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9848e000 - 0x98520ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x98528000 - 0x985c8ff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x985c9000 - 0x985d7fff  com.apple.op

    [2015-01-20 11:37:22] Adobe ARM 1.802.11.4130 logging started.
    [2015-01-20 11:37:22] Command Line: /PRODUCT:Acrobat /VERSION:11.0 /MODE:2
    [2015-01-20 11:37:22] could not find valid preference in product specific registry
    [2015-01-20 11:37:22] could not find valid preference in default registry, setting to semi-auto
    [2015-01-20 11:37:22] ProductCode: {AC76BA86-1033-FFFF-7760-000000000006}
    [2015-01-20 11:37:22] ProductName: Adobe Acrobat XI Pro
    [2015-01-20 11:37:22] ProductVersion: 11.0.06
    [2015-01-20 11:37:22] ProductUACPatching: enabled
    [2015-01-20 11:37:22] Using CommandLine preference AUTO_DOWNLOAD
    [2015-01-20 11:37:22] Registered Error data irrelevant - Product Version has changed
    [2015-01-20 11:37:30] No CRD to store
    [2015-01-20 11:37:30] New file object: AcrobatUpd11010.msp
    [2015-01-20 11:37:32] No CRD to store
    [2015-01-20 11:37:32] Newer version ARM update is not available
    [2015-01-20 11:38:01] InstallProductMsp...
    [2015-01-20 11:38:01]    file - C:\ProgramData\Adobe\ARM\Acrobat_11.0.00\AcrobatUpd11010.msp
    [2015-01-20 11:38:01]    args -
    [2015-01-20 11:39:03] Installation error code:
    [2015-01-20 11:39:03]    Error Code: 1603
    [2015-01-20 11:39:03] Error Code: 1603
    [2015-01-20 11:39:03] ** Setting Error Condition:
    [2015-01-20 11:39:03]    Error Code: 150000
    [2015-01-20 11:39:03] *** Product after installation ***
    [2015-01-20 11:39:03] could not find valid preference in product specific registry
    [2015-01-20 11:39:03] could not find valid preference in default registry, setting to semi-auto
    [2015-01-20 11:39:03] ProductCode: {AC76BA86-1033-FFFF-7760-000000000006}
    [2015-01-20 11:39:03] ProductName: Adobe Acrobat XI Pro
    [2015-01-20 11:39:03] ProductVersion: 11.0.06
    [2015-01-20 11:39:03] ProductUACPatching: enabled
    [2015-01-20 11:39:07] User exited
    [2015-01-20 11:39:07] ARM returns ERROR_SUCCESS
    [2015-01-20 11:39:07] Adobe ARM 1.802.11.4130 logging finished.

  • SIGBUS error

    Hi,
    I've got an issue when using an ethernet control surface with Digital Performer 7.22. Whilst this is neither a DP nor Euphonix/Avid forum, having done some googling I've found that the error I'm getting is associated with many other applications on Mac OSX (involving the same symptom of crashing/quitting unexpectedly).
    The error occurs specifically when changing between chunks in DP when I have the Euphonix MC Mix hooked up and controlling DP. It completely crashes unexpectedly when I change to a new chunk within a sequence. The error report I am getting is as follows:
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  27
    Thread 27 Crashed:
    0   ???                                     0000000000 0 + 0
    1   com.Euphonix.MotuEuConAdapter           0x22f3abf9 boost::function0<bool, std::allocator<boost::function_base> >::operator()() const + 41
    2   com.Euphonix.MotuEuConAdapter           0x22f3a6f5 ProducerConsumer::CallbackConsume(QueueManager::CallbackElem*) + 69
    3   com.Euphonix.MotuEuConAdapter           0x22f36958 EuphonixSurface::ConsumeFunction() + 792
    4   com.Euphonix.MotuEuConAdapter           0x2302cb46 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    5   com.Euphonix.MotuEuConAdapter           0x2302cabf thread_proxy + 99
    6   libSystem.B.dylib                       0x94e61819 _pthread_start + 345
    7   libSystem.B.dylib                       0x94e6169e thread_start + 34
    I am not knowledgable enough to discern anything from the Crash Log, but someone here might. Any ideas?
    Have checked all software and ensured it is up to date. Have also tried whilst connected to the internet and otherwise. Have also reinstalled software numerous times. The same symptom on other machines as well.
    As I mentioned, having done a google search I've found many other users with similar crash reports and same unexpected quitting. For this reason, I suspect its not a DP/Euphonx-specific issue, but a Mac OS issue.
    Running 10.6.8
    Thanks for any advice.
    Steve

    Without getting too technical, a SIGBUS error occurs when a program or driver attempts to access memory that doesn't exist, or at an address that's not good (no longer valid). This is a very common error and generally the result of failing to initialize a variable in some code, or failing to check the results that are returned from a function to verify that it worked properly.
    This isn't an OS X error, per se. OS X simply catches the mistake and terminates the program that caused it because when it occurs, the processor simply can't continue processing the program instructions.
    In this case, it looks like Euphonix driver attempted to access memory at address 0. More specifically, it looks as though the ConsumeFunction() call attempted to execute a function pointed to by a CallbackElem pointer, and this pointer had a null-value (presumably because whatever process assigned the CallbackElem pointer failed).
    Address 0 is always an invalid address, and this means that somewhere in the driver, the driver's programmer failed to initialize a variable, or received an address as the result of some call/operation and never checked to see if it worked. This is a bug in the driver, and you need to report it to them. You will probably need to provide information about your hardware, OS version, other software, and anything you do that can reproducibly trigger the error.

  • SIGBUS Error through OCIServerAttach

    Hi All,
    I am getting a Sigbus 10 error in my server process which tries to connect to database using the OCIServerAttach. The stack or dbx trace of the process is as under. Can any body help in finding what may be the problem.
    [1] __lwp_sema_wait(0x84ef0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xeef3a4e8
    [2] _park(0x84e48, 0x84ef0, 0x0, 0x2, 0xef6b7cc0, 0xeeb0ddd0), at 0xef697e98
    [3] _swtch(0x5, 0xef6b6ca0, 0x84ecc, 0x84ec8, 0x84ec4, 0x84ec0), at 0xef697b7c
    [4] mutexadaptive_lock(0xeefa9a38, 0x4c00, 0xef6b6ca0, 0x1, 0x4d58, 0xfffeffff), at 0xef6992f4
    [5] cmutexlock(0xeefa9a38, 0xef6b6ca0, 0x77fc0, 0xa, 0x839fc, 0x0), at 0xef699000
    [6] mutexlock(0xeefa9a38, 0xff, 0xefffaa20, 0x0, 0x0, 0x0), at 0xef6a68a4
    [7] free(0x860e8, 0xeefa89c8, 0x45535400, 0x7efefeff, 0x81010100, 0xff00), at 0xeef476cc
    [8] tzcpy(0xeefabc54, 0xeffffedc, 0x0, 0xa, 0xeefa563c, 0x20), at 0xeef53654
    [9] getzname(0xeffffedc, 0xeefa89dc, 0x0, 0xeffffee6, 0x0, 0x0), at 0xeef535bc
    [10] ltzsetu(0xeefa89dc, 0xeefa563c, 0x0, 0x0, 0x0, 0xeefa89b8), at 0xeef530d8
    [11] localtime_u(0xefff9e00, 0xefff9ddc, 0x52e0c, 0xeefa563c, 0x0, 0x0), at 0xeef52654
    [12] localtimer(0xefff9e00, 0xefff9ddc, 0xeefa89e8, 0x756673, 0x850d0, 0x0), at 0xeef52850
    [13] logf(log_p = 0x83e18, ...), line 447 in "logf.c"
    [14] catch_signal(sig = 10, scp = 0xefffacd8, addr = 0xefffaa20), line 831 in "abc_d.c"
    [15] __sighndlr(0xa, 0xefffacd8, 0xefffaa20, 0x1bf40, 0x84ec0, 0x84ea0), at 0xef6a66ec
    ---- called from signal handler with signal 10 (SIGBUS) ------
    [16] mallocunlocked(), at 0xeef46ac4
    [17] malloc(0x68, 0x4d58, 0xef6b6ca0, 0x0, 0x0, 0xeefa563c), at 0xeef46894
    [18] sltsmxi(0x89048, 0xdbf60, 0xffffffff, 0x0, 0x0, 0xefffaf49), at 0xef53c7d4
    [19] snsbitini_ts(0xdbea0, 0xdbf60, 0xef61c334, 0xcdc50, 0xcb660, 0x0), at 0xef225fbc
    [20] nsgbliuc(0x80, 0x1, 0xefffb100, 0xef61c334, 0x80, 0x81), at 0xef2097fc
    [21] nsgblini(0xef65cf54, 0x1, 0xefffb100, 0xef61c334, 0xcff70, 0xcff60), at 0xef209c28
    [22] nngsini_init_streams(0xdb750, 0xa, 0xef61c334, 0xa, 0x3, 0x40), at 0xef292b1c
    [23] nncpcin_maybe_init(0x1f5, 0x8, 0x0, 0x6, 0xdb8f8, 0xdb750), at 0xef28e218
    [24] nnfgiinit(0x895b0, 0x895b0, 0xef5d5944, 0x0, 0x0, 0x0), at 0xef1f7358
    [25] nnfgauto(0xef65cf54, 0xefffb5e4, 0x0, 0xffffffff, 0x53, 0x53), at 0xef1f6e38
    [26] nnfgainit(0xef65cf54, 0x4258b0, 0xef5da754, 0x7, 0xef5da744, 0x3), at 0xef1f7b24
    [27] nnfun2a(0xef65cf54, 0xefffda98, 0xff, 0xefffc980, 0xefffb910, 0x1000), at 0xef1f6b00
    [28] nnfsn2a(0xef65cf54, 0xefffda98, 0xff, 0xefffc980, 0xefffb910, 0x1000), at 0xef1f693c
    [29] niqname(0xcdc50, 0x1001, 0xefffda98, 0xef61c334, 0xdf1b8, 0xefffeb98), at 0xef1f372c
    [30] kwfnran(0x83dd1, 0xd, 0xefffeb9c, 0xefffeb98, 0xe41f4, 0xe41f8), at 0xef1cae44
    [31] kwfcinit(0xdb0c0, 0x83dd1, 0xd, 0xefffeb9c, 0xefffeb98, 0xdb1b4), at 0xef18d2e0
    [32] kpuatch(0xdaf8c, 0x0, 0xc2804, 0xb2c10, 0xdafc8, 0x0), at 0xef111438
    [33] OCIServerAttach(0xdaf8c, 0xdb1b4, 0x83dd1, 0xd, 0x0, 0xff00), at 0xef16ee3c
    =>[34] DB_connect(dblogin = 0x83b70 "abc/abc", dbname = 0xefffed20 "abc_06534_01", dbsid = 0x83dd1 "host.server"), line 2071 in "ABC_common.c"
    [35] main(argc = 1, argv = 0xefffedac), line 163 in "abc_d.c"
    Thanks and regards,
    Kshitij

    Try Solaris JDK 1.3 RC? We're running it on our site (www.kiko.com) and it
    seems quite stable!
    Gene Chuang
    Teach the world. Join Kiko!
    http://www.kiko.com/profile/join.jsp?refcode=TAF-gchuang
    "Jas" <[email protected]> wrote in message
    news:[email protected]..
    >
    >
    Has there been any solution to the SIGBUS error for Solaris JDK yet?
    If I use JDK1.2.2_05 I get the ArrayIndexOutOfBoundsException
    If I use JDK1.2.1_04 I get the SIGBUS core dump
    If I use JDK1.2.1_03a my deployed EJBs cannot be accessed by the JSP
    In any case I always have to restart the weblogic server.
    Can anyone recommend a JDK version for Solaris to use that is still
    downloadable from http://www.sun.com/software/solaris/java/download.html ?
    I am at my wit's end here.

  • Stock variance report Crashes with error code REP-56048

    SR : 6990718.992
    gtcr : http://qmon.oraclecorp.com/qmon3/quickpicks.pl?t=t&q=6990718.992
    Problem Statement : When the user is trying to generate report for Stock variance report from Oracle Retail Merchandising System the report crashes with error code REP-56048.
    The steps to reproduce are specific to Oracle Retail Merchandising system application and hence I have not mentioned here.
    The REP-56048 error seems to be generic. Could you please advise me on this issue.
    Thanks & Regards,
    Sameer

    You can review the following Oracle Metalink Document;
    Comprehensive REP-56048 Troubleshooting and Overview Guide: Doc ID: Note:285281.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:88153902823984055::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,285281.1,1,1,1,helvetica
    Hope it would be useful.
    Adith

  • How to get rid of the weblogic.kernel.Default errors and warning?

    Hi there,
    When i'm running my application deployed on WLS8.1 SP3 and the application is running fine, but the following error and warnings were thrown.
    2004-08-05 11:26:30,453 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] ERROR com.bea.wlw.runtime.core.util.Config - Failed to obtain connection to datasource=cgDataSource, using generic DB properties
    <Aug 5, 2004 11:26:30 AM SGT> <Error> <WLW> <000000> <Failed to obtain connection to datasource=cgDataSource, using generic DB properties>
    2004-08-05 11:27:12,281 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.config.OptionConverter - Could not find value for key jcs.default.elementattributes
    2004-08-05 11:27:12,282 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.engine.control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.default.elementattributes', using defaults.
    2004-08-05 11:27:12,308 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.config.OptionConverter - Could not find value for key jcs.system.groupIdCache.elementattributes
    2004-08-05 11:27:12,308 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.engine.control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.system.groupIdCache.elementattributes', using defaults.
    2004-08-05 11:27:12,386 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.config.OptionConverter - Could not find value for key jcs.region.CodeTableCache.elementattributes
    2004-08-05 11:27:12,386 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN org.apache.jcs.engine.control.CompositeCacheConfigurator - Could not instantiate eAttr named 'jcs.region.CodeTableCache.elementattributes', using defaults.
    2004-08-05 11:27:13,527 [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] WARN com.bea.wlw.netui.script.el.NetUIReadVariableResolver - Could not create a ContextFactory for type "com.bea.netuix.servlets.script.PortalVariableResolver$PortalContextFactory" because the ContextFactory implementation class could not be found.
    May i know why this is so? How to get rid of these error and warnings?
    Thanks
    Derek
    Message was edited by derekchan at Aug 4, 2004 8:41 PM
    Message was edited by derekchan at Aug 4, 2004 8:42 PM

    you didnt seem to have configured the datasource / connection pool / database control with proper db properties
    you should check your configuration to see if you have done it right and then you should check your application and the properties settings in the controls to ensure they are right.

  • Lightroom has crashed with error message 'error reading from its preview cache' - this happens every time i try a launch it. I have looked a forum to repair the fault. there are different recommedations.can you tell me step by step how to recify  this pro

    lightroom has crashed with error message 'error reading from its preview cache' - this happens every time i try a launch it. I have looked a forum to repair the fault. there are different recommedations.can you tell me step by step how to recify  this problem. i can not find ircat ir data etc  in the programme files. Thanks

    robmac76 wrote:
    can you tell me step by step how to recify  this problem.
    Yes:
    Step 1: Delete the preview cache.
    That's it!
    So, the trick is to find the preview cache.
    This document gives location:
    http://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroom-41.html
    To be clear: it's a folder in with your catalog and you want to delete the whole folder but nothing else.
    If your catalog file path is "X:\My Catalogs\My Catalog.lrcat", then the preview cache "folder" will be:
    X:\My Catalogs\My Catalog Previews.lrdata
    So the trick is to find your catalog file, and since Lr won't open your catalog and run, you can't use it to find out.
    But you should be able to find it by searching your disks for *.lrcat files - do you know how to do that?
    Which OS?
    If you know the name of the catalog it will help, but also: it's probably NOT in with your program files.
    UPDATE: The above-mentioned document gives default name and location for preview cache, so if you haven't overridden the default, it should be right where that document said it would be - is it? (of course you need to know your user name too, but presumably you do, no?).
    R

  • Illustrator CS3 Crashes after "Error Loading Plugins"

    so confused.
    Upgraded to a new PC with Windows 7 64bit Enterprise.
    Installed my CS3, and Illustrator crashes after "Error Loading Plugins".
    I moved the .aip files in question from the folder to my desktop, then put them back, but 3 are still there. The other 3 resolved.
    Took the 3 in question back out, then back in. no change
    Left the 3 out. No "Error Loading Plugins" but still crashes with a "stopped working" non descript message.
    I have been trying to search all over the net for six hours to no avail. Help me Obi Wan Kenobi, you're my only hope.

    with Enterprise edition you should be able to download from Microsoft a winXP32 bit virtual OS and run CS3 Ai in that mode.

  • InDesign CS3 crashes without error when opening any 2nd InDesign file

    Issue: InDesign CS3 crashes without error and remains resident in memory if we have an InDesign file open and attempt to open a second InDesign file.
    OS: Win XP SP2
    InDesign Version: 5.0.2
    Hardware: Dell Precision WorkStation T3400, 4 gigabytes of memory, Intel Core2 Quad processor Q6600
    Details: No messages in the event viewer about the problem. We renamed the InDesign Defaults and the InDesign Saved Data file. We removed Creative Suite, restarted and then reinstalled Creative Suite (I could not remove and reinstall InDesign individually). We have created a new Windows profile for this user. I have one computer having the trouble. Other InDesign installations are working fine. This computer has 559 files in C:\windows\fonts. Other people that are not having the problem have a larger number of fonts installed.
    The issue is not file specific. We are not running out of memory as I checked the task manager after the first InDesign document is open.
    Why is opening a second document different than opening the first document?

    Hello Peter and Josh,
    I'd just like to assert that I am having the exact same problem as Josh. I've spent the time to go through the steps listed above and have found the same results.
    The issue as we see it multiple times daily is as follows:
    (1) User opens File1 (everything works fine)
    (2) User goes to open File2 (via explorer or via file->open) or print File1
    (3) The User Interface for ID disappears (InDesign.exe still appears in Task Manager and is NOT listed as "Not Responding", ID does not appear in the Task Bar)
    (4) The only way to continue work is to End Task/End Process InDesign.exe and relaunch.
    No error messages appear, no error logs are created(that I can find). Non-related concerns caused us to upgrade this users PC. With a completely new install we are still having the problems. The systems are listed as follows:
    OS: Win XP SP2 (fully updated minus SP3)
    InDesign Version: 5.0.2
    Newest Hardware: Custom Built Computer, 4GB RAM installed (3.24 recognized by windows), Intel Core2 Quad processor Q6600 @ 2.4Ghz
    OS: Win XP SP2 (fully updated minus SP3)
    InDesign Version: 5.0.2
    Older Hardware: Custom Built Computer, Intel D945GTP Motherboard, 2GB RAM installed, Intel Pentium D processor @ 2.8Ghz
    Troubleshooting:
    (1) Alt+Space and M then using arrow keys moves every other window the user had opened other than In-Design. The user has two monitors. (a) 1280x1024 and (b) 1200x1600 (yes she uses the monitor rotated 90 degrees
    (2) Log files - Non exist in the C:\Program Files\Adobe\Adobe InDesign CS3 folder. I've also done a search across the entire hard drive for any "*.log" files, none of which were adobe related.
    (3) Default Printer - Changing the default printer to Adobe PDF is not really an option. I was able to convince the user to temporarily switch to a different networked printer and await the results (most likely today or tomorrow it should recreate)
    (4) /3GB switch - Getting that last 700 something MB of memory isn't an issue. I've run MemTest.exe on all the available system memory overnight in a "burn in" test. The system ran fine the sticks were nice and warm when I got in from all the hard work :)
    (5) Order of Opening - The problem repeates regardless of order. The trick seems to be opening File2 or printing File1 (I had the user only work on one file at a time (required her to close any open files before opening the next, that wasn't fun for my user but the system didn't crash on opening in this scenario, just on printing. Obviously not a permanent work around)
    Any help here would be much appreciated as this has been plaguing us for months now.

  • Weblogic 9.2 Error in poll for fd=60, revents=32

    hello,
    Glad to talk with you。
    When my web application running on weblogic 9.2,it often happens a problem, as follows:
    <2010-7-14 下午01时15分26秒 CST> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
    weblogic.utils.NestedError: Error adding FD to epoll.
    weblogic.utils.NestedError: Error adding FD to epoll
    at weblogic.socket.EPollSocketMuxer.read(EPollSocketMuxer.java:86)
    at weblogic.servlet.internal.MuxableSocketHTTP.requeue(MuxableSocketHTTP.java:211)
    at weblogic.servlet.internal.VirtualConnection.requeue(VirtualConnection.java:323)
    at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1267)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1353)
    Truncated. see log file for complete stacktrace
    java.io.IOException: epoll_ctl failed: Bad file descriptor
    at jrockit.ext.epoll.EPoll.epollEnableOneshot(II)V(Unknown Source)
    at weblogic.socket.EPollSocketMuxer.read(EPollSocketMuxer.java:72)
    at weblogic.servlet.internal.MuxableSocketHTTP.requeue(MuxableSocketHTTP.java:211)
    at weblogic.servlet.internal.VirtualConnection.requeue(VirtualConnection.java:323)
    at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1267)
    Truncated. see log file for complete stacktrace
    and another problem:
    <Error> <HTTP> <BEA-101083> <Connection failure.
    java.net.SocketException: Error in poll for fd=60, revents=32
    at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:133)
    at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    >
    thanks
    regards,
    lijun

    Hi,
    For WLS version 9.2 there is a Fix Available for the same issue : CR309671 Please contact Oracle support to get the Patch (CR309671).
    After BEA/Oracle integration the Patch Naming convention is changed so to get the TAR version of the Patch Number u need to contact Oracle Support.
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/ (WebLogic Wonders Are Here)

  • I'm wondering if anyone has noticed frequent crashing of apps that never crashed before, error messages in their internet connections, and anything else that just doesn't seem right?

    I'm wondering if anyone has noticed frequent crashing of apps that never crashed before, error messages in their internet connections, and anything else that just doesn't seem right?
    I am not able to upload or download any apps.  This has just happened since the 3rd of this month.

    The iPad does not upload apps.
    If you're having problems purchasing or downloading apps using the App Store app tell us what exactly happens when you attempt to purchase an app and what, if any, error messages to your get.

  • Has someone applied the one off patch for-ONS bug 5749953 SIGBUS ERROR

    Hello all,
    Env:: 10g on Soalris
    I need to apply the one-off patch for
    Bug:5749953 -- ONS SIGBUS ERROR AFTER INSTALL PATCHSET 10.2.0.3 FOR CRS
    Usually for any CPU we issue opatch apply from the patch directory.
    and its mentioned in the readme.html as well.
    But for this one off patch, there isn't anything mentioned in the readme.html.
    All it says is
    #  6. Patch the Files
    #    6.1 Patch the CRS home files
    #    After unlocking any protected files and saving configuration settings
    #    you are now ready to run opatch using the following command.
    #    As the Oracle Clusterware (CRS) software owner;
    #    % opatch apply -local -oh <CRS_HOME>
    #    Note: In configuration A, invoke this only on one node.
    #    6.2 Patch the RDBMS home files.
    #    Alert: The RDBMS portion can only be applied to an RDBMS home that
    #          has been upgraded to 10.2.0.3.0.
    #    For additional information please read Note.363254.1;
    #    Applying one-off Oracle Clusterware patches in a mixed version home
    #    environment
    #    As the RDBMS software owner;
    #    % opatch apply custom/server/5749953 -local -oh <RDBMS_HOME>
    #    Note: In configuration A, invoke this only on one node.Could someone let me know from where i should give 'opatch apply' if patch.zip files are unzipped in /export/home/oracle/5749953  ? TIA,
    JJ

    The patch can always be installed in 2 ways.
    1. Do a cd and then run opatch
    cd <patchlocation>
    opatch apply
    2. Else specify the patch location as an argument
    opatch apply <full path to the patch i.e the one you do cd above> ...
    Both the above styles yield same result.
    VJ

Maybe you are looking for

  • Using a Database in Flash

    I'm looking for some feedback here... I had planned to use Access as my database and link it up with Flash with an ASP file... is this a good way to do this... should I reconsider and use Excel and utilize XML and link it up that way....or is there a

  • Names of contacts disappear and only phone number remains on phone.

    Iphone contact names keep changing to just numbers. Have manually re-entered several times but goes back to numbers only after a short while. Started after I updated to os5 and only occurs with recent (last few months) iphone contacts. thanks for any

  • I don´t see the msn hotmail application, what can i do???

    I erase from the dock the icon and i can´t find this application, thank you.

  • Dell component in unmonitored state

    Hi, Under Monitoring/Dell/State Views/CMC, a number of components are listed but have Open Circles next to them. One of the components is Dell Chassis Power Supply Group. How can this be turned from being Not Monitored to Monitored? (Object Discoveri

  • What camcorders are compatible with iMovie?

    I have a mac book pro with 10.7 OS. I am looking to purchase a camcorder and begin using imovie to edit. Confused about all the different formats. Which camcorders are easily compatible with imovie?