mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 20:29:16 +02:00
* don't try to write using standard I/O from a thread while the program is
shutting down, that can fail o the test will still fail because the tthread shutdown code itself in the classes unit cannot handle running while a program is quitting, and that should be fixed (exposed by r34456) git-svn-id: trunk@34554 -
This commit is contained in:
parent
c29c5571b8
commit
ec53fdf45a
@ -26,7 +26,7 @@ end;
|
|||||||
procedure tmythread.execute;
|
procedure tmythread.execute;
|
||||||
begin
|
begin
|
||||||
sleep(60);
|
sleep(60);
|
||||||
writeln('done');
|
// writeln('done');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user