Running into an error while running webrick on a Hobo app I'm working on when using ruby 1.9.3. 1.9.2 now returns a "[BUG] segmentation fault". The output and error I see is: --BEGIN OUTPUT-- [2011-12-06 14:13:10] INFO WEBrick 1.3.1 [2011-12-06 14:13:10] INFO ruby 1.9.3 (2011-10-30) [x86_64- darwin11.1.0] [2011-12-06 14:13:10] INFO WEBrick::HTTPServer#start: pid=7512 port=3000 Started GET "/" for 127.0.0.1 at 2011-12-06 14:13:25 -0500 Processing by FrontController#index as HTML DRYML: Compiled /Users/username/.rvm/gems/ruby-1.9.3-p0@default/ bundler/gems/hobo-bc7478fe4b05/dryml/taglibs/core.dryml in 0.04s Rendered front/index.dryml (652.7ms) Completed 500 Internal Server Error in 658ms
ActionView::Template::Error (stack level too deep): Rendered /Users/username/.rvm/gems/ruby-1.9.3-p0@default/gems/ actionpack-3.0.10/lib/action_dispatch/middleware/templates/rescues/ _trace.erb (2.3ms) Rendered /Users/username/.rvm/gems/ruby-1.9.3-p0@default/gems/ actionpack-3.0.10/lib/action_dispatch/middleware/templates/rescues/ _request_and_response.erb (5.5ms) Rendered /Users/username/.rvm/gems/ruby-1.9.3-p0@default/gems/ actionpack-3.0.10/lib/action_dispatch/middleware/templates/rescues/ template_error.erb within rescues/layout (14.7ms) --END OUTPUT-- Any idea of what's happening here? -- 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.
