ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:48332] [ruby-trunk - Bug #9983] [Open] memory leak at ENV.shift on Windows
       [not found] <redmine.issue-9983.20140626202316@ruby-lang.org>
@ 2014-06-26 20:23 ` nobu
  2014-06-26 20:23 ` [ruby-dev:48334] [ruby-trunk - Bug #9983] " nobu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: nobu @ 2014-06-26 20:23 UTC (permalink / raw
  To: ruby-dev

Issue #9983 has been reported by Nobuyoshi Nakada.

----------------------------------------
Bug #9983: memory leak at ENV.shift on Windows
https://bugs.ruby-lang.org/issues/9983

* Author: Nobuyoshi Nakada
* Status: Open
* Priority: Normal
* Assignee: cruby-windows
* Category: core
* Target version: current: 2.2.0
* ruby -v: trunk
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
Windows版で、`ENV.shift` がメモリリークしているようです。



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-dev:48334] [ruby-trunk - Bug #9983] memory leak at ENV.shift on Windows
       [not found] <redmine.issue-9983.20140626202316@ruby-lang.org>
  2014-06-26 20:23 ` [ruby-dev:48332] [ruby-trunk - Bug #9983] [Open] memory leak at ENV.shift on Windows nobu
@ 2014-06-26 20:23 ` nobu
  2014-06-26 20:33 ` [ruby-dev:48335] [ruby-trunk - Bug #9983] [Closed] " nobu
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: nobu @ 2014-06-26 20:23 UTC (permalink / raw
  To: ruby-dev

Issue #9983 has been updated by Nobuyoshi Nakada.

Copied from Bug #9978: memory leak at ENV.select on Windows added

----------------------------------------
Bug #9983: memory leak at ENV.shift on Windows
https://bugs.ruby-lang.org/issues/9983#change-47401

* Author: Nobuyoshi Nakada
* Status: Open
* Priority: Normal
* Assignee: cruby-windows
* Category: core
* Target version: current: 2.2.0
* ruby -v: trunk
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
Windows版で、`ENV.shift` がメモリリークしているようです。



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-dev:48335] [ruby-trunk - Bug #9983] [Closed] memory leak at ENV.shift on Windows
       [not found] <redmine.issue-9983.20140626202316@ruby-lang.org>
  2014-06-26 20:23 ` [ruby-dev:48332] [ruby-trunk - Bug #9983] [Open] memory leak at ENV.shift on Windows nobu
  2014-06-26 20:23 ` [ruby-dev:48334] [ruby-trunk - Bug #9983] " nobu
@ 2014-06-26 20:33 ` nobu
  2014-08-03 16:32 ` [ruby-dev:48463] [ruby-trunk - Bug #9983] " nagachika00
  2014-09-03  3:43 ` [ruby-dev:48514] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: nobu @ 2014-06-26 20:33 UTC (permalink / raw
  To: ruby-dev

Issue #9983 has been updated by Nobuyoshi Nakada.

Status changed from Open to Closed

Applied in changeset r46570.

----------
hash.c: fix memory leak

* hash.c (env_shift): fix memory leak on Windows, free environment
  strings block always.  [ruby-dev:48332] [Bug #9983]

----------------------------------------
Bug #9983: memory leak at ENV.shift on Windows
https://bugs.ruby-lang.org/issues/9983#change-47402

* Author: Nobuyoshi Nakada
* Status: Closed
* Priority: Normal
* Assignee: cruby-windows
* Category: core
* Target version: current: 2.2.0
* ruby -v: trunk
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
Windows版で、`ENV.shift` がメモリリークしているようです。



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-dev:48463] [ruby-trunk - Bug #9983] memory leak at ENV.shift on Windows
       [not found] <redmine.issue-9983.20140626202316@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2014-06-26 20:33 ` [ruby-dev:48335] [ruby-trunk - Bug #9983] [Closed] " nobu
@ 2014-08-03 16:32 ` nagachika00
  2014-09-03  3:43 ` [ruby-dev:48514] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2014-08-03 16:32 UTC (permalink / raw
  To: ruby-dev

Issue #9983 has been updated by Tomoyuki Chikanaga.

Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED to 2.0.0: REQUIRED, 2.1: DONE

Backported into `ruby_2_1` branch at r47055.

----------------------------------------
Bug #9983: memory leak at ENV.shift on Windows
https://bugs.ruby-lang.org/issues/9983#change-48182

* Author: Nobuyoshi Nakada
* Status: Closed
* Priority: Normal
* Assignee: cruby-windows
* Category: core
* Target version: current: 2.2.0
* ruby -v: trunk
* Backport: 2.0.0: REQUIRED, 2.1: DONE
----------------------------------------
Windows版で、`ENV.shift` がメモリリークしているようです。



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-dev:48514] [ruby-trunk - Bug #9983] memory leak at ENV.shift on Windows
       [not found] <redmine.issue-9983.20140626202316@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2014-08-03 16:32 ` [ruby-dev:48463] [ruby-trunk - Bug #9983] " nagachika00
@ 2014-09-03  3:43 ` usa
  4 siblings, 0 replies; 5+ messages in thread
From: usa @ 2014-09-03  3:43 UTC (permalink / raw
  To: ruby-dev

Issue #9983 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: REQUIRED, 2.1: DONE to 2.0.0: DONE, 2.1: DONE

backported into `ruby_2_0_0` at r47365.

----------------------------------------
Bug #9983: memory leak at ENV.shift on Windows
https://bugs.ruby-lang.org/issues/9983#change-48613

* Author: Nobuyoshi Nakada
* Status: Closed
* Priority: Normal
* Assignee: cruby-windows
* Category: core
* Target version: current: 2.2.0
* ruby -v: trunk
* Backport: 2.0.0: DONE, 2.1: DONE
----------------------------------------
Windows版で、`ENV.shift` がメモリリークしているようです。



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-09-03  4:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-9983.20140626202316@ruby-lang.org>
2014-06-26 20:23 ` [ruby-dev:48332] [ruby-trunk - Bug #9983] [Open] memory leak at ENV.shift on Windows nobu
2014-06-26 20:23 ` [ruby-dev:48334] [ruby-trunk - Bug #9983] " nobu
2014-06-26 20:33 ` [ruby-dev:48335] [ruby-trunk - Bug #9983] [Closed] " nobu
2014-08-03 16:32 ` [ruby-dev:48463] [ruby-trunk - Bug #9983] " nagachika00
2014-09-03  3:43 ` [ruby-dev:48514] " usa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).