Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b15fc
)
Update README
author
Matthew Mondor
<mmondor@pulsar-zone.net>
Tue, 8 Sep 2015 07:17:56 +0000
(
03:17
-0400)
committer
Matthew Mondor
<mmondor@pulsar-zone.net>
Tue, 8 Sep 2015 07:17:56 +0000
(
03:17
-0400)
ecl-gc-bug/README
patch
|
blob
|
blame
|
history
diff --git
a/ecl-gc-bug/README
b/ecl-gc-bug/README
index
871c04d
..
04da6fa
100644
(file)
--- a/
ecl-gc-bug/README
+++ b/
ecl-gc-bug/README
@@
-15,7
+15,8
@@
SIGPWR is used for SIG_SUSPEND, and SIGXCPU for SIG_THR_RESTART.
Somehow, despite resending signal, the suspended thread may remain
locked waiting on a mutex. Occasionally, instead of busy-looping,
-we get an idle hang.
+we get an idle hang. When avoiding to use stdio, this is a generally
+avoidable bug; I have daemons using ECL with decent uptimes.
- Verify again that the proper signals are sent for the proper reasons
and they they are matched by the proper signal responses.