Zed, I got it: there was a piece of code trying to redirect_to(nil) every now and then. What I don't understand is I got a normal Rails error while in development (Stack level too deep), but Mongrel crashed in production, thus not writing the error to the log.
- Michele On Aug 18, 2006, at 21:53 , Zed Shaw wrote: > On Fri, 2006-08-18 at 14:59 +0200, Michele wrote: >> If I run Mongrel 0.3.13.4 in debug mode, I get this error before the >> process dies: "Illegal instruction: 4 (core dumped)". >> >> What could it be? Is there a way which instruction is causing the >> error? > > What operating system and version? How'd you build your ruby? After > how > long does this happen? Does it tell you line number of where it > happens? Is the line number consistent? > > Try running it under gdb, then when it dies type: backtrace and > send me > the output. That or run the program under strace and give me the last > bit of the output before it died. > > > -- > Zed A. Shaw > http://www.zedshaw.com/ > http://mongrel.rubyforge.org/ > http://www.railsmachine.com/ -- Need Mongrel support? > > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > > _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
