.net - QTAgent32.exe has stopped working -
i have vs2012/.net4.5 solution huge number of unit tests
when running unit tests solution randomly getting "qtagent32.exe has stopped working" error message , unit tests hangs @ point.
my unit tests mstest , run them using resharper menu vs. resharper edition 7.1.3, not sure if matters. vs 2012 sp 3
eventually found reason
one piece of code written incorrectly , under curcumstances caused endless recursion , stack overflow. if getting same error "qtagent32.exe has stopped working" try check call stak @ point.
Comments
Post a Comment