This project is closed and read-only.
Actions
Backport #6022
closedDL on MinGW: bignum too big to convert into `long' (memory_status test)
Backport #6022:
DL on MinGW: bignum too big to convert into `long' (memory_status test)
Status:
Closed
Assignee:
-
Description
Hello,
When executing tests for Ruby 1.9.3-p105, encountered this new failure:
C:/Users/Luis/Projects/oss/oneclick/rubyinstaller/sandbox/ruby19_build/.ext/common/dl/func.rb:55:in `call': bignum too big to convert into `long' (RangeError)
from C:/Users/Luis/Projects/oss/oneclick/rubyinstaller/sandbox/ruby19_build/.ext/common/dl/func.rb:55:in `call'
from C:/Users/Luis/Projects/oss/ruby/test/ruby/memory_status.rb:48:in `GetProcessMemoryInfo'
from C:/Users/Luis/Projects/oss/ruby/test/ruby/memory_status.rb:54:in `memory_info'
from C:/Users/Luis/Projects/oss/ruby/test/ruby/memory_status.rb:60:in `read_status'
from C:/Users/Luis/Projects/oss/ruby/test/ruby/memory_status.rb:82:in `_update'
from C:/Users/Luis/Projects/oss/ruby/test/ruby/memory_status.rb:93:in `initialize'
from -e:2:in `new'
from -e:2:in `'
This error was not present on previous 1.9.3-p0 release.
Actions