[Mono-bugs] [Bug 80763][Wis] New - Crash with Printing Test

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Feb 8 05:51:37 EST 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 bugzilla at woy.nl.

http://bugzilla.ximian.com/show_bug.cgi?id=80763

--- shadow/80763	2007-02-08 05:51:37.000000000 -0500
+++ shadow/80763.tmp.9757	2007-02-08 05:51:37.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 80763
+Product: Mono: Runtime
+Version: 1.2
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: bugzilla at woy.nl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Crash with Printing Test
+
+I made a simple Printing test program to see if printing works properly in 
+mono ( v1.2.3 ) and it crashes when I try to run it with
+
+mono DrawIconTest.exe
+
+it only displays
+----
+TryPrint
+Stacktrace:
+
+----
+TryPrint is what I display myself. Stacktrace is printed by mono. The 
+printing is inside a Try block and when an exception is thrown I log this 
+to the console. But that is never reached.
+
+when i run the program with
+
+mono --verbose DrawIconTest.exe
+
+to see some more information the application works fine.
+I'll attach the source code and the compiled assembly ( VS.NET compiled in 
+debug mode ).


More information about the mono-bugs mailing list