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


           Summary: SqlCommand.Parameters.AddRange(SqlParameter[]) results
                    in Segmentation fault
           Product: Mono: Runtime
           Version: 1.9.0
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


This code results in a Segmentation fault:

SqlCommand command = new SqlCommand();
command.Parameters.AddRange(new SqlParameter[] { });


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