pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:58:
written. - Due to an error in the realloc strategy, in some cases unread() did not succeed after reading or writing data to a fd. o Threads Fixed a race condition when creating a new thread while threads are disabled.
-
o Signal handling
-
-
Fixed an error where processes would share the same queue for
-
pending signals after using fork(). As a result, a signal sent to
-
one process could trigger a signal handler in the other process.
-
+
o WhiteFish - Fixed issues with merging of empty sets. - Fixed rank calculation on intersection of sets. - Fixed multiple memory leaks. - Improved behavior when provided with corrupted input.
pike.git/CHANGES:90:
o Fixed a memory leak in the preprocessor. Runtime ------- o Fixed NULL-dereference by the gc when running count_memory() --with-dmalloc. o Fixed fatal "Didn't find gc marker as expected" at exit --with-cleanup-on-exit.
+
o Signal handling
+
+
Fixed an error where processes would share the same queue for
+
pending signals after using fork(). As a result, a signal sent to
+
one process could trigger a signal handler in the other process.
+
Building & Tools ---------------- o Configuration Fixes to the detection of MariaDB, MySQL and Inotify. o mkpackage Fixed issue where the error code from extra platform tests wasn't