[Mono-bugs] [Bug 381100] New: SqlCommand.Parameters.AddRange(SqlParameter[]) results in Segmentation fault
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Apr 17 18:09:51 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: jfrayne at blizzard.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list