From: "ko1 (Koichi Sasada)" Date: 2013-02-17T13:54:00+09:00 Subject: [ruby-core:52320] [ruby-trunk - Bug #7425] Execute a script by active record, the console is crash. Issue #7425 has been updated by ko1 (Koichi Sasada). Target version changed from 2.0.0 to next minor No feedback. ---------------------------------------- Bug #7425: Execute a script by active record, the console is crash. https://bugs.ruby-lang.org/issues/7425#change-36363 Author: fsword (John Lee) Status: Feedback Priority: Normal Assignee: Category: Target version: next minor ruby -v: ruby 1.9.3p327 (2012-11-10 revision 37606) [x86_64-linux] On my rails application, I write a script like this: Stakeholder.find_each do |stakeholder| stakeholder.resource_name = 'aaa' stakeholder.save! end Then the pry console is crash. I do the same code on rake task and find the same situation. versions: ruby: 1.9.3-p286 rails: 3.2.8 rvm: 1.16.17 (master) activerecord: 3.2.8 database: mysql Ver 14.14 Distrib 5.5.28 -- http://bugs.ruby-lang.org/