[jboss-dev-forums] [Design of POJO Server] - Re: HDScanner exception

scott.stark@jboss.org do-not-reply at jboss.com
Tue Jun 10 10:07:20 EDT 2008


I have reproduced it on a new f9 install with the latest sun jdk:


  | 06:56:05,036 INFO  [ServerInfo] Java version: 1.5.0_15,Sun Microsystems Inc.
  | 06:56:05,045 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 1.5.0_15-b04,Sun Microsystems Inc.
  | 06:56:05,045 INFO  [ServerInfo] OS-System: Linux 2.6.25-14.fc9.x86_64,amd64
  | 

each hd scan is leaking 27 descriptors it seems, and the lsof count for the process just keeps growing.

  | [starksm at banshee testsuite]$ lsof -p 20881 | wc
  |     146    1306   19918
  | [starksm at banshee testsuite]$ lsof -p 20881 | wc
  |     128    1142   17046
  | [starksm at banshee testsuite]$ lsof -p 20881 | wc
  |     151    1349   21177
  | [starksm at banshee testsuite]$ lsof -p 20881 | wc
  |     178    1592   25874
  | [starksm at banshee testsuite]$ lsof -p 20881 | wc
  |     205    1835   30571
  | ...
  | [starksm at banshee testsuite]$ lsof -p 20881 | wc
  |     259    2321   39965
  | ...
  | [starksm at banshee testsuite]$ lsof -p 20881 | wc
  |     529    4751   86935
  | ...
  | [starksm at banshee testsuite]$ lsof -p 20881 | wc   1042    9368  176178
  | 

I also see the same problem with the open jdk 1.6.0-b09 bundled with f9.
I guess http://jira.jboss.com/jira/browse/JBCOMMON-55 should be reopened.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157027#4157027

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157027



More information about the jboss-dev-forums mailing list