We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPI Version: 47.0.0 BOSH Version: - CF Version: - Diego Version: -
Version: Distro:
When running create-env on the following kernel/os
Linux 6.4.16-linuxkit #1 SMP PREEMPT Tue Oct 10 20:38:06 UTC 2023 x86_64 GNU/Linux
the cpi fails during runtime with the following error:
/root/.bosh/installations/c7bab59a-8349-4a9e-4257-b26e30e17f88/packages/bosh_azure_cpi/vendor/bundle/ruby/3.1.0/gems/fast_jsonparser-0.6.0/lib/fast_jsonparser.rb:15: [BUG] Illegal instruction at 0x00007ffffb422247
The issue seems to originate from the fast_jsonparser gem
gcc -dumpversion 13.2.0
bosh create-env
I created a PR to revert the fast_jsonparser and the monkey patch that was already in place for older gcc versions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions (please add them if you have more releases for this issue)
CPI Version: 47.0.0
BOSH Version: -
CF Version: -
Diego Version: -
Stemcell
Version:
Distro:
Environment
Issue Details
When running create-env on the following kernel/os
Linux 6.4.16-linuxkit #1 SMP PREEMPT Tue Oct 10 20:38:06 UTC 2023 x86_64 GNU/Linux
the cpi fails during runtime with the following error:
/root/.bosh/installations/c7bab59a-8349-4a9e-4257-b26e30e17f88/packages/bosh_azure_cpi/vendor/bundle/ruby/3.1.0/gems/fast_jsonparser-0.6.0/lib/fast_jsonparser.rb:15: [BUG] Illegal instruction at 0x00007ffffb422247
The issue seems to originate from the fast_jsonparser gem
Repro steps (if necessary, delete otherwise)
bosh create-env
I created a PR to revert the fast_jsonparser and the monkey patch that was already in place for older gcc versions.
The text was updated successfully, but these errors were encountered: