エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする - Ruby master - Ruby Issue Tracking System
記事へのコメント3件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする - Ruby master - Ruby Issue Tracking System
=begin r33784 向けのパッチです。 Debian 上で test-all が全て通ることを確認しています。 Solaris 上... =begin r33784 向けのパッチです。 Debian 上で test-all が全て通ることを確認しています。 Solaris 上では確認できていませんので、どなたか追試していただけると助かります。 diff --git a/thread_pthread.c b/thread_pthread.c index 7fa8e95..b5c97bd 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -1236,6 +1236,7 @@ rb_thread_create_timer_thread(void) fprintf(stderr, "[FATAL] Failed to create timer thread (errno: %d)\n", err); exit(EXIT_FAILURE); } pthread_attr_d
2011/12/02 リンク