java/berkeley-db self-test hang
    Mikhail Teterin 
    mi+kde at aldan.algebra.com
       
    Sun Oct  8 21:39:54 PDT 2006
    
    
  
Hello!
The newly updated port of java/berkeley-db hangs during self-tests on one of 
my machines:
	dual FreeBSD/i386 6.1-stable	-	no hang
	single FreeBSD/amd64 6.1-stable	-	no hang
	dual FreeBSD/amd64 6.2-prerelease -	hangs
There is little CPU use and all the process is doing, according to ktrace is 
the repeated:
[...]
 13089 java     CALL  clock_gettime(0,0x7ffffeff3d00)
 13089 java     RET   clock_gettime 0
 13089 java     CALL  kse_release(0x654f20)
 13089 java     RET   kse_release 0
 13089 java     CALL  kse_release(0x511f20)
 13089 java     RET   kse_release 0
 13089 java     CALL  clock_gettime(0,0x7ffffeff3d00)
 13089 java     RET   clock_gettime 0
 13089 java     CALL  kse_release(0x654f20)
 13089 java     RET   kse_release 0
 13089 java     CALL  kse_release(0x511f20)
[...]
Rebuilding Java did not help... Would any Java and/or thread expert, please, 
try to build the port with self-testing enabled and analyze any hang? Thanks 
a lot!
	-mi
    
    
More information about the freebsd-java
mailing list