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