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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          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).

t...@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] 
t...@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
t...@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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to