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

Native stack overflows not detected or handled correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P5 P5
    • None
    • 1.1
    • hotspot
    • sparc
    • solaris_2.4

      The attached program causes a SEGV. It appears that when the stack
      overflows the exception is not handled properly. In interpreter.c
      at handle_exception it always expects an exception object. However,
      when its a stack overflow there is no object.

      To reproduce:
      % untar the sources
      % javac -d . *.java
      % rmic -d . TestRMI.TestRMIImpl
      % rmiregistry &
      % java TestRMI.TestRMIImpl & # This is the one that SEGV's
      % java TestRMI.TestRMIClient &

            apalanissunw Anand Palaniswamy (Inactive)
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: