From d1167a2ed87015b3a8b072e42c9cbc8faa360821 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 21 Feb 2012 19:55:01 +0000 Subject: [PATCH] cody: do not use DumpExceptionBackTrace in other thread git-svn-id: trunk@35545 - --- components/codetools/ide/codyidentifiersdlg.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/codetools/ide/codyidentifiersdlg.pas b/components/codetools/ide/codyidentifiersdlg.pas index 02574a88f8..f8237d582b 100644 --- a/components/codetools/ide/codyidentifiersdlg.pas +++ b/components/codetools/ide/codyidentifiersdlg.pas @@ -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,'"']);