<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/bplusdotnet/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/bplusdotnet/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 11 Apr 2011 15:06:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bplusdotnet/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>memory leak in xBplusTreeBytes on late commit</title><link>https://sourceforge.net/p/bplusdotnet/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm using xBplusTreeBytes. Everything works fine if I make a commit after every insertion. For performance reasons I make a commit after 100 insertions. But then I have a memory leak. Can you tell me why the xBplusTreeBytes shows this behaviour?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">altair</dc:creator><pubDate>Mon, 11 Apr 2011 15:06:48 -0000</pubDate><guid>https://sourceforge.net11713947924443e4fb6fae817061de35ecb97e33</guid></item><item><title>bplusTest throws exception in v1.01</title><link>https://sourceforge.net/p/bplusdotnet/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I imported and converted the project in C# (Visual Studio 2010).  The conversion went well and the project builds fine.  Once I run the test program, I get the following exception: "when walking found aa when expecting ab".  The exception occurs on line 831 in the module bplusTest.cs.&lt;/p&gt;
&lt;p&gt;I don't dare use the project until such a time that it runs cleanly in Visual Studio 2010/.NET 4.0.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Sat, 11 Sep 2010 20:37:05 -0000</pubDate><guid>https://sourceforge.netaf093239804ee7981966c99c318d6e65a632f6ff</guid></item><item><title>Key Problem in hBplusTree in Java</title><link>https://sourceforge.net/p/bplusdotnet/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I ran into a problem with the implementation of&lt;br /&gt;
"PrefixForByteCount" in hBplusTree.  To reproduce this,&lt;br /&gt;
the particular string that initially caused the problem&lt;br /&gt;
was "cćser".  The problem seems to be that the hash&lt;br /&gt;
method creates a string whose character length is&lt;br /&gt;
maxbytecount rather than a string whose utf-8 byte&lt;br /&gt;
length is maxbytecount.  I can guess at why this is&lt;br /&gt;
happening - the ć is reported as one character in Java&lt;br /&gt;
but represented by two bytes in UTF-8.&lt;/p&gt;
&lt;p&gt;The "PrefixForByteCount" in xBplusTreeBytes seems to be&lt;br /&gt;
implemented in the correct way.  So as a quick fix for&lt;br /&gt;
myself, I added a similar loop to the end of&lt;br /&gt;
hBplusTree.PrefixForByteCount that trims the byte array&lt;br /&gt;
until it produces a string with the correct UTF-8 length.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lanceegood</dc:creator><pubDate>Wed, 03 Aug 2005 22:18:18 -0000</pubDate><guid>https://sourceforge.net4c6e8993e87baf4de4ea355bf8e0eb97659653c6</guid></item></channel></rss>