[Mono-bugs] [Bug 81723][Nor] Changed - [WIN32] Size of buffer for DEVMODE not correctly determined
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu May 24 00:13:04 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81723
--- shadow/81723 2007-05-23 17:30:07.000000000 -0400
+++ shadow/81723.tmp.18795 2007-05-24 00:13:04.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 81723
Product: Mono: Class Libraries
Version: 1.2
-OS:
+OS: unknown
OS Details: Windows XP SP2
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Sys.Drawing.
AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: [WIN32] PrinterSettings cctor terminates app
+Summary: [WIN32] Size of buffer for DEVMODE not correctly determined
Running anything related to printing on my local machine results in the
following error:
at (wrapper managed-to-native)
System.Drawing.Printing.PrintingServicesWin32.Win32DocumentProperties
@@ -46,6 +46,13 @@
http://www.fineprint.com/
------- Additional Comments From gert.driesen at pandora.be 2007-05-23 17:30 -------
Created an attachment (id=19302)
Repro from bug #80765 that results in the mentioned error.
+
+------- Additional Comments From gert.driesen at pandora.be 2007-05-24 00:13 -------
+This problem was actually causes by the fact that we did not
+correctly determine the size of the buffer required to hold the
+DEVMODE structure.
+
+Fixed in revision 77890.
More information about the mono-bugs
mailing list