On Wed, Mar 12, 2008 at 1:15 PM, Marcin Lewandowski <[EMAIL PROTECTED]> wrote:

> I realized that there's a new version, so I'll try to upgrade to 1.1.4.
> Maybe also there's new ruby.

> It happened from time to time, e.g. once for 3-4 weeks with my previous
> mongrel version (1.0.x). So I've made an upgrade to 1.1.3, but it worked
> only for 2 weeks.
>
> I don't use any plugins in my rails app.
>
> I'll come back if it remained with 1.1.4

It's unlikely to be an issue with Mongrel, or we would have heard
about it before, especially since you say that you have seen the error
while running under two different versions of Mongrel, both of which
have been out for a long time, and that you have seen this error
multiple times.

/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(0xa8b2241c)
ruby 1.8.6 (2008-03-03) [i686-linux]

If you look at the Ruby source code, that error is called during
obj_free() (defined in gc.c) when the object being freed doesn't have
a known node type.

My suspicion is that something that you are using has an extension in
it that is doing something which interacts poorly with Ruby's GC code.

Which version of Ruby 1.8.6 is it that you are running?  Make sure you
are using the latest patch level of 1.8.6.  This is very important.


Kirk Haines
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to