ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:48325] [ruby-trunk - Bug #9978] [Open] memory leak at ENV.select on Windows
       [not found] <redmine.issue-9978.20140625150335@ruby-lang.org>
@ 2014-06-25 15:03 ` nobu
  2014-06-25 15:03 ` [ruby-dev:48326] [ruby-trunk - Bug #9978] " nobu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: nobu @ 2014-06-25 15:03 UTC (permalink / raw
  To: ruby-dev

Issue #9978 has been reported by Nobuyoshi Nakada.

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

* 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: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Windows版で、`ENV.select {break}` がメモリリークしているようです。



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

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

* [ruby-dev:48326] [ruby-trunk - Bug #9978] memory leak at ENV.select on Windows
       [not found] <redmine.issue-9978.20140625150335@ruby-lang.org>
  2014-06-25 15:03 ` [ruby-dev:48325] [ruby-trunk - Bug #9978] [Open] memory leak at ENV.select on Windows nobu
@ 2014-06-25 15:03 ` nobu
  2014-06-25 23:28 ` [ruby-dev:48327] [ruby-trunk - Bug #9978] [Closed] " nobu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: nobu @ 2014-06-25 15:03 UTC (permalink / raw
  To: ruby-dev

Issue #9978 has been updated by Nobuyoshi Nakada.

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

----------------------------------------
Bug #9978: memory leak at ENV.select on Windows
https://bugs.ruby-lang.org/issues/9978#change-47375

* 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.select {break}` がメモリリークしているようです。



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

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

* [ruby-dev:48327] [ruby-trunk - Bug #9978] [Closed] memory leak at ENV.select on Windows
       [not found] <redmine.issue-9978.20140625150335@ruby-lang.org>
  2014-06-25 15:03 ` [ruby-dev:48325] [ruby-trunk - Bug #9978] [Open] memory leak at ENV.select on Windows nobu
  2014-06-25 15:03 ` [ruby-dev:48326] [ruby-trunk - Bug #9978] " nobu
@ 2014-06-25 23:28 ` nobu
  2014-06-26 20:23 ` [ruby-dev:48333] [ruby-trunk - Bug #9978] " nobu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: nobu @ 2014-06-25 23:28 UTC (permalink / raw
  To: ruby-dev

Issue #9978 has been updated by Nobuyoshi Nakada.

Status changed from Open to Closed
% Done changed from 0 to 100

Applied in changeset r46557.

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

* hash.c (env_select): fix memory leak and crash on Windows, make
  keys array first instead of iterating on envrion directly.
  [ruby-dev:48325] [Bug #9978]

----------------------------------------
Bug #9978: memory leak at ENV.select on Windows
https://bugs.ruby-lang.org/issues/9978#change-47376

* 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.select {break}` がメモリリークしているようです。



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

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

* [ruby-dev:48333] [ruby-trunk - Bug #9978] memory leak at ENV.select on Windows
       [not found] <redmine.issue-9978.20140625150335@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2014-06-25 23:28 ` [ruby-dev:48327] [ruby-trunk - Bug #9978] [Closed] " nobu
@ 2014-06-26 20:23 ` nobu
  2014-08-03 16:30 ` [ruby-dev:48462] " nagachika00
  2014-09-03  3:44 ` [ruby-dev:48515] " usa
  5 siblings, 0 replies; 6+ messages in thread
From: nobu @ 2014-06-26 20:23 UTC (permalink / raw
  To: ruby-dev

Issue #9978 has been updated by Nobuyoshi Nakada.

Copied to Bug #9983: memory leak at ENV.shift on Windows added

----------------------------------------
Bug #9978: memory leak at ENV.select on Windows
https://bugs.ruby-lang.org/issues/9978#change-47400

* 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.select {break}` がメモリリークしているようです。



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

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

* [ruby-dev:48462] [ruby-trunk - Bug #9978] memory leak at ENV.select on Windows
       [not found] <redmine.issue-9978.20140625150335@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2014-06-26 20:23 ` [ruby-dev:48333] [ruby-trunk - Bug #9978] " nobu
@ 2014-08-03 16:30 ` nagachika00
  2014-09-03  3:44 ` [ruby-dev:48515] " usa
  5 siblings, 0 replies; 6+ messages in thread
From: nagachika00 @ 2014-08-03 16:30 UTC (permalink / raw
  To: ruby-dev

Issue #9978 has been updated by Tomoyuki Chikanaga.

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

r46557 and r46565 were backported into `ruby_2_1` branch at r47054.

----------------------------------------
Bug #9978: memory leak at ENV.select on Windows
https://bugs.ruby-lang.org/issues/9978#change-48181

* 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.select {break}` がメモリリークしているようです。



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

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

* [ruby-dev:48515] [ruby-trunk - Bug #9978] memory leak at ENV.select on Windows
       [not found] <redmine.issue-9978.20140625150335@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2014-08-03 16:30 ` [ruby-dev:48462] " nagachika00
@ 2014-09-03  3:44 ` usa
  5 siblings, 0 replies; 6+ messages in thread
From: usa @ 2014-09-03  3:44 UTC (permalink / raw
  To: ruby-dev

Issue #9978 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 #9978: memory leak at ENV.select on Windows
https://bugs.ruby-lang.org/issues/9978#change-48614

* 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.select {break}` がメモリリークしているようです。



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

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-9978.20140625150335@ruby-lang.org>
2014-06-25 15:03 ` [ruby-dev:48325] [ruby-trunk - Bug #9978] [Open] memory leak at ENV.select on Windows nobu
2014-06-25 15:03 ` [ruby-dev:48326] [ruby-trunk - Bug #9978] " nobu
2014-06-25 23:28 ` [ruby-dev:48327] [ruby-trunk - Bug #9978] [Closed] " nobu
2014-06-26 20:23 ` [ruby-dev:48333] [ruby-trunk - Bug #9978] " nobu
2014-08-03 16:30 ` [ruby-dev:48462] " nagachika00
2014-09-03  3:44 ` [ruby-dev:48515] " 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).