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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82829 --- shadow/82829 2007-09-12 14:32:34.000000000 -0400 +++ shadow/82829.tmp.30477 2007-09-12 15:05:54.000000000 -0400 @@ -81,6 +81,52 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-09-12 14:32 ------- Please post the full error message from running ../mono/mini/mono class/lib/monolite/mcs.exe build/deps/basic-profile-check.cs As for monolite: as the README says, monolite should not be used. + +------- Additional Comments From [EMAIL PROTECTED] 2007-09-12 15:05 ------- +This is complete error: + +# ../mono/mini/mono class/lib/monolite/mcs.exe +build/deps/basic-profile-check.cs + +Unhandled Exception: Mono.CSharp.InternalErrorException: +build/deps/basic-profile-check.cs(1,22): X.Main() ---> +System.ArgumentNullException: null key +Parameter name: key + at System.Collections.Hashtable. (System.Object key) [0x00000] + at Mono.CSharp.MemberCache. (BindingFlags bf, System.Type type) +[0x00000] + at Mono.CSharp.MemberCache. (System.Type type) [0x00000] + at Mono.CSharp.MemberCache. (IMemberContainer container) [0x00000] + at Mono.CSharp.TypeHandle. (System.Type type) [0x00000] + at Mono.CSharp.TypeHandle. (System.Type t) [0x00000] + at Mono.CSharp.TypeHandle. (System.Type t) [0x00000] + at Mono.CSharp.TypeManager. (System.Type t) [0x00000] + at Mono.CSharp.TypeContainer. () [0x00000] + at Mono.CSharp.InterfaceMemberBase. () [0x00000] + at Mono.CSharp.MethodCore. () [0x00000] + at Mono.CSharp.MethodOrOperator. () [0x00000] + at Mono.CSharp.MethodOrOperator. () [0x00000] + at Mono.CSharp.Method. () [0x00000] + at Mono.CSharp.TypeContainer+MemberCoreArrayList. () [0x00000] --- +End of inner exception stack trace --- + + at Mono.CSharp.TypeContainer+MemberCoreArrayList. () [0x00000] + at Mono.CSharp.TypeContainer. (Mono.CSharp.MemberCoreArrayList mcal) +[0x00000] + at Mono.CSharp.Class. (Mono.CSharp.MemberCoreArrayList list) [0x00000] + at Mono.CSharp.TypeContainer. () [0x00000] + at Mono.CSharp.Class. () [0x00000] + at Mono.CSharp.TypeContainer. () [0x00000] + at Mono.CSharp.RootContext. () [0x00000] + at Mono.CSharp.Driver. (System.String[] args) [0x00000] + at Mono.CSharp.Driver. (System.String[] args) [0x00000] + +Same happens even without monolite using installed mcs.exe (rev.85333): + +../mono/mini/mono /usr/lib64/mono/1.0/mcs.exe +build/deps/basic-profile-check.cs + +The platform is amd64. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
