dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [DotGNU]Arm linux Portable.net attempt


From: Gopal V
Subject: Re: [DotGNU]Arm linux Portable.net attempt
Date: Tue, 24 Dec 2002 09:12:00 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, minddog wrote:
> #1  0x0000c9c4 in _ILConvertMethod (thread=0xbcfc0, method=0xcaf24)
>     at convert.c:445

"System.NotImplementedException" ?

I might be wrong here, but it looks like the internal calls from 
mscorlib.dll are being blocked in here ...

How about 

(gdb) printf "%s\n", ILMemberGetName((ILMember*)(0xcaf24)) 

That should give you the name of the function that is blocked...

and ILClassGetName(ILMemberGetOwner(0xcaf24)) should give you the classes.

> TestBooleanIConvertible ... failed: CSUnit.TestAssertFailed: Test failed:
> true.ToDouble(null) expected: <1.000000000000000>, but was:
> <1.000000000000000>

Even more curious ....

> 151 tests run, 4 tests failed

This will most likely need Rhys's expert help ... but drop me a link to 
mscorlib.dll generated anyway ...

Remote debugging is soooo tough ...

Gopal
-- 
The difference between insanity and genius is measured by success


reply via email to

[Prev in Thread] Current Thread [Next in Thread]