[Mono-bugs] [Bug 469618] New: NotImplementedException using MarshalByRefObject.MemberwiseClone

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 26 17:30:57 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=469618


           Summary: NotImplementedException using
                    MarshalByRefObject.MemberwiseClone
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.2.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: tedu at fogcreek.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=267786)
 --> (https://bugzilla.novell.com/attachment.cgi?id=267786)
small sample

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12)
Gecko/20080207 Ubuntu/7.10 (gutsy) Firefox/2.0.0.12

Test case attached.  It seems to work on Windows using the 2.2 download, but
2.2 built from sources on Linux reproduces the crash (initially observed on
earlier versions).

tedu at ted-vm1:~$ mono/usr/local/bin/mono mwc.exe 

Unhandled Exception: System.NotImplementedException: The requested feature is
not implemented.
  at System.MarshalByRefObject.MemberwiseClone (Boolean cloneIdentity)
[0x00000] 
  at (wrapper remoting-invoke-with-check)
System.MarshalByRefObject:MemberwiseClone (bool)
  at MWC.Main () [0x00000] 
tedu at ted-vm1:~$ mono/usr/local/bin/mono -V
Mono JIT compiler version 2.2 (tarball Mon Jan 26 16:21:20 EST 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  x86
        Disabled:      none
tedu at ted-vm1:~$ 

Reproducible: Always

Steps to Reproduce:
1.  gmcs mwc.cs
2.  mono mwc.exe
3.
Actual Results:  
Unhandled Exception: System.NotImplementedException: The requested feature is
not implemented.

Expected Results:  
5

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list