[Mono-bugs] [Bug 69819][Nor] Changed - segfault on method call
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Nov 2004 23:02:11 -0500 (EST)
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@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69819
--- shadow/69819 2004-11-22 22:37:19.000000000 -0500
+++ shadow/69819.tmp.28529 2004-11-22 23:02:11.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69819
Product: Mono: Compilers
Version: 1.1
OS: other
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: dalton@stanfordalumni.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -35,6 +35,13 @@
ArrayList temp = new ArrayList();
temp.Add(j);
SomeMethod(i, temp);
}
works fine.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-11-22 23:02 -------
+ArrayList.Add returns an `int' (the position of the new element).
+
+My mcs.exe will not compile this when you do SomeMethod as having an
+int param. Maybe 1.1.2 had a funky bug. Try the latest unstable build
+(1.1.4)