Some things to try:
Downgrade Ruby to p111 (unlikely).
Avoid using gettext (more likely).
Are you using any RubyInline plugins or vendorized gems?
Evan
On Fri, Mar 21, 2008 at 12:50 PM, Evan Weaver <[EMAIL PROTECTED]> wrote:
> Do you have any GC patches in Ruby, use of DL, shaky C libs, or a
> weird Ruby patchlevel?
>
> Evan
>
>
>
> On Fri, Mar 21, 2008 at 10:34 AM, Kirk Haines <[EMAIL PROTECTED]> wrote:
> > 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
> > [email protected]
> > http://rubyforge.org/mailman/listinfo/mongrel-users
> >
>
>
>
> --
> Evan Weaver
> Cloudburst, LLC
>
--
Evan Weaver
Cloudburst, LLC
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users