mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:09:20 +02:00
cody: do not use DumpExceptionBackTrace in other thread
git-svn-id: trunk@35545 -
This commit is contained in:
parent
bb8630ac8c
commit
d1167a2ed8
@ -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,'"']);
|
||||
|
Loading…
Reference in New Issue
Block a user