Parcourir la source

[master] Added ChangeLog for #3710.

Marcin Siodelski il y a 10 ans
Parent
commit
5e16117884
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9 0
      ChangeLog

+ 9 - 0
ChangeLog

@@ -1,3 +1,12 @@
+904.	[bug]		marcin
+	FreeBSD-only change: Disabled unit test expecting the death
+	of the process when conditional variable was destroyed when
+	the thread was still waiting for the variable. This is due
+	invalid behavior of the pthread_cond_destroy on FreeBSD
+	which should return EBUSY in such case, whereas it returns
+	success error code.
+	(Trac #3710, git bdb442402ef023055715baf597c401c9974a7fb2)
+
 903.	[bug]		stephen
 	Corrected arithmetical error in the rate control module of
 	perfdhcp which led to the incorrect calculation of the rate