Project

General

Profile

Defect #27769

Updated by Toshi MARUYAMA over 6 years ago

We've just came across a major issue in our production Redmine instance. 

 Description of the problem. 

 One of our coworkers tried to create a ticket containing a smiley face (copy paste from MS Outlook). 

 http://www.fileformat.info/info/unicode/char/1f60a/index.htm 

 Form submission resulted in a 500 server error. 

 !2.jpg! 

 She removed the smiley face and the issue had been successfully submitted. Then other coworkers created about 10 more issues. The system was running fine. However the failed request created *an open transaction*. 

 !1.jpg! 

 We suspect that other issues where created in the scope of this running transaction as nested transactions. The transaction was active for about 24 hours and was blocking some of our housekeeping jobs and we had to kill it. As a result we lost all 10 issues that were (successfully) submitted after afer the one with the smiley face in it (resulting in a 500 error). 

 I was able to recreate the problem folowing the steps above. 

 BR 
 Jan

Back