Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.983 Beiträge
 
#1

Sometimes a race condition is in just two lines of code

  Alt 30. Jul 2019, 18:10
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...
  Mit Zitat antworten Zitat