HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 01:30:21 GMT Content-length: 729 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 1465 Parrot GC leaks memory for basic programs pmichaud dukeleto "In Rakudo we've noticed that long-running programs seem to be leaking memory in 2.1.0 and later, and have tracked it down to some simple programs that demonstrate the leak. The simplest version is {{{ .sub 'main' loop: $P0 = box 0 goto loop .end }}} This appears to consume memory without bound until it is terminated. The leak appears both in the 2.1.0 release and in current trunk (r44134). Notably, 2.0.0 doesn't appear to have a leak. Pm" bug closed critical GC 2.1.0 high fixed perl6 hahid Kapoor)