What reasons are known a thread stops suddenly?

tcak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Feb 4 22:41:37 PST 2016


On Friday, 5 February 2016 at 06:23:09 UTC, Daniel Kozak wrote:
> V Fri, 05 Feb 2016 03:47:40 +0000
> tcak via Digitalmars-d-learn <digitalmars-d-learn at puremagic.com>
> napsáno:
>
>> [...]
>
> Did you try catch Throwable instead of Exception?

Undid the fix, and wrapped the problem causing function call with 
try-catch-Throwable, it is caught now. I always used Exception 
before, thinking that it was the base of all exceptions.


More information about the Digitalmars-d-learn mailing list