[Mono-bugs] [Bug 49549][Maj] Changed - Building without ICU support makes xsp crash
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Oct 2003 09:05:55 -0400 (EDT)
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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49549
--- shadow/49549 2003-10-11 05:04:35.000000000 -0400
+++ shadow/49549.tmp.19346 2003-10-11 09:05:55.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono/Runtime
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -18,6 +18,15 @@
If you build mono without ICU support, xsp receives an exception from
another domain. After connection gdb + --breakonex, i saw that the
exception thrown comes from metadata/locales.c:561
Shouldn't we just use the invariant culture instead of throw exceptions?
+
+------- Additional Comments From dick@ximian.com 2003-10-11 09:05 -------
+ArgumentException is the documented way of saying "Don't know this
+culture."
+
+If you ask for Invariant, you get it even with no ICU.
+
+(Leaving this bug open for more input though...)
+