[Mono-bugs] [Bug 425512] New: System. Exception field name remote_stack_trace is _remoteStackTraceString on MS . Net

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 11 11:13:25 EDT 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: skolima at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list