Actions
Bug #11418
closedspawn segfaults
Bug #11418:
spawn segfaults
Description
Process.spawn sometimes segfaults, because buffer allocated by ALLOCV_N is not marked, when the size exceeds 1024 bytes.
In these days, TestEncodingConverter#test_default_external has occasionally segfaulted by this problem.
Until 2.2, this has not appeared since Process.spawn didn't use ALLOCV_N.
Maybe unnecessary before 2.2.
Actions