You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing the same thing. I've also ensured that the following is in the appropriate config/ file. (In my case development.rb with config.cache_classes and config.action_controller.perform_caching set to true.)
good evening,
I have the following line in my production.rb:
require 'memprof/middleware'
config.middleware.insert(0, Memprof::Tracer)
Upon any request to my app, it partially renders then ends with this in stdout:
...
Completed 200 OK in 2315ms (Views: 1048.6ms | ActiveRecord: 885.7ms)
Assertion failed: (gen->state[gen->depth] == json_gen_complete), function json_gen_reset, file json.c, line 16.
Abort trap
No trace files are generated in tmp
Environment is:
REE/RVM: ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-darwin10.7.0], MBARI 0x6770, Ruby Enterprise Edition 2011.03
Rails 3.0.5
Mac OS X 10.6.7
The text was updated successfully, but these errors were encountered: