New issue 514 by cyber42: Record.exe does not terminate
http://code.google.com/p/tradelink/issues/detail?id=514
What steps will reproduce the problem?
1. Start ServerGenesis.exe
2. Start Record.exe
3. Add symbol "IBM"
4. Close Record.exe
5. The Task manager still shows Record.exe
What version of the product are you using? On what operating system?
trunk / win 7
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I am not sure if this is just a placeholder for some other work you're
doing in
record...
this does not happen for me in EDGE, the only reason this would happen is
if you are
not executing the _tlt.Stop command.
I suggest that you try moving the tlt.Stop ABOVE your ta.Stop, and see if
that solves
this. most likely there is an exception being thrown in your new code
that is
causing tlt.Stop to not be executed (which is leaving a thread open, which
is why
record won't close).