[ruby-cvs:61161] odaira:r54000 (trunk): * thread_pthread.c (getstack): __pi_stacksize returned by
odaira at ruby-lang.org
odaira at ruby-lang.org
Sat Mar 5 03:14:19 JST 2016
odaira 2016-03-05 03:14:18 +0900 (Sat, 05 Mar 2016)
New Revision: 54000
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54000
Log:
* thread_pthread.c (getstack): __pi_stacksize returned by
pthread_getthrds_np() is wrong on AIX. Use
__pi_stackend - __pi_stackaddr instead.
Modified files:
trunk/ChangeLog
trunk/thread_pthread.c
More information about the ruby-cvs
mailing list