On Jan 28, 2012, at 1:52 PM, Bryan Larsen wrote: > On Thu, Jan 19, 2012 at 6:17 PM, JezC <[email protected]> wrote: >> Done. Checked using the Github UI - models are present. >> >> Re-checked crash using webrick and success using unicorn. Have not >> tried any other servers. >> >> Dead easy to reproduce, probably: >> >> bundle install >> rails s >> >> Then create an account, navigate to "Organisation" and "Create New >> Organisation". End of server. > > All I can say is "it works for me". Can somebody else try it?
I'm inclined to suspect webrick - we had a Rails 3.1 project that would randomly segfault during GC midway through the second request to hit Webrick. Switching off GC made *that* problem go away (at the expense of making the process gigantic) and switching to Unicorn made the segfaults disappear entirely. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
