hungdluit / flowlib

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

Thread start OutOfMemoryException #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In:
protected virtual void UpdateMyInfo(bool firstTime)
sometimes when this code is executed
                System.Threading.Thread t = new System.Threading.Thread
(new System.Threading.ThreadStart(OnMyINFOPool));
                t.Priority = System.Threading.ThreadPriority.Lowest;
                t.Name = "MyINFO Pool";
                t.Start();
A System.OutOfMemoryException is being thrown when trying to do t.Start()

What is the expected output? What do you see instead?
Some form of try catch should be used,  maybe with a small sleep before 
you retry.

What version of the product are you using? ~~(Do not write latest)~~
ast thing from the SVN.

On what operating system?
Windows Vista

Call Stack? ~~(Line numbers and exception type helps much)~~

Please provide any additional information below.

Original issue reported on code.google.com by pavel.gu...@gmail.com on 5 Mar 2008 at 10:55

Attachments:

GoogleCodeExporter commented 8 years ago
Why are you not supplying the full call stack?

How many hubs are you connected to?

Do you connect to all those hubs at the same time?

Original comment by blomman84 on 5 Mar 2008 at 11:27

GoogleCodeExporter commented 8 years ago
MyINFO /INF sending will be changed before release.

Original comment by blomman84 on 18 Mar 2008 at 11:15

GoogleCodeExporter commented 8 years ago
Should now be fixed.
Please update svn and comment.

Original comment by blomman84 on 26 Jun 2008 at 10:15