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 &
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 &
- duplicates
-
JDK-4217960 [native stack overflow bug] reflection test causes crash
-
- Closed
-