[Mono-bugs] [Bug 349621] Mono dies while trying to access DateTimeOffset.MaxValue

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 18 22:00:43 EST 2007


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

User gnorton at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=349621#c7





--- Comment #7 from Geoff Norton <gnorton at novell.com>  2007-12-18 20:00:42 MST ---
I havn't really looked into why; but I can tell you where the exception chain
starts:

496                         get { return DateTime.SpecifyKind (dt - utc_offset,
DateTimeKind.Utc); }

the dt - utc_offset is triggering an exception; which isn't getting thrown
properly thus giving the native stacktrace that jonp is seeing.

This is triggered from the DateTimeOffset .ctor on line 58


-- 
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