[ http://issues.apache.org/jira/browse/DERBY-792?page=comments#action_12362442 ]
Tomohito Nakayama commented on DERBY-792: ----------------------------------------- I examined DERBY-326_5.patch. http://issues.apache.org/jira/browse/DERBY-326?page=all In this patch, finalizer method of ReEncodedInputStream to close source reader was added. I executed derbyall for 6 times and found DERBY-792 does not happen. I conclude that DERBY-792 was regression of DERBY-326 and reason of regression was that there was no finalizer to close source reader in ReEncodedInputStream. > Intermittent java.security.PrivilegedActionException was happend in > derbynet/runtimeinfo.java of derbynetclient > --------------------------------------------------------------------------------------------------------------- > > Key: DERBY-792 > URL: http://issues.apache.org/jira/browse/DERBY-792 > Project: Derby > Type: Bug > Components: Test > Environment: [EMAIL PROTECTED]:~$ cat /proc/var > cat: /proc/var: No such file or directory > [EMAIL PROTECTED]:~$ cat /proc/version > Linux version 2.6.12-1-386 ([EMAIL PROTECTED]) (gcc version 4.0.2 20050917 > (prerelease) (Debian 4.0.1-8)) #1 Tue Sep 27 12:41:08 JST 2005 > [EMAIL PROTECTED]:~$ java -version > java version "1.4.2_10" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03) > Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode) > with DERBY-326(_n).patch ... ? > Reporter: Tomohito Nakayama > Attachments: derbyall_fail.txt, runtimeinfo.diff, runtimeinfo.tmp > > I found java.security.PrivilegedActionException was happened intermittently, > when derbynet/runtimeinfo.java was executed under derbynetclient. > I don't know how we can reproduce this phenomena. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
