[Mono-bugs] [Bug 77076][Nor] New - Reflector: crash when opening a
file
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 22 18:43:42 EST 2005
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 matt at use.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77076
--- shadow/77076 2005-12-22 18:43:42.000000000 -0500
+++ shadow/77076.tmp.21692 2005-12-22 18:43:42.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 77076
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: matt at use.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Reflector: crash when opening a file
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. download Reflector from www.aisto.com/roeder
+2. run with mono Reflector.exe /compatible
+3. try and open an assembly
+
+Actual Results:
+NRE crash, which Reflector catches and evokes a "Feedback" dialog with
+the exception details inside. I can't copy the exception text out of the
+textbox, but the top of the stack is this line in RichTextBox.cs:
+ font = new Font(rtf_rtffont.Name,
+rtf_rtffont_size, rtf_rtfstyle);
+
+It looks like the line above returns null:
+rtf_rtffont = System.Windows.Forms.RTF.Font.GetFont(rtf, 0);
+
+
+
+Expected Results:
+Shouldn't crash.
More information about the mono-bugs
mailing list