From: Jeremy Henty Date: 2010-08-20T22:00:06+09:00 Subject: Re: 1.9.2-rc2 -> 1.9.2-p0 breaks Sinatra On 2010-08-20, Luis Lavena wrote: > On Aug 20, 8:58�am, Jeremy Henty wrote: >> My Sinatra apps work with 1.9.2-rc2. �After upgrading to 1.9.2-p0 >> they terminate �immediately �(no �output, � exit �status �0). > > Did you install and recompile all the gems from -rc2 to -p0 ? No, because I never imagined that it might be necessary for an upgrade from -rc2 to -p0 . But since you suggest it I have now tried removing all of /usr/*/*ruby*, and re-installing ruby and all of my gems. No change: all Sinatra apps terminate immediately, no output, exit status 0. > Specially the ones dealing with Thin and EventManchine > > removing those from the equation, your application still works? I uninstalled thin and eventmachine and it made no difference. I assume the expectation was that the apps would fall back to the webrick backend? I ran "make check" and got one error (a Timeout) and "irb" runs OK, so the Ruby core seems sound. Are there any other tests I could run? Maybe something to check the Rack core? (I am afraid I know little about Rack, I just use Sinatra and assume it will work.) Has anyone managed to run Sinatra apps on 1.9.2-p0? Regards, Jeremy Henty