[Mono-bugs] [Bug 81638][Wis] New - The invoked member is not supported in a dynamic module

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed May 16 03:03:28 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 sanxiyn at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81638

--- shadow/81638	2007-05-16 03:03:28.000000000 -0400
+++ shadow/81638.tmp.20392	2007-05-16 03:03:28.000000000 -0400
@@ -0,0 +1,58 @@
+Bug#: 81638
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: sanxiyn at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: The invoked member is not supported in a dynamic module
+
+Steps to reproduce the problem:
+
+1. Mono SVN r77453.
+2. IronPython 2.0 Alpha 1.
+3. I attached makefile and patch that needs to be applied.
+
+4. Create test.py.
+
+# test.py
+class C: pass
+C()
+
+5. mono --debug ipy.exe -X:ExceptionDetail test.py 2> traceback
+
+Build session:
+
+$ ls
+IronPython-2.0A1-Src.zip  makefile  patch
+$ unzip -q IronPython-2.0A1-Src.zip
+$ patch -p0 < patch
+patching file
+IronPython-2.0A1/Src/Microsoft.Scripting.Vestigial/IronPython/Runtime/SystemState.cs
+patching file IronPython-2.0A1/Src/Microsoft.Scripting/Shell/BasicConsole.cs
+$ cp makefile IronPython-2.0A1/Src
+$ cd IronPython-2.0A1
+$ mkdir -p Bin/Debug
+$ make -C Src
+(omitted)
+$ cd Bin/Debug
+$ mkdir Lib
+$ touch Lib/site.py
+
+Actual Results:
+
+An exception is thrown.
+SystemError: The invoked member is not supported in a dynamic module.
+
+Expected Results:
+
+The execution of test.py completes without exceptions.


More information about the mono-bugs mailing list