[Mono-bugs] [Bug 80763][Nor] Changed - Crash with Printing Test
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Mar 15 14:25:31 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 shana.ufie at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80763
--- shadow/80763 2007-03-12 11:17:25.000000000 -0500
+++ shadow/80763.tmp.935 2007-03-15 13:25:31.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 80763
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: Windows.Forms
AssignedTo: shana.ufie at gmail.com
ReportedBy: bugzilla at woy.nl
@@ -45,6 +45,23 @@
------- Additional Comments From bugzilla at woy.nl 2007-02-08 05:52 -------
Created an attachment (id=18647)
Compiled Assembly
+
+------- Additional Comments From shana.ufie at gmail.com 2007-03-15 13:25 -------
+Running your code on windows outputs an exception on catch if there
+are no printers or the print spooler. Even if it blows up on something
+else, it still catches the exception, so I can't repro this, really
+need a stacktrace to know what's wrong :p
+
+Are you running on windows? Please run it with mono --debug , and if
+you still can't get useful output, run it with
+
+mono --debug --trace=N:System.Drawing.Printing DrawIconTest.exe>outputlog
+
+and attach the outputlog here. If you're running on cygwin under
+windows or on linux, do this one instead
+
+mono --debug --trace=N:System.Drawing.Printing
+DrawIconTest.exe>outputlog 2>&1
More information about the mono-bugs
mailing list