[Mono-bugs] [Bug 349926] New: RichTextBox: IOORE with urls

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Dec 19 17:27:00 EST 2007


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


           Summary: RichTextBox: IOORE with urls
           Product: Mono: Class Libraries
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: jpobst at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


Created an attachment (id=188328)
 --> (https://bugzilla.novell.com/attachment.cgi?id=188328)
Test Case

Use the attached test case, click on the empty line between
"http://www.mono-project.com" and "(enter at your own risk)".  Type
http://www.google.com and press Enter.  Crashes with:

Unhandled Exception: System.IndexOutOfRangeException: Array index is out of
range.

at System.Windows.Forms.LineTag.get_X () [0x00018] in D:\Documents\Visual
Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\LineTag.cs:213
at System.Windows.Forms.Document.Draw
(System.Drawing.Graphics,System.Drawing.Rectangle) [0x00426] in
D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\TextControl.cs:1715
at System.Windows.Forms.TextBoxBase.OnPaintInternal
(System.Windows.Forms.PaintEventArgs) [0x00076] in D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\TextBoxBase.cs:1746
at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message&)
[0x0004c] in D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\Control.cs:5246
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&)
[0x0016c] in D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\Control.cs:5015
at System.Windows.Forms.TextBoxBase.WndProc (System.Windows.Forms.Message&)
[0x001e5] in D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\TextBoxBase.cs:1575
at System.Windows.Forms.RichTextBox.WndProc (System.Windows.Forms.Message&)
[0x00000] in D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\RichTextBox.cs:1227
at ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) [0x00000] in
D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\Control.cs:225
at ControlNativeWindow.WndProc (System.Windows.Forms.Message&) [0x00000] in
D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\Control.cs:206
at System.Windows.Forms.NativeWindow.WndProc
(intptr,System.Windows.Forms.Msg,intptr,intptr) [0x0006a] in
D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\NativeWindow.cs:188
at System.Windows.Forms.XplatUIWin32.InternalWndProc
(intptr,System.Windows.Forms.Msg,intptr,intptr) [0x0002c] in
D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\XplatUIWin32.cs:1887
at (wrapper native-to-managed)
System.Windows.Forms.XplatUIWin32.InternalWndProc
(intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00065>
at (wrapper managed-to-native)
System.Windows.Forms.XplatUIWin32.Win32DispatchMessage
(System.Windows.Forms.MSG&) <0x00004>
at System.Windows.Forms.XplatUIWin32.DispatchMessage
(System.Windows.Forms.MSG&) [0x00000] in D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\XplatUIWin32.cs:2082
at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG&)
[0x00000] in D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\XplatUI.cs:551
at System.Windows.Forms.Application.RunLoop
(bool,System.Windows.Forms.ApplicationContext) [0x0030e] in D:\Documents\Visual
Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\Application.cs:833
at System.Windows.Forms.Application.Run
(System.Windows.Forms.ApplicationContext) [0x00014] in D:\Documents\Visual
Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\Application.cs:635
at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) [0x00000]
in D:\Documents\Visual Studio
2005\Projects\Mono\class\Managed.Windows.Forms\System.Windows.Forms\Application.cs:623
at MainForm.Main () <0x00024>


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