This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) | |
Process.setrlimit and Process.getrlimit limit and get total size for mlock(2) (bytes) ERROR | |
EINVAL: Invalid argument - Invalid argument | |
Errno.handle at kernel/common/errno.rb:26 | |
Process.setrlimit at kernel/common/process.rb:41 | |
#<Object:0xefee>.__script__ {} at /home/max/code/ruby/rubinius/spec/frozen/core/process/setrlimit_spec.rb:77 | |
Kernel(Object)#instance_eval at kernel/common/eval.rb:114 | |
Enumerable(Array)#all? {} at kernel/common/enumerable.rb:461 | |
Array#each at kernel/bootstrap/array.rb:48 | |
Enumerable(Array)#all? at kernel/common/enumerable.rb:461 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using the following configuration to build | |
------------------------------------------ | |
module Rubinius | |
BUILD_CONFIG = { | |
:llvm => :svn, | |
:llvm_configure => "", | |
:compiler => "gcc", | |
:defines => ["HAS_EXECINFO"], | |
:host => "i686-pc-linux-gnu", | |
:cpu => "i686", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...] | |
Building openssl | |
/home/max/source/rubinius/bin/rbx-build extconf.rb | |
Fatal error loading runtime kernel: | |
Unable to send 'object_metaclass' on '#<Module>' (#<Class>) | |
0xbfc0e900: Kernel#raise in kernel/alpha.rb:149 (+51) | |
0xbfc0ecb0: Kernel#object_metaclass in kernel/alpha.rb:175 (+34) |