Issue #13640 has been updated by Patrick Carlisle. Status changed from Accepted to In Topic Branch Pending Review Assignee changed from Daniel Pittman to Patrick Carlisle Branch set to https://github.com/puppetlabs/puppet/pull/658
I think this is the right solution, the trouble is it was executing the agent logic, which isn't true when running the master. https://github.com/puppetlabs/puppet/pull/658 ---------------------------------------- Bug #13640: Puppet master gets into an infinite loop https://projects.puppetlabs.com/issues/13640#change-60344 Author: Josh Cooper Status: In Topic Branch Pending Review Priority: Normal Assignee: Patrick Carlisle Category: Target version: 2.7.x Affected Puppet version: development Keywords: Branch: https://github.com/puppetlabs/puppet/pull/658 When I run puppet master recently from 2.7.x, I am seeing the cpu sometimes getting pinned, and more recently segfaults: <pre> dir=~/scratch/master/foo && puppetmasterd --no-daemonize --trace --autosign=true --debug --confdir=${dir} --vardir=${dir} --certname puppetmaster ... /Users/josh/work/puppet/lib/puppet/daemon.rb:189: [BUG] Segmentation fault ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] </pre> The problem seems to be introduced with commit:1de8bd7 (puppet module tool), though the crash seems to be occurring in the daemon.rb code, which recently changed due to removing the eventloop code. Perhaps the new georgi terminal code isn't playing nicely with the new daemon code. Reverting to 2.7.12 or commit:2d51b64 (immediately prior to the geordi merge) resolves the issue. I am using an older ruby version, but this is definitely new behavior... -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
