[Mono-bugs] [Bug 81967][Nor] Changed - [PATCH] System.IO.Ports.SerialPort does not issue TimeoutExceptions's on Write()
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jul 6 12:45:21 EDT 2007
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81967
--- shadow/81967 2007-07-05 06:02:06.000000000 -0400
+++ shadow/81967.tmp.18330 2007-07-06 12:45:21.000000000 -0400
@@ -2,21 +2,21 @@
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details: Linux, all versions
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: skolima at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Summary: System.IO.Ports.SerialPort does not issue TimeoutExceptions's on Write()
+Summary: [PATCH] System.IO.Ports.SerialPort does not issue TimeoutExceptions's on Write()
System.IO.Ports.SerialPort on Linux delegates writes to SerialPortStream.
The Read() implementation has been fixed some time ago to throw
TimeoutException when the specified time has elapse. The call to Write(),
however, does not check the return value of write_serial - because the
write_serial does not return any status indication!
@@ -25,6 +25,14 @@
result of poll() similarily to read_serial().
------- Additional Comments From skolima at gmail.com 2007-07-05 06:02 -------
Created an attachment (id=19507)
mono-1.2.4-serialportsfix.diff
+
+------- Additional Comments From miguel at ximian.com 2007-07-06 12:45 -------
+The patch looks good, but we need to get also ChangeLog entries, would
+you mind writing those?
+
+The ChangeLog entries should describe what the changes are and the
+rationale for the changes (for example, why is tcsetattrr removed from
+open_serial)
More information about the mono-bugs
mailing list