[Mono-bugs] [Bug 527487] New: ArgumentOutOfRangeException in TermInfoDriver

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Aug 3 03:36:36 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=527487


           Summary: ArgumentOutOfRangeException in TermInfoDriver
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: x86-64
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: paszczi at go2.pl
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1)
Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)

When running an app that reads something from the console (via ReadKey),
ArgumentOutOfRangeException is thrown from TermInfoDriver.SetCursorPosition:

 at System.TermInfoDriver.SetCursorPosition (Int32 left, Int32 top) [0x00000]
  at System.TermInfoDriver.WriteSpecialKey (ConsoleKeyInfo key) [0x00000]
  at System.TermInfoDriver.Echo (ConsoleKeyInfo key) [0x00000]
  at System.TermInfoDriver.ReadKey (Boolean intercept) [0x00000]
  at System.ConsoleDriver.ReadKey (Boolean intercept) [0x00000]
  at System.Console.ReadKey (Boolean intercept) [0x00000]
  at System.Console.ReadKey () [0x00000]

It's hard to reproduce the error as it happens occasionally. Since my app runs
on screen it may be the issue.

Reproducible: Sometimes

-- 
Configure bugmail: http://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