alexvoda / audioswitch

Automatically exported from code.google.com/p/audioswitch
0 stars 0 forks source link

OutOfMemoryException #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start the program and leave it on

What is the expected output? What do you see instead?
A running program, consuming almost no resources since it should not perform 
any actions except when I access the program.
Instead, after an uptime of 1d 2h 23m I got following error:
Application: AudioSwitch.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
   at System.Collections.Hashtable+ValueCollection.GetEnumerator()
   at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
   at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
   at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
   at System.Windows.Forms.Application.Run()
   at AudioSwitch.Classes.Program.Main(System.String[])

What version of the product are you using? On what operating system?
2.0.0

Please provide any additional information below.
The program seems to be running into an infinite loop somehow, even though 
interaction with the program was limited (used once in the abovementioned 
period). Audio was switched multiple times WITHOUT using the program, maybe 
this throws Audioswitch off ?

Original issue reported on code.google.com by frederic...@gmail.com on 19 Sep 2013 at 10:31