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


           Summary: System.Exception field name remote_stack_trace is
                    _remoteStackTraceString on MS .Net
           Product: Mono: Class Libraries
           Version: SVN
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=239102)
 --> (https://bugzilla.novell.com/attachment.cgi?id=239102)
test case

System.Exception holds the remote stack trace in field named remote_stack_trace
 This field is named _remoteStackTraceString in MS.Net which causes
NullReferenceException when someone uses a hack
http://www.dotnetjunkies.com/WebLog/chris.taylor/archive/2004/03/03/8353.aspx
aiming to extract and rethrow the inner exception while preserving the stack
trace.

Could this field get renamed to be in line with MS.Net?

Bug is demontrated by CruiseControl.Net (
http://groups.google.com/group/ccnet-devel/browse_thread/thread/d224b5b7505490fe
), test case is attached (throws ArgumentException("test1") on MS.Net, NRE on
Mono).


-- 
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