4 Replies Latest reply on Feb 20, 2009 12:06 AM by karshak

    Is this a BUG ?

    karshak
      Hello all ,
         any help is appreciated , i am using seam 2.1.0 GA, jboss 4.2.3, oracle 10g. While trying to get a result list i got this weird error . It works fine in Mysql.


      An unexpected error has been detected by HotSpot Virtual Machine:

        SIGSEGV (0xb) at pc 0x7bf81f9a, pid 21522, tid 2074446736

      Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
      Problematic frame:
      C  libclntsh.so.10.1 0x324f9a

      An error report file with more information is saved as hs_err_pid21522.log

      If you would like to submit a bug report, please visit:
         http://java.sun.com/webapps/bugreport/crash.jsp
      Click HELP for text formatting instructions. Then edit this text and check the preview.

      Does any one encountered this bug..
        • 1. Re: Is this a BUG ?
          swd847

          This is a bug in the JVM. Update your JVM and if you still see the same problem report the bug at the URL given in the crash dump.

          • 2. Re: Is this a BUG ?
            karshak

            Thanks stuart for the reply. I updated my version to 1.5.0 17 , but i still have the problem unresolved.
               I am doing nothing special,Does n't any one came across this issue?

            • 3. Re: Is this a BUG ?
              swd847

              after a quick google libclntsh.so appears to be an oracle library, try updating your oracle drivers.

              • 4. Re: Is this a BUG ?
                karshak

                i changed from thick client to thin client and the problem got resolved. Happy for that. The other part is i am using the thick client in another project and dont see any error.and for this i am connecting to a different url.

                Need to find out why one works other doesnt.