[Mono-bugs] [Bug 661750] Setting value of hexadecimal NumericUpDown control to 0 crashes Mono runtime

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jan 8 03:08:11 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=661750

https://bugzilla.novell.com/show_bug.cgi?id=661750#c8


Thomas Goldstein <stifu at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from Thomas Goldstein <stifu at free.fr> 2011-01-08 08:08:10 UTC ---
This bug should now fixed. I applied the fix you suggested, which also makes us
more compatible with .NET: we now throw OverflowExceptions just like .NET does,
if the given value is below Int64.MinValue or above Int64.MaxValue (I added
unit tests for that too).

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list