Rails crashed on FreeBSD-8 box
Created by: agrushin
Hello Guys,
I tried to run gitlabhq on a box with FreeBSD 8.2 (ruby 1.9.2), however rails crashed just after a request had been received (well, actually after GET /users/sign_in request had been received):
rails s -e production
=> Booting WEBrick => Rails 3.1.0 application starting in production on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown server [2011-11-15 09:24:40] INFO WEBrick 1.3.1 [2011-11-15 09:24:40] INFO ruby 1.9.2 (2011-07-09) [amd64-freebsd8] [2011-11-15 09:24:40] INFO WEBrick::HTTPServer#start: pid=76964 port=3000 cache: [GET /] miss
Started GET "/" for 78.106.109.58 at 2011-11-15 09:24:44 -0800 Processing by DashboardController#index as HTML Completed in 1ms Bus error (core dumped)
Is it possible to run gitlabhq on freebsd?
Additional info: OS: FreeBSD 8.2-RELEASE-p3 amd64 Ruby: 1.9.2p290 (2011-07-09 revision 32553) Rails: 3.1.0
Thanks!