[Mono-bugs] [Bug 69607][Maj] Changed - [Odbc] Memory problems with
OdbcDataReader.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 29 16:38:55 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69607
--- shadow/69607 2004-11-17 17:36:33.000000000 -0500
+++ shadow/69607.tmp.26216 2005-05-29 16:38:55.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 69607
Product: Mono: Class Libraries
Version: 1.0
OS: Red Hat 9.0
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Major
Component: Sys.Data
AssignedTo: mono-bugs at ximian.com
ReportedBy: sebastien.robitaille at croesus.com
@@ -150,6 +150,15 @@
NOTE: You also may have to change the default "remap dll" line for
ODBC in the mono config file
from: <dllmap dll="odbc32.dll" target="libodbc.so" />
to: <dllmap dll="odbc32" target="libodbc.so" />
Sébas
+
+------- Additional Comments From bmaurer at users.sf.net 2005-05-29 16:38 -------
+Can you still reproduce this with mono 1.1? We did lots of gc
+improvements, and the test case you are doing tests how well the gc
+handles adding a million items to an arraylist.
+
+If it isn't, is there a difference between when you use the data
+reader and if you just take all the data stuff out and add stuff to an
+arraylist.
More information about the mono-bugs
mailing list