pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-10-05
2017-10-05 15:03:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4e638cd28c7abb6c6550f4c49685843a772ebd01 (
13
lines) (+
7
/-
6
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Minor shuffling.
65:
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.
97:
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 ----------------