Issue #21309 has been updated by Andrew Parker.
This is possibly triggering the same bug that is reported against RHEL 6.4 reported at <https://bugzilla.redhat.com/show_bug.cgi?id=843199>. ---------------------------------------- Bug #21309: Upgrade to 3.2.2 causes puppet-server backend to crash https://projects.puppetlabs.com/issues/21309#change-93215 * Author: Justin Dow * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: Justin Dow * Category: * Target version: * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- Our setup is an apache/mod_passenger setup. Two independent puppetmasters, set up identically (same /etc/puppet) using `httpd-2.2.15-28.el6_4.x86_64` and `mod_passenger-3.0.11-1.el6.x86_64`. One puppetmaster on RHEL6.3 is fine after the upgrade to 3.2.2. The other puppetmaster on RHEL6.4 periodically has this in /var/log/httpd/error_log: <pre> [ pid=32452 thr=140580093937632 file=ext/apache2/Hooks.cpp:817 time=2013-06-19 06:15:55.782 ]: The backend application (process 32586) did not send a valid HTTP response; instead, it sent nothing at all. It is possible that it has crashed; please check whether there are crashing bugs in this application. /usr/lib/ruby/site_ruby/1.8/puppet/parser/collector.rb:163: [BUG] Segmentation fault ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] [ pid=32450 thr=140580093937632 file=ext/apache2/Hooks.cpp:817 time=2013-06-19 06:22:31.475 ]: The backend application (process 529) did not send a valid HTTP response; instead, it sent nothing at all. It is possible that it has crashed; please check whether there are crashing bugs in this application. /usr/lib/ruby/site_ruby/1.8/puppet/parser/ast/collexpr.rb:29: [BUG] Segmentation fault ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] [ pid=32446 thr=140580093937632 file=ext/apache2/Hooks.cpp:817 time=2013-06-19 06:22:36.598 ]: The backend application (process 542) did not send a valid HTTP response; instead, it sent nothing at all. It is possible that it has crashed; please check whether there are crashing bugs in this application. </pre> The only difference I can find between the two servers is that the working one is on RHEL6.3 and the broken one is on 6.4 and the ruby versions are just a little different: * 6.3: `ruby-1.8.7.352-7.el6_2.x86_64` * 6.4: `ruby-1.8.7.352-10.el6_4.x86_64` I don't think it's a package/version. Perhaps the crashy master is serving a manifest to a client that it is choking on, something the working master isn't seeing? -- 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.
