Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4352906

build 22: Guarantee violation in ThreadLocalStorage::get_thread_via_cache()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 1.3.0
    • hotspot
    • None
    • generic
    • generic

      on machine jtgb4u2d,(run with -client flag) and on machine jtgb4u2d1(run with
      -client -Xcomp) there are intermitten failures with the error message:
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Error ID: 5448524541442C4F43414C33544F524147450E435050002B 01
      #
      # Problematic Thread: [error occured during error reporting]

      Initial evaluation from developers
      A call to ThreadLocalStorage::get_thread_via_cache() appears to have violated
      a "guarantee":

          if (thread != NULL) {
            guarantee(thread->_stack_base == NULL || (sp <= thread->_stack_base &&
      sp > = thread->_stack_base - thread->_stack_size) || is_error_reported(), "sp
      must be inside of selected thread stack");
            thread->_last_sp_hash = sp_page; // mark for quick retrieval
            _get_thread_cache[ sp_index ] = thread;
          }

      Since no core is available no further info is available. [Solaris 8].

      The problem occured in a parallel run of the 5 big apps on one machine.
      The problem occurred in the Volano client process (not the server process).


      The same error was also observed on another Solaris 8 machine:

      >
      >
      > on machine jtgb4u2d1,(-client -Xcomp) there are 2 failures in VolanoTest.
      > Error message: # HotSpot Virtual Machine Error, Internal Error
      > # Please report this error at
      > # http://java.sun.com/cgi-bin/bugreport.cgi
      > #
      > # Error ID: 5448524541442C4F43414C33544F524147450E435050002B 01
      > #
      > # Problematic Thread: [error occured during error reporting]
      >

      This is the same as in Case 1 above (get_thread_via_cache() guarantee
      failure) -- again Solaris 8!

      june.zhong@eng 2000-07-13

            jloizeausunw Jane Loizeaux (Inactive)
            jzhongsunw June Zhong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: