ruby-dev (Japanese) list archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-dev:48312] [ruby-trunk - Bug #9971] [Closed] potential stack overflow check deadlock (fixed at r46495)
       [not found] <redmine.issue-9971.20140622125934@ruby-lang.org>
@ 2014-06-22 12:59 ` nagachika00
  2014-06-22 14:43 ` [ruby-dev:48313] [ruby-trunk - Bug #9971] " nobu
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2014-06-22 12:59 UTC (permalink / raw
  To: ruby-dev

Issue #9971 has been reported by Tomoyuki Chikanaga.

----------------------------------------
Bug #9971: potential stack overflow check deadlock (fixed at r46495)
https://bugs.ruby-lang.org/issues/9971

* Author: Tomoyuki Chikanaga
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: 
* ruby -v: -
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
r46495 で check_stack_overflow() 内で GET_THREAD() を呼ぶのをやめるようにしていますが、2.0.0 と 2.1 でも GET_THREAD() は関数として定義されているのでバックポートが必要と思います。
このチケットはバックポート管理用に作成しました。



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

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

* [ruby-dev:48313] [ruby-trunk - Bug #9971] potential stack overflow check deadlock (fixed at r46495)
       [not found] <redmine.issue-9971.20140622125934@ruby-lang.org>
  2014-06-22 12:59 ` [ruby-dev:48312] [ruby-trunk - Bug #9971] [Closed] potential stack overflow check deadlock (fixed at r46495) nagachika00
@ 2014-06-22 14:43 ` nobu
  2014-09-01 17:20 ` [ruby-dev:48510] " nagachika00
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: nobu @ 2014-06-22 14:43 UTC (permalink / raw
  To: ruby-dev

Issue #9971 has been updated by Nobuyoshi Nakada.


残念ながら、直ったかと思いましたがr46495では修正できていません。
コンパイラやオプションによって変わるものの、手元ではここ何日かtest_machine_stack_sizeがtimeoutでエラーになるので調査中です。

----------------------------------------
Bug #9971: potential stack overflow check deadlock (fixed at r46495)
https://bugs.ruby-lang.org/issues/9971#change-47321

* Author: Tomoyuki Chikanaga
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: 
* ruby -v: -
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
r46495 で check_stack_overflow() 内で GET_THREAD() を呼ぶのをやめるようにしていますが、2.0.0 と 2.1 でも GET_THREAD() は関数として定義されているのでバックポートが必要と思います。
このチケットはバックポート管理用に作成しました。



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

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

* [ruby-dev:48510] [ruby-trunk - Bug #9971] potential stack overflow check deadlock (fixed at r46495)
       [not found] <redmine.issue-9971.20140622125934@ruby-lang.org>
  2014-06-22 12:59 ` [ruby-dev:48312] [ruby-trunk - Bug #9971] [Closed] potential stack overflow check deadlock (fixed at r46495) nagachika00
  2014-06-22 14:43 ` [ruby-dev:48313] [ruby-trunk - Bug #9971] " nobu
@ 2014-09-01 17:20 ` nagachika00
  2014-09-15 14:26 ` [ruby-dev:48549] " nagachika00
  2014-09-17  6:25 ` [ruby-dev:48555] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2014-09-01 17:20 UTC (permalink / raw
  To: ruby-dev

Issue #9971 has been updated by Tomoyuki Chikanaga.


見すごしていました。 test_machine_stack_size のタイムアウトは r46499 で収まったとみていいんでしょうか?

----------------------------------------
Bug #9971: potential stack overflow check deadlock (fixed at r46495)
https://bugs.ruby-lang.org/issues/9971#change-48602

* Author: Tomoyuki Chikanaga
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: 
* ruby -v: -
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED
----------------------------------------
r46495 で check_stack_overflow() 内で GET_THREAD() を呼ぶのをやめるようにしていますが、2.0.0 と 2.1 でも GET_THREAD() は関数として定義されているのでバックポートが必要と思います。
このチケットはバックポート管理用に作成しました。



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

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

* [ruby-dev:48549] [ruby-trunk - Bug #9971] potential stack overflow check deadlock (fixed at r46495)
       [not found] <redmine.issue-9971.20140622125934@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2014-09-01 17:20 ` [ruby-dev:48510] " nagachika00
@ 2014-09-15 14:26 ` nagachika00
  2014-09-17  6:25 ` [ruby-dev:48555] " usa
  4 siblings, 0 replies; 5+ messages in thread
From: nagachika00 @ 2014-09-15 14:26 UTC (permalink / raw
  To: ruby-dev

Issue #9971 has been updated by Tomoyuki Chikanaga.

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

まだ完全ではないとのことでしたが、念のため r46495 と r46499 を r47597 で `ruby_2_1` へバックポートしました。

----------------------------------------
Bug #9971: potential stack overflow check deadlock (fixed at r46495)
https://bugs.ruby-lang.org/issues/9971#change-48919

* Author: Tomoyuki Chikanaga
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: 
* ruby -v: -
* Backport: 2.0.0: REQUIRED, 2.1: DONE
----------------------------------------
r46495 で check_stack_overflow() 内で GET_THREAD() を呼ぶのをやめるようにしていますが、2.0.0 と 2.1 でも GET_THREAD() は関数として定義されているのでバックポートが必要と思います。
このチケットはバックポート管理用に作成しました。



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

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

* [ruby-dev:48555] [ruby-trunk - Bug #9971] potential stack overflow check deadlock (fixed at r46495)
       [not found] <redmine.issue-9971.20140622125934@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2014-09-15 14:26 ` [ruby-dev:48549] " nagachika00
@ 2014-09-17  6:25 ` usa
  4 siblings, 0 replies; 5+ messages in thread
From: usa @ 2014-09-17  6:25 UTC (permalink / raw
  To: ruby-dev

Issue #9971 has been updated by Usaku NAKAMURA.


partially backported into `ruby_2_0_0` at r47612.

とりあえず、現時点で `ruby_2_0_0` にある部分については取り込みました。

----------------------------------------
Bug #9971: potential stack overflow check deadlock (fixed at r46495)
https://bugs.ruby-lang.org/issues/9971#change-48948

* Author: Tomoyuki Chikanaga
* Status: Closed
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: core
* Target version: 
* ruby -v: -
* Backport: 2.0.0: REQUIRED, 2.1: DONE
----------------------------------------
r46495 で check_stack_overflow() 内で GET_THREAD() を呼ぶのをやめるようにしていますが、2.0.0 と 2.1 でも GET_THREAD() は関数として定義されているのでバックポートが必要と思います。
このチケットはバックポート管理用に作成しました。



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

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

end of thread, other threads:[~2014-09-17  6:45 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-9971.20140622125934@ruby-lang.org>
2014-06-22 12:59 ` [ruby-dev:48312] [ruby-trunk - Bug #9971] [Closed] potential stack overflow check deadlock (fixed at r46495) nagachika00
2014-06-22 14:43 ` [ruby-dev:48313] [ruby-trunk - Bug #9971] " nobu
2014-09-01 17:20 ` [ruby-dev:48510] " nagachika00
2014-09-15 14:26 ` [ruby-dev:48549] " nagachika00
2014-09-17  6:25 ` [ruby-dev:48555] " 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).