[Mono-bugs] [Bug 68639][Nor] Changed - mono runtime (1.02) crashes with SIGSERV

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 21 Oct 2004 12:56:50 -0400 (EDT)


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 lite@dgap.mipt.ru.

http://bugzilla.ximian.com/show_bug.cgi?id=68639

--- shadow/68639	2004-10-21 12:55:50.000000000 -0400
+++ shadow/68639.tmp.30633	2004-10-21 12:56:49.000000000 -0400
@@ -40,6 +40,11 @@
 It seems it crashes due to OptionsParser.PlainArgs (of type ArrayList)
 If I set a property around it ( public ArrayList PlainArguments {get
 {return PlainArguments;}} ) and use it in foreach (string s in
 p.PlainArguments) { Console.Error.WriteLine("loading {0} ...",s); } - it
 will crash. If I don't use a property but use just p.PlainArgs -
 everything's ok.
+
+------- Additional Comments From lite@dgap.mipt.ru  2004-10-21 12:56 -------
+Created an attachment (id=13021)
+c# code
+