[Mono-bugs] [Bug 44847][Wis] New - Different output on Windows/Linux using the same code base

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 15 Jun 2003 14:20:00 -0400 (EDT)


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 spouliot@videotron.ca.

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

--- shadow/44847	Sun Jun 15 14:20:00 2003
+++ shadow/44847.tmp.13780	Sun Jun 15 14:20:00 2003
@@ -0,0 +1,45 @@
+Bug#: 44847
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: spouliot@videotron.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Different output on Windows/Linux using the same code base
+
+Description of Problem:
+Different results are shown between the Windows and Linux version. Both 
+tools use the same code (so they should output the same result).
+
+Steps to reproduce the problem:
+1. under /mcs/tools/security/certview
+2. make windows (on windows)
+3. certview DLA3Root.crt
+4. look at the second tab for the v3 extensions
+5. make linux (on linux, requires gtk#)
+6. gcertview DLA3Root.crt
+7. look at the second tab for the v3 extensions
+
+
+Actual Results:
+The Windows version show details from the X509Extension-derived classes.
+The Linux version show details fom the X509Extension class (default).
+However the same code is used between the two versions.
+
+Expected Results:
+The textual output (second tab) for the extensions should be identical.
+
+How often does this happen? 
+Always
+
+Additional Information:
+This may be an MCS bug (wrong code generation) and be related to 44845.