mail-archives/mono-bugs/2010-October/104404.html

108 строки
4.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 643372] Long dynamic method name causes an assertion failure
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20643372%5D%20Long%20dynamic%20method%20name%20causes%20an%0A%09assertion%20failure&In-Reply-To=bug-643372-28286%40http.bugzilla.novell.com/">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="104385.html">
<LINK REL="Next" HREF="104409.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 643372] Long dynamic method name causes an assertion failure</H1>
<B>bugzilla_noreply at novell.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20643372%5D%20Long%20dynamic%20method%20name%20causes%20an%0A%09assertion%20failure&In-Reply-To=bug-643372-28286%40http.bugzilla.novell.com/"
TITLE="[Mono-bugs] [Bug 643372] Long dynamic method name causes an assertion failure">bugzilla_noreply at novell.com
</A><BR>
<I>Sun Oct 3 20:07:45 EDT 2010</I>
<P><UL>
<LI>Previous message: <A HREF="104385.html">[Mono-bugs] [Bug 643372] New: Long dynamic method name causes an assertion failure
</A></li>
<LI>Next message: <A HREF="104409.html">[Mono-bugs] [Bug 643372] Long dynamic method name causes an assertion failure
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#104404">[ date ]</a>
<a href="thread.html#104404">[ thread ]</a>
<a href="subject.html#104404">[ subject ]</a>
<a href="author.html#104404">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=643372">https://bugzilla.novell.com/show_bug.cgi?id=643372</A>
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=643372#c1">https://bugzilla.novell.com/show_bug.cgi?id=643372#c1</A>
Zoltan Varga &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">vargaz at gmail.com</A>&gt; changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">vargaz at gmail.com</A>
--- Comment #1 from Zoltan Varga &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">vargaz at gmail.com</A>&gt; 2010-10-04 00:07:44 UTC ---
Its not the length that is the problem, but the string itself, which contains
invalid unicode characters, i.e. at name [0xd800] == 0xd800, which is a
'high-surrogate code unit', it should be followed by a 'low surrogate code
unit':
<A HREF="http://www.unicode.org/glossary/#surrogate_code_point">http://www.unicode.org/glossary/#surrogate_code_point</A>
MS.NET seems to silently ignore these, while we detect it during utf16-&gt;utf8
conversion, and assert later.
--
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="104385.html">[Mono-bugs] [Bug 643372] New: Long dynamic method name causes an assertion failure
</A></li>
<LI>Next message: <A HREF="104409.html">[Mono-bugs] [Bug 643372] Long dynamic method name causes an assertion failure
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#104404">[ date ]</a>
<a href="thread.html#104404">[ thread ]</a>
<a href="subject.html#104404">[ subject ]</a>
<a href="author.html#104404">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
mailing list</a><br>
</body></html>