thanks,
Bryan
> --
> You received this message because you are subscribed to the Google Groups "Hobo Users" group.
> To post to this group, send email to hobo...@googlegroups.com.
> To unsubscribe from this group, send email to hobousers+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
>
All I can say is "it works for me". Can somebody else try it?
thanks,
Bryan
> On Thu, Jan 19, 2012 at 6:17 PM, JezC <jezcha...@gmail.com> 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