algometrica / larytet-master

Automatically exported from code.google.com/p/larytet-master
0 stars 0 forks source link

Exception on exit #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Rarely the system causes exception when exiting 

Unhandled Exception: System.ArgumentOutOfRangeException: Value must be
positive and below the buffer height.
Parameter name: top
  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.ReadLine () [0x00000] 
  at System.ConsoleDriver.ReadLine () [0x00000] 
  at System.Console.ReadLine () [0x00000] 
  at JQuant.Program.Run () [0x00000] 
  at JQuant.Program.Main (System.String[] args) [0x00000] 

Original issue reported on code.google.com by larytet@gmail.com on 3 Jan 2010 at 5:08

GoogleCodeExporter commented 9 years ago
Another type of exception (mutual exclusion is required when access to the 
Resources
lists)

Unhandled Exception: System.ArgumentOutOfRangeException: Less than 0 or more 
than
list count.
Parameter name: index
1
  at System.Collections.ArrayList.ThrowNewArgumentOutOfRangeException (System.String
name, System.Object actual, System.String message) [0x00000] 
  at System.Collections.ArrayList.RemoveAt (Int32 index) [0x00000] 
  at System.Collections.ArrayList.Remove (System.Object obj) [0x00000] 
  at JQuant.Mailbox`1[MarketSimulation.Core+FSM].Dispose () [0x00000] 
  at JQuant.MailboxThread`1[Message].Dispose () [0x00000] 
  at JQuant.MailboxThread`1[Message].Run () [0x00000] 

Original comment by larytet@gmail.com on 9 Jan 2010 at 8:28