[Mono-bugs] [Bug 82270][Nor] Changed - Possible bug in Mono's generics support
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 1 07:22:23 EDT 2007
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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82270
--- shadow/82270 2007-08-01 04:22:57.000000000 -0400
+++ shadow/82270.tmp.27613 2007-08-01 07:22:23.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 82270
Product: Mono: Runtime
Version: 1.2
-OS:
+OS: unknown
OS Details: Ubuntu 7.04, Mono 1.2.4
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: sites at cheimes.de
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -63,6 +63,74 @@
Traceback (most recent call last):
File "/home/heimes/dev/python/pythonnet/src/tests/test_generic.py", line
81, in testGeneri
cValueType
self.failUnless(inst.HasValue)
AssertionError
+
+------- Additional Comments From vargaz at gmail.com 2007-08-01 07:22 -------
+I get this:
+
+mono ./python.exe ./src/tests/runtests.py
+
+** ERROR **: pending init System.Configuration.ConfigurationSection
+
+aborting...
+Stacktrace:
+
+ at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
+(bool) <0x0000b>
+ at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
+(bool) <0xffffffff>
+ at System.Reflection.Assembly.GetTypes () <0x00013>
+ at Python.Runtime.AssemblyManager.ScanAssembly
+(System.Reflection.Assembly) <0x0004a>
+ at Python.Runtime.AssemblyManager.AssemblyLoadHandler
+(object,System.AssemblyLoadEventArgs) <0x0004a>
+ at System.AppDomain.DoAssemblyLoad (System.Reflection.Assembly)
+<0x00055>
+ at (wrapper runtime-invoke)
+System.AppDomain.runtime_invoke_void_Assembly
+(object,intptr,intptr,intptr) <0xffffffff>
+ at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
+(bool) <0x0000b>
+ at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
+(bool) <0xffffffff>
+ at System.Reflection.Assembly.GetTypes () <0x00013>
+ at Python.Runtime.AssemblyManager.ScanAssembly
+(System.Reflection.Assembly) <0x0004a>
+ at Python.Runtime.AssemblyManager.AssemblyLoadHandler
+(object,System.AssemblyLoadEventArgs) <0x0004a>
+ at System.AppDomain.DoAssemblyLoad (System.Reflection.Assembly)
+<0x00055>
+ at (wrapper runtime-invoke)
+System.AppDomain.runtime_invoke_void_Assembly
+(object,intptr,intptr,intptr) <0xffffffff>
+ at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
+(bool) <0x0000b>
+ at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
+(bool) <0xffffffff>
+ at System.Reflection.Assembly.GetTypes () <0x00013>
+ at Python.Runtime.AssemblyManager.ScanAssembly
+(System.Reflection.Assembly) <0x0004a>
+ at Python.Runtime.AssemblyManager.AssemblyLoadHandler
+(object,System.AssemblyLoadEventArgs) <0x0004a>
+ at System.AppDomain.DoAssemblyLoad (System.Reflection.Assembly)
+<0x00055>
+ at (wrapper runtime-invoke)
+System.AppDomain.runtime_invoke_void_Assembly
+(object,intptr,intptr,intptr) <0xffffffff>
+ at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
+(bool) <0x0000b>
+ at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes
+(bool) <0xffffffff>
+ at System.Reflection.Assembly.GetTypes () <0x00013>
+ at Python.Runtime.AssemblyManager.ScanAssembly
+(System.Reflection.Assembly) <0x0004a>
+ at Python.Runtime.AssemblyManager.Initialize () <0x001d8>
+ at Python.Runtime.Runtime.Initialize () <0x0041b>
+ at Python.Runtime.PythonEngine.Initialize () <0x00019>
+ at Python.Runtime.PythonConsole.Main (string[]) <0x00024>
+ at (wrapper runtime-invoke)
+Python.Runtime.PythonConsole.runtime_invoke_int_string[]
+(object,intptr,intptr,intptr) <0xffffffff>
+
More information about the mono-bugs
mailing list