xiacunshun (xiacunshun xia)
- Login: xiacunshun
- Registered on: 02/02/2023
- Last sign in: 02/13/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/03/2023
-
07:46 AM Ruby Bug #19400: YJIT fails to boot on ARM64 systems with 64 KiB pages
- alanwu (Alan Wu) wrote in #note-4:
> Curious what OS distribution you're using for reproduction.
> ...
We are building ruby on OpenCloudOS stream.
Yes, we use the kernel which is compiled by ourself.
02/02/2023
-
09:30 AM Ruby Bug #19400: YJIT fails to boot on ARM64 systems with 64 KiB pages
- xiacunshun (xiacunshun xia) wrote:
> 1) Failure:
> ...
I run into this problem on armv8 and the pagesize is 64K.
The page_size of CodeBlock is const 16K, which leads to `16K % 64K = 16K`.
-
09:27 AM Ruby Bug #19400 (Closed): YJIT fails to boot on ARM64 systems with 64 KiB pages
- 1) Failure:
TestRubyOptions#test_enable [/builddir/build/BUILD/ruby-3.2.0/test/ruby/test_rubyoptions.rb:176]:
pid 2482783 killed by SIGABRT (signal 6) (core dumped)
| thread '<unnamed>' panicked at 'assertion failed: `(left == right...