Skip to content
New issue

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

Fix make test failure on macOS 12.0 #2813

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

zhang2014
Copy link
Member

I hereby agree to the terms of the CLA available at: https://databend.rs/policies/cla/

Summary

Fix make test failure on macOS 12.0 rust-lang/rust#90342

Changelog

  • Build/Testing/CI

Related Issues

Fixes #issue

@databend-bot databend-bot added the pr-build this PR changes build/testing/ci steps label Nov 16, 2021
@databend-bot
Copy link
Member

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

1 similar comment
@databend-bot
Copy link
Member

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@zhang2014
Copy link
Member Author

before modify:

= note: 0  0x1025ec224  __assert_rtn + 128
          1  0x1025f17e8  ld::tool::OutputFile::addressAndTarget(ld::Internal const&, ld::Fixup const*, ld::Atom const**) (.cold.1) + 0
          2  0x10252b104  ld::tool::OutputFile::addressOf(ld::Internal const&, ld::Fixup const*, ld::Atom const**) + 252
          3  0x10252cdfc  ld::tool::OutputFile::applyFixUps(ld::Internal&, unsigned long long, ld::Atom const*, unsigned char*) + 4004
          4  0x102531540  ld::tool::OutputFile::writeAtoms(ld::Internal&, unsigned char*) + 356
          5  0x102528fa4  ld::tool::OutputFile::writeOutputFile(ld::Internal&) + 408
          6  0x102521adc  ld::tool::OutputFile::write(ld::Internal&) + 216
          7  0x1024af1d8  main + 584
          A linker snapshot was created at:
          	/tmp/it-519b7276148c71c5-2021-10-16-164120.ld-snapshot
          ld: Assertion failed: (_mode == modeFinalAddress), function finalAddress, file ld.hpp, line 1190.
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

@sundy-li sundy-li merged commit d0418ca into databendlabs:main Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-review pr-build this PR changes build/testing/ci steps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants