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


           Summary: System.IO.DriveInfo.GetDrives() contains debugging
                    Console.Write's.
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Third Party Developer/Partner


Executing System.IO.DriveInfo.GetDrives() causes what appear to be debugging
messages to appear on stdout.

Code:

driveBug.cs-
using System;
using System.Collections;
using System.Text;

namespace BugReport
{
        class Program
        {
                static void Main(string[] args)
                {
                        System.IO.DriveInfo[] dInfo =
System.IO.DriveInfo.GetDrives();
                }
        }
}

Compile with:
gmcs ./driveBug.cs

Execute with:
mono ./driveBug.exe

Expected output:
nothing

Actual output:
here System.IO.StreamReader
L: Linux


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