On Thu, 2010-08-26 at 05:08 -0700, kit wrote: > This server is 7.2-RELEASE-p4 #0
So it has the fix I sent. > debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw > yaml; using pson > debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw > yaml; using pson > debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw > yaml; using pson This time it was able to ask for 3 files instead of freezing at the 1st one. > > (gdb) thread apply all > Please specify a command following the thread ID list > (gdb) bt full My bad, those two commands are in fact only one: thread apply all bt full But the issue is that I'm not sure we can find the issue. It is certainly some locking issues inside ruby that are invalid on FreeBSD. My advice if you really want to get rid of this issue is to rebuild ruby without pthreads. You might also open a ticket on ruby 1.8 bug tracker (or on the FreeBSD ruby port). -- Brice Figureau Follow the latest Puppet Community evolutions on www.planetpuppet.org! -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
