[Fwd: Re: [Mono-list] bug in mcs and more.]

Erik Bågfors erik@bagfors.nu
02 Apr 2002 15:13:29 +0200


--=-WPkAUV5tIbf9q0NTyvdh
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

By misstake I sent this to Miguel only. Didn't mean to do that.

/Erik

--=20
Erik B=E5gfors               | erik@bagfors.nu
Supporter of free software | GSM +46 733 279 273
fingerprint: 6666 A85B 95D3 D26B 296B 6C60 4F32 2C0B 693D 6E32

--=-WPkAUV5tIbf9q0NTyvdh
Content-Disposition: inline
Content-Description: Forwarded message - Re: [Mono-list] bug in mcs and more.
Content-Type: message/rfc822

Subject: Re: [Mono-list] bug in mcs and more.
From: Erik =?ISO-8859-1?Q?B=E5gfors?= <erik@bagfors.nu>
To: Miguel de Icaza <miguel@ximian.com>
In-Reply-To: <1017702199.3796.1813.camel@erandi.boston.ximian.com>
References: <1017445522.925.9.camel@detrius> 
	<1017558417.3796.1341.camel@erandi.boston.ximian.com> 
	<1017681818.967.38.camel@detrius> 
	<1017702199.3796.1813.camel@erandi.boston.ximian.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Mailer: Evolution/1.0.1 
Date: 02 Apr 2002 15:11:49 +0200
Message-Id: <1017753109.2944.9.camel@detrius>
Mime-Version: 1.0

On Tue, 2002-04-02 at 01:03, Miguel de Icaza wrote:
> > I really don't feel like messing with windows. Sorry.  I can give you
> > the information you need to reproduce it.  Perhaps I can try to write
> > that simple c# test case later.
>=20
> That would be great.
>=20

I found the offending line in the source-code.  It's like this.
	public delegate object RMethod(RBasic rcver, params object[] args);


So I tried to create a small c#-code that gives me the same error.
This gives me exactly the same error..
------

using System;

class TestClass {
        public delegate string test(string s, params string[] args);

	public static void Main() {
	    System.Console.WriteLine("hello test");
	}
}
-------

Keep in mind that I don't know c# well yet so maybe this isn't legal
code???  If it's ok code there is another bug to nail.

If I change that delegate-line to "public .... test(params string[]
args) I get a Segmentation fault

Perhaps this is just that mono isn't "there" yet.

/Erik

--=20
Erik B=E5gfors               | erik@bagfors.nu
Supporter of free software | GSM +46 733 279 273
fingerprint: 6666 A85B 95D3 D26B 296B 6C60 4F32 2C0B 693D 6E32

--=-WPkAUV5tIbf9q0NTyvdh--