Native stack overflows not detected or handled correctly

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P5
    • None
    • Affects Version/s: 1.1
    • Component/s: 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 &

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: