https://issues.apache.org/bugzilla/show_bug.cgi?id=17887
--- Comment #8 from Thorbjørn Ravn Andersen <[EMAIL PROTECTED]> 2008-09-02
05:51:10 PST ---
(In reply to comment #7)
> > SocketServer(File directory) {
> > this.dir = directory;
> > hierarchyMap = new Hashtable(11);
> > }
> > There must be some mixing or hidden bugs between the clients if exceeding 10
> > clients.
> > Thanks for your feedback if this is the right reason.
> > See http://d.cr.free.fr/wswebconsulterfichiers.php?projet=demojava_log4j for
> > (many..) extra bugs in log4j
>
> 11 is the initial allocation size for hierarchMap, of course, which is the
> default anyway. May be a lack of memory + unmanaged allocation error ?
It is unusual to provide the initialCapacity to the HashTable constructor
(especially for such a low value) but not illegal.
http://java.sun.com/javase/6/docs/api/java/util/Hashtable.html#Hashtable(int)
Could you please elaborate on why your tool thinks these two cases are related?
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]