[前][次][番号順一覧][スレッド一覧]

ruby-changes:20219

From: ko1 <ko1@a...>
Date: Tue, 28 Jun 2011 11:57:18 +0900 (JST)
Subject: [ruby-changes:20219] ko1:r32267 (trunk): add a detail comment.

ko1	2011-06-28 11:57:02 +0900 (Tue, 28 Jun 2011)

  New Revision: 32267

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32267

  Log:
    add a detail comment.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32266)
+++ ChangeLog	(revision 32267)
@@ -3,6 +3,8 @@
 	* thread_pthread.c (consume_communication_pipe): 
 	  Make "buff" as static.  (Maybe) "buff" can be shared between
 	  any caller (any threads) because no one use the read values.
+	  "buff" (1024 byte) on stack may cause stack overflow on
+	  several environment (we found a crash on FreeBSD).
 	  And remove const value "buff_size", and define CCP_READ_BUFF_SIZE
 	  macro.
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]