[Mono-bugs] [Bug 554768] New: Application Crashes when calling UIView.DrawString
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 11 19:41:16 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=554768
Summary: Application Crashes when calling UIView.DrawString
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Class Libraries
AssignedTo: gnorton at novell.com
ReportedBy: thaoula at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=326992)
--> (http://bugzilla.novell.com/attachment.cgi?id=326992)
Sample solution that outlines the issue
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US)
AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.237.0 Safari/532.4
Application always crashes when UIView.Drawstring method is called and the
application is running on a device.
The application does not crash using the same code and running on the emulator.
Reproducible: Always
Steps to Reproduce:
1. Create a class that inherits UIView
2. Override DrawRect
3. Add call to UIView.DrawString
4. Add custom view to application window.
5. Run application
Actual Results:
Application crashes. Try Catch does not catch any exceptions.
Expected Results:
String is drawn in view.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list