Actions
Bug #412
closedStack length should be long
Description
=begin
STACK_LEVEL_MAX is set to 655300 in some cases. The C specification only guarantees that an unsigned int can hold up to 65535. Therefore, ruby_stack_length should return a long and STACK_LEVEL_MAX, if a variable, should be a long. This issue was found in ruby_1_8_6 branch.
=end
Files
Updated by pzb (Peter Bowen) about 16 years ago
- File ruby-1.8.6.p286_gc.patch ruby-1.8.6.p286_gc.patch added
=begin
The previous patch was bad. I think the correct solution is to declare it as a VALUE, as that is what other stack length variables are declared as.
=end
Updated by nobu (Nobuyoshi Nakada) about 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r18463.
=end
Actions
Like0
Like0Like0