Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Sometimes a race condition is in just two lines of code (https://www.delphipraxis.net/201541-sometimes-race-condition-just-two-lines-code.html)

DP News-Robot 30. Jul 2019 18:10

Sometimes a race condition is in just two lines of code
 
A race condition can be this small: if Assigned(Setting.OnChanged) then Setting.OnChanged(Setting); If in between these lines, the value of Setting.OnChanged*becomes nil, then you have an access violation. It is a very slim, but real chance. –jeroen

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:08 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz