Re: [Mono-dev] illegal instruction

2010-01-15 Thread Kirby Zhou
More clearly, the problem maybe lives inside 'mono-2.4.3/mono/*'. diff -ruN mono-2.4.2.3 mono-2.4.3 x.patch cd mono-2.4.2.3 filterdiff x.patch -i ''mono-2.4.3/mono' | filterdiff-x 'mono-2.4.3/mono/tests/*' | patch -p1 ./configure make And the same error messages appears. AOT [net_1_1]

Re: [Mono-dev] [PATCH] Add XAttribute's missing DateTimeOffset operators, with tests

2010-01-15 Thread Atsushi Eno
Hello, Thanks for the massive tests again. All test failures are now fixed in trunk :) I'll backport the changes later. Atsushi Eno On 2010/01/15 10:09, Tiaan Geldenhuys wrote: [Resending with one attachment compressed, due to mailing-list's size restrictions.] This is probably again for

[Mono-dev] Error running embedded Mono runtime

2010-01-15 Thread Tom Philpot
When running with the Mono r149505 embedded in our application, we get the following error on startup: ERROR:metadata.c:2183:get_image_set: assertion failed: (nimages 0) Program received signal: “SIGABRT”. The first 20 frames of the GDB backtrace from mono_backtrace() are: #0 0x934b9732 in

[Mono-dev] Patch to Fix CanConvertTo and ConverTo of/for primitive types.

2010-01-15 Thread Alexandre Miguel Pedro Gomes
Hi, I've detected a problem with type convertion when using the TypeConverters for a type. My initial test case for comparing Mono 2.4.* and trunk results with the .Net framework was as such: -- code -- using System; using System.ComponentModel; namespace PrimitiveTests { class Program

Re: [Mono-dev] Running MCS Tests on Windows

2010-01-15 Thread Scott Wisniewski
I updated to change # 149641, re ran autogen.sh, ran make, make install and tried running the tests again and it still failed. I think it might be related to a problem with make install. Looking back, I remember this happened last time and I overlooked it. When I run make install after running

Re: [Mono-dev] illegal instruction

2010-01-15 Thread Robert Jordan
Hey, On 15.01.2010 11:16, Kirby Zhou wrote: More clearly, the problem maybe lives inside 'mono-2.4.3/mono/*'. diff -ruN mono-2.4.2.3 mono-2.4.3 x.patch cd mono-2.4.2.3 filterdiff x.patch -i ''mono-2.4.3/mono' | filterdiff-x 'mono-2.4.3/mono/tests/*' | patch -p1 ./configure make And

Re: [Mono-dev] Error running embedded Mono runtime

2010-01-15 Thread Zoltan Varga
Hi, This is now fixed in SVN. Zoltan On Fri, Jan 15, 2010 at 7:59 PM, Tom Philpot tom.phil...@logos.com wrote: When running with the Mono r149505 embedded in our application, we get the following error on startup: *ERROR:metadata.c:2183:get_image_set: assertion failed:

Re: [Mono-dev] illegal instruction

2010-01-15 Thread Zoltan Varga
Hi, Are you using XEN ? There was a mono bug which is now fixed which caused crashes like this under XEN. Unfortunately the fix is not in any released mono version yet. Zoltan On Fri, Jan 15, 2010 at 5:34 AM, Kirby Zhou kirbyz...@gmail.com wrote: I have rechecked

Re: [Mono-dev] illegal instruction

2010-01-15 Thread Kirby Zhou
Yes, I am running XEN. Thanks very much. Is there any patch against this problem? vargaz wrote: Hi, Are you using XEN ? There was a mono bug which is now fixed which caused crashes like this under XEN. Unfortunately the fix is not in any released mono version yet.

Re: [Mono-dev] illegal instruction

2010-01-15 Thread Zoltan Varga
Hi, This one: http://lists.ximian.com/pipermail/mono-patches/2010-January/164422.html Zoltan On Sat, Jan 16, 2010 at 3:56 AM, Kirby Zhou kirbyz...@gmail.com wrote: Yes, I am running XEN. Thanks very much. Is there any patch against this problem? vargaz wrote: Hi,

[Mono-dev] [PATCH] Public key token mapping XNA framework

2010-01-15 Thread Tim Pambor
Hello, Please add the attached patch. It implements the public key token mapping for the XNA framework. Regards, Tim Pambor Index: mono/data/net_1_1/machine.config === --- mono/data/net_1_1/machine.config (Revision 149686) +++