[Mono-bugs] [Bug 78199][Nor] New - Exception handling and ButtonBase_DrawImage()

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Apr 25 18:19:58 EDT 2006


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 eric at rengeo.com.

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

--- shadow/78199	2006-04-25 18:19:58.000000000 -0400
+++ shadow/78199.tmp.21529	2006-04-25 18:19:58.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 78199
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Centos 4.2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com                            
+ReportedBy: eric at rengeo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Exception handling and ButtonBase_DrawImage()
+
+There seems to be a problem in:
+System.Windows.Forms:ButtonBase_DrawImage()
+that when putting a try catch statement, will cause the error to just
+happen and move on, keeping the program alive.
+
+Just as a suggestion, putting try/catch statements everywhere may help a.)
+keeping the program alive and b.) pinpointing errors in these class
+libraries.  I don't know if there's a reason there are no try/catch blocks
+currently in place, but they might help.  At our company, our policy is to
+put a try/catch absolutely everywhere.
+
+As a result, we can't generate a test case for the failure in this specific
+function.  If we manage to find a test case for this specific bug, we will
+attach it later if requested.  
+
+For now, our bug report is just that the class libraries may benefit from
+more try/catch blocks to pinpoint errors and prevent crashes.


More information about the mono-bugs mailing list