[Bug 381] Stackoverflow error with security manager and signed jars
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Aug 20 11:08:55 PDT 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=381
------- Comment #2 from anilsaldhana at gmail.com 2009-08-20 18:08 -------
The beginning of the stack trace:
=============
policy: evaluation (codesource/principals) passed
Exception in thread "main" java.lang.StackOverflowError
at java.security.AccessController.doPrivileged(Native Method)
at java.util.TimeZone.setDefaultZone(TimeZone.java:561)
at java.util.TimeZone.getDefaultRef(TimeZone.java:550)
at java.util.Date.normalize(Date.java:1193)
at java.util.Date.toString(Date.java:1027)
at
sun.security.x509.CertificateValidity.toString(CertificateValidity.java:137)
at sun.security.x509.X509CertInfo.toString(X509CertInfo.java:310)
at sun.security.x509.X509CertImpl.toString(X509CertImpl.java:763)
at java.lang.String.valueOf(String.java:2838)
at java.lang.StringBuilder.append(StringBuilder.java:132)
at java.security.CodeSource.toString(CodeSource.java:465)
at java.lang.String.valueOf(String.java:2838)
at java.lang.StringBuilder.append(StringBuilder.java:132)
at sun.security.provider.PolicyFile.printPD(PolicyFile.java:1865)
at
sun.security.provider.PolicyFile.getPermissions(PolicyFile.java:1228)
at
sun.security.provider.PolicyFile.getPermissions(PolicyFile.java:1183)
at sun.security.provider.PolicyFile.implies(PolicyFile.java:1138)
at java.security.ProtectionDomain.implies(ProtectionDomain.java:229)
at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:320)
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list