[Mono-bugs] [Bug 72726][Maj] Changed - Mono runtime segfault

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 13:44:22 -0500 (EST)


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 dezelin@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72726

--- shadow/72726	2005-02-18 13:35:16.000000000 -0500
+++ shadow/72726.tmp.20045	2005-02-18 13:44:22.000000000 -0500
@@ -39,6 +39,17 @@
 
 Additional Information:
 
 ------- Additional Comments From bmaurer@users.sf.net  2005-02-18 13:35 -------
 Do you have a test case? Is either --debug or --trace causing this
 error, or does it happen without them?
+
+------- Additional Comments From dezelin@gmail.com  2005-02-18 13:44 -------
+ObjectReader:ReadObject
+            ^------------ this ':' is actually causing the segfault
+
+
+It segfaults without --debug and works fine (returns error: 'Invalid
+method name') when you replace ':' with any other character.
+
+Cheers,
+Aleksandar Dezelin