Project

General

Profile

ActionsLike0

Bug #15522

closed

TestJIT#test_compile_insn_local fails on aarch64 RHEL7

Added by vo.x (Vit Ondruch) about 6 years ago. Updated about 6 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.6.0p0 (2018-12-25 revision 66547) [aarch64-linux]
[ruby-core:90986]

Description

Trying to build Ruby 2.6 on RHEL7, I observe the following test failure on RHEL7, but just on aarch64. The other platforms pass just fine:

  1) Failure:
TestJIT#test_compile_insn_local [/builddir/build/BUILD/ruby-2.6.0/test/ruby/test_jit.rb:64]:
Expected 3 times of JIT success, but succeeded 2 times.
script:
```
def foo
  a = 0
  [1, 2].each do |i|
    a += i
    [3, 4].each do |j|
      a *= j
    end
  end
  a
end
print foo
```
stderr:
```
JIT success (276.6ms): foo@-e:2 -> /tmp/_ruby_mjit_p20163u0.c
JIT success (347.3ms): block in foo@-e:4 -> /tmp/_ruby_mjit_p20163u1.c
MJIT warning: failure in loading code from '/tmp/_ruby_mjit_p20163u2.so': /tmp/_ruby_mjit_p20163u2.so: undefined symbol: __multi3
Successful MJIT finish
```
.
<3> expected but was
<2>.

I suspect this must be some combination of architecture/compiler (gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16)), because I don't observe similar issues on Fedora.


Files

_ruby_mjit_p207u2.c (3.48 KB) _ruby_mjit_p207u2.c vo.x (Vit Ondruch), 01/10/2019 11:47 AM
rb_mjit_min_header-2.6.0.h (781 KB) rb_mjit_min_header-2.6.0.h vo.x (Vit Ondruch), 01/11/2019 09:58 AM
mjit_multi3.tgz (993 KB) mjit_multi3.tgz vo.x (Vit Ondruch), 01/11/2019 09:59 AM

Updated by vo.x (Vit Ondruch) about 6 years ago

Updated by k0kubun (Takashi Kokubun) about 6 years ago

  • Assignee set to k0kubun (Takashi Kokubun)

Updated by vo.x (Vit Ondruch) about 6 years ago

  • Assignee deleted (k0kubun (Takashi Kokubun))

Updated by k0kubun (Takashi Kokubun) about 6 years ago

  • Status changed from Open to Feedback

Updated by vo.x (Vit Ondruch) about 6 years ago

Updated by k0kubun (Takashi Kokubun) about 6 years ago

  • Status changed from Open to Assigned
  • Assignee set to k0kubun (Takashi Kokubun)
#13

Updated by k0kubun (Takashi Kokubun) about 6 years ago

  • Status changed from Assigned to Closed
#15

Updated by k0kubun (Takashi Kokubun) about 6 years ago

  • Backport changed from 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN to 2.4: DONTNEED, 2.5: DONTNEED, 2.6: REQUIRED

Updated by naruse (Yui NARUSE) about 6 years ago

  • Backport changed from 2.4: DONTNEED, 2.5: DONTNEED, 2.6: REQUIRED to 2.4: DONTNEED, 2.5: DONTNEED, 2.6: DONE
ActionsLike0

Also available in: Atom PDF