[ruby-core:95172] [Ruby master Bug#16136] String corruption in 2.6.4
From:
mame@...
Date:
2019-10-01 13:50:45 UTC
List:
ruby-core #95172
Issue #16136 has been updated by mame (Yusuke Endoh). FYI: Ruby 2.6.5 has been released, which includes the fix for this issue. https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-6-5-released/ ---------------------------------------- Bug #16136: String corruption in 2.6.4 https://bugs.ruby-lang.org/issues/16136#change-81808 * Author: deivid (David Rodr=EDguez) * Status: Closed * Priority: Normal * Assignee: = * Target version: = * ruby -v: ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-linux] * Backport: 2.5: DONTNEED, 2.6: DONE ---------------------------------------- When trying to upgrade activeadmin's tests to use ruby 2.6.4, I got some ve= ry weird failures where some strings would end up containing random content= . See https://circleci.com/gh/activeadmin/activeadmin/20329 for an example = of those failures. Failures are somewhat random but the test suite seems to= consistently fail on 2.6.4 and pass on 2.6.3. I also managed to reproduce = the failures locally, sometimes very consistently, but now it's hardly ever= happening... :/ I looked at the changes in 2.6.4 and it looks like https://bugs.ruby-lang.o= rg/issues/16105 and/or https://bugs.ruby-lang.org/issues/15946 could be rel= ated, because the region of the Rails code where the corrupted string is cr= eated seems to be doing something similar to the reported issues: https://g= ithub.com/rails/rails/blob/b7e591a55f4de5f1511c3b9255b3b25159b8ba41/actionp= ack/lib/action_dispatch/routing/mapper.rb#L404-L412. Sorry I'm not really sure how to create a reproducible example, or how to d= ebug this issue. Just opening this in case it could help noticing something= obviously wrong with the mentioned patches. -- = https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=3Dunsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>