Is writeln thread safe? I’m getting some strange crashes and I’m curious if
they’re related to calling writeln on multiple threads.
Regards,
Ryan Joseph
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi
> Is writeln thread safe?
In console application, IMHO yes.
But If you use writeln in a Windows environnement or with LCL widget, it
could not be safe.
Fre;D
-
Many thanks ;-)
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/Writeln-in-threads-tp5727683p5
Hello,
Finally, FPC 3.0.2 has landed. FPC 3.0.2 is an update to 3.0.0 that
contains some compiler bugfixes and library progress since 3.0.0
Building is still in progress and some formats (deb) and other minor targets
might
not be available yet.
Changes that may break backwards compatibility are
On 17/02/17 12:43, Ryan Joseph wrote:
Is writeln thread safe? I’m getting some strange crashes and I’m curious if
they’re related to calling writeln on multiple threads.
Unlikely. The output from different threads can be mixed at weird places
since it all goes to the same file handle and buff
Excellent news, congrats.
Could that site be used (it seems up-dated and it is used in many docu) ?
http://www.freepascal.org/download.var
Thanks.
Fre;D
-
Many thanks ;-)
--
View this message in context:
http://free-pascal-general.1045716.n5.nabble.com/FPC-3-0-2-released-tp5727685p572
In our previous episode, fredvs said:
> Excellent news, congrats.
>
> Could that site be used (it seems up-dated and it is used in many docu) ?
>
> http://www.freepascal.org/download.var
It's done here, maybe sb else did it already.
___
fpc-pascal mail