[Mono-bugs] [Bug 49549][Maj] New - Building without ICU support makes xsp crash
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Oct 2003 05:04:35 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49549
--- shadow/49549 2003-10-11 05:04:35.000000000 -0400
+++ shadow/49549.tmp.18849 2003-10-11 05:04:35.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 49549
+Product: Mono/Runtime
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gonzalo@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Building without ICU support makes xsp crash
+
+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?