cody: do not use DumpExceptionBackTrace in other thread

git-svn-id: trunk@35545 -
This commit is contained in:
mattias 2012-02-21 19:55:01 +00:00
parent bb8630ac8c
commit d1167a2ed8

View File

@ -388,7 +388,7 @@ begin
on E: Exception do begin
debugln(['WARNING: TCodyUDLoadSaveThread.Execute Load=',Load,' ',E.Message]);
Dictionary.LoadSaveError:=E.Message;
DumpExceptionBackTrace;
// DumpExceptionBackTrace; gives wrong line numbers multithreaded
if E is ECTUnitDictionaryLoadError then begin
BugFilename:=Filename+'.bug';
debugln(['TCodyUDLoadSaveThread.Execute saving buggy file for inspection to "',BugFilename,'"']);