[BUG] gc_sweep() with ruby 1.8.7
- by kgrad
I have a rails app being developed with mongrel 1.1.5. I can run the app and click on 3 or 4 links, but after that mongrel always crashes with an error: [BUG] gc_sweep(): unknown data type 0x0. It happens on both windows 7 and mac os x snow leopard, so it has to be something in my code, or something wrong with ruby 1.8.7 (less likely).
Has anyone else experienced this? Is there a fix or likely cause?
thanks
edit: interestingly, it does not crash when deployed via heroku.