Project

General

Profile

Bug #12796

Updated by nobu (Nobuyoshi Nakada) over 7 years ago

Hi,  

 This is my first bug report so am sorry for missing out any wanted data. 

 I am using Ruby 2.3.0p0 with Rails 4.2.5. The ruby process crashes when running minitest tests for ActiveJob. The line causing the issue is 
 `user.update({github_handle: 'somehandle'})`. **user.update({github_handle: 'somehandle'})**. Commenting the line doesnt result in any ruby errors/crashes. 

 I have attached the Crash log with the entire stack trace rendered on the command line. 

 Thanks, 
 Prasad.

Back