Issue #21320 has been updated by Josh Cooper.

Status changed from Unreviewed to Merged - Pending Release

Merged in stable in 
[08e5326ef](http://github.com/puppetlabs/puppet/commit/08e5326eff4ad5abc13eeec20830be1a00cf1ddd)

----------------------------------------
Bug #21320: Puppet daemon may sleep for 100 years after receiving USR1 on 64 
bit systems
https://projects.puppetlabs.com/issues/21320#change-93458

* Author: Patrick Carlisle
* Status: Merged - Pending Release
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 3.2.3
* Affected Puppet version: 3.2.2
* Keywords: 
* Branch: 
----------------------------------------
Due to a bug in Ruby 1.9.3 and earlier, an interrupted select call may be 
restarted with an invalid value (near 2**32). (Ruby always tries to restart 
interrupted select calls, unlike the normal behavior of the system call.)

This is fixed in 2.0.0 
<https://github.com/ruby/ruby/commit/b10c3136b0163536a679b10fecbc2992f3b5fa64>.

Since the puppet scheduler uses select to sleep, sending a signal to trigger a 
run (usually with mcollective) can trigger this bug.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to