On Fri, Mar 21, 2008 at 4:52 AM, Marcin Lewandowski <[EMAIL PROTECTED]> wrote: > It still crashes... :( > > /usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/core_ext/module/inclusion.rb:4: > [BUG] gc_sweep(): unknown data type 0x0(0xac53841c) > ruby 1.8.6 (2008-03-03) [i686-linux] > > > Once, there was a crash message related to gettext, but I've made an > upgrade and it crashes like that. > > How to trace or debug that?
Look at the exception. Since you've gotten the same identical exception twice, start there. It's in ActiveSupport, not Mongrel, BTW. Here's the line in question: ObjectSpace.each_object(Class) { |k| classes << k if k.included_modules.include?(self) } This is an interesting place for that error to occur. I don't have an immediate hypothesis, but somehow something is getting into the Ruby heap that isn't a recognized node type. Kirk Haines _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users