Actions
Bug #20304
closedMemory leak when setting Encoding.default_internal
Description
Problem is present in Ruby 3.2.2, 3.2.3, 3.3.0. Didn't check before.
Put this in a file:
10.times do
100000.times do
Encoding.default_internal = nil
end
puts `ps -o rss= -p #{$$}`.to_i
end
Result:
$ ruby local.rb
27044
30212
33116
36284
39452
42620
45788
48956
51860
55028
Updated by peterzhu2118 (Peter Zhu) 8 months ago
- Status changed from Open to Closed
- Backport changed from 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN to 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: REQUIRED, 3.3: REQUIRED
This was fixed in: https://github.com/ruby/ruby/pull/9409
Updated by MaxLap (Maxime Lapointe) 8 months ago
Ah, thank you! I would have expected that to be in 3.3-head too.
Updated by k0kubun (Takashi Kokubun) 5 months ago
- Backport changed from 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: REQUIRED, 3.3: REQUIRED to 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: REQUIRED, 3.3: DONE
This seems to have been backported to ruby_3_3 at a24802e8fd7.
Updated by nagachika (Tomoyuki Chikanaga) 4 months ago
- Backport changed from 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: REQUIRED, 3.3: DONE to 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: DONE, 3.3: DONE
ruby_3_2 519d164b6682a8b9fde2b1d5ab7d74f54c4f0224 merged revision(s) c7ce2f537f96ab2cf2f5fc2982d6147866ff5340.
Actions
Like0
Like0Like0Like0Like0