[Mono-bugs] [Bug 643372] Long dynamic method name causes an assertion failure

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Oct 3 20:07:45 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=643372#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com

--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 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':
http://www.unicode.org/glossary/#surrogate_code_point

MS.NET seems to silently ignore these, while we detect it during utf16->utf8
conversion, and assert later.

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