Issue #13640 has been updated by Kelsey Hightower.
Josh, Can you test to see if the issue goes away if you remove the eventloop commit? ---------------------------------------- Bug #13640: Puppet master segfaults https://projects.puppetlabs.com/issues/13640#change-59641 Author: Josh Cooper Status: Unreviewed Priority: Normal Assignee: Daniel Pittman Category: Target version: 2.7.x Affected Puppet version: development Keywords: Branch: 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.
