Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7-rc-2
-
None
-
None
-
winxp, jdk6u16
Description
The following code can not print the stack trace.
try { 1 / 0 } catch (Exception e) { e.printStackTrace() // but e.printStackTrace(System.out) works! }