|
From: | Heiko Weiss |
Subject: | [Pnet-developers] [bugs #12189] error in Hashtable removing elements, see sample, CRITICAL error |
Date: | Wed, 2 Mar 2005 14:42:15 +0000 |
User-agent: | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) |
Follow-up Comment #1, bugs #12189 (project dotgnu-pnet): Hi folks: the problem is in creating the hash key. hash = hash % capacity; see: capacity maybe 4: hash = 10; 10 % 4 -> 2 hash = 1234567890 1234567890 % 4 -> 2 result: the same hashkey _______________________________________________________ This item URL is: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12189> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |