build(deps): bump YamlDotNet from 3.3.0 to 5.0.0 in /clang-tools-extra/clang-tidy-vs/ClangTidy#1
Open
dependabot[bot] wants to merge 1 commit intointersec/9.xfrom
Conversation
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 3.3.0 to 5.0.0. - [Release notes](https://github.com/aaubry/YamlDotNet/releases) - [Changelog](https://github.com/aaubry/YamlDotNet/blob/master/RELEASE_NOTES.md) - [Commits](aaubry/YamlDotNet@v3.3.0...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com>
IntersecBot
pushed a commit
that referenced
this pull request
Oct 11, 2021
For some reasons, on centos-7 with LLVM_LINK_LLVM_DYLIB=ON, there is a segfault when on `suffix.str()` when `suffix` is a Twine variable in RewriteBlocksAction::CreateASTConsumer(): #0 0x00007fbb9f506054 PrintStackTraceSignalHandler(void*) (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x6a6054) #1 0x00007fbb9f503d5e llvm::sys::RunSignalHandlers() (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x6a3d5e) #2 0x00007fbb9f506308 SignalHandler(int) (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x6a6308) #3 0x00007fbba23185d0 __restore_rt (/lib64/libpthread.so.0+0xf5d0) #4 0x00007fbb9e3c976f __memcpy_ssse3_back /usr/src/debug////////glibc-2.17-c758a686/string/../sysdeps/x86_64/multiarch/memcpy-ssse3-bac k.S:1628:0 #5 0x00007fbb9f4e68c9 llvm::raw_svector_ostream::write_impl(char const*, unsigned long) (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0 x6868c9) #6 0x00007fbb9f4e50f1 llvm::raw_ostream::write(char const*, unsigned long) (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x6850f1) #7 0x00007fbb9f4c10c3 llvm::Twine::printOneChild(llvm::raw_ostream&, llvm::Twine::Child, llvm::Twine::NodeKind) const (/srv/tools/clang _9.x/bin/../lib/libLLVM-9.so+0x6610c3) #8 0x00007fbb9f4c0d94 llvm::Twine::str() const (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x660d94) #9 0x0000000000dab4f5 clang::RewriteBlocksAction::CreateASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/srv/tools/clang_9.x/bi n/clang+0xdab4f5) #10 0x0000000000b839f2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/srv/tools/clang_9.x/ bin/clang+0xb839f2) #11 0x0000000000b86816 clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/srv/tools/cla ng_9.x/bin/clang+0xb86816) #12 0x0000000000b26bb5 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/srv/tools/clang_9.x/bin/clang+0xb26bb5) #13 0x0000000000c2b4d8 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/srv/tools/clang_9.x/bin/clang+0xc2b4d8) #14 0x000000000060de69 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/srv/tools/clang_9.x/bin/clang+0x60de69) #15 0x000000000060b680 main (/srv/tools/clang_9.x/bin/clang+0x60b680) #16 0x00007fbb9e2963d5 __libc_start_main /usr/src/debug/glibc-2.17-c758 The solution is to use a std::string instead for `suffix`.
IntersecBot
pushed a commit
that referenced
this pull request
Oct 12, 2021
For some reasons, on centos-7 with LLVM_LINK_LLVM_DYLIB=ON, there is a segfault when on `suffix.str()` when `suffix` is a Twine variable in RewriteBlocksAction::CreateASTConsumer(): #0 0x00007fbb9f506054 PrintStackTraceSignalHandler(void*) (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x6a6054) #1 0x00007fbb9f503d5e llvm::sys::RunSignalHandlers() (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x6a3d5e) #2 0x00007fbb9f506308 SignalHandler(int) (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x6a6308) #3 0x00007fbba23185d0 __restore_rt (/lib64/libpthread.so.0+0xf5d0) #4 0x00007fbb9e3c976f __memcpy_ssse3_back /usr/src/debug////////glibc-2.17-c758a686/string/../sysdeps/x86_64/multiarch/memcpy-ssse3-bac k.S:1628:0 #5 0x00007fbb9f4e68c9 llvm::raw_svector_ostream::write_impl(char const*, unsigned long) (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0 x6868c9) #6 0x00007fbb9f4e50f1 llvm::raw_ostream::write(char const*, unsigned long) (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x6850f1) #7 0x00007fbb9f4c10c3 llvm::Twine::printOneChild(llvm::raw_ostream&, llvm::Twine::Child, llvm::Twine::NodeKind) const (/srv/tools/clang _9.x/bin/../lib/libLLVM-9.so+0x6610c3) #8 0x00007fbb9f4c0d94 llvm::Twine::str() const (/srv/tools/clang_9.x/bin/../lib/libLLVM-9.so+0x660d94) #9 0x0000000000dab4f5 clang::RewriteBlocksAction::CreateASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/srv/tools/clang_9.x/bi n/clang+0xdab4f5) #10 0x0000000000b839f2 clang::FrontendAction::CreateWrappedASTConsumer(clang::CompilerInstance&, llvm::StringRef) (/srv/tools/clang_9.x/ bin/clang+0xb839f2) #11 0x0000000000b86816 clang::FrontendAction::BeginSourceFile(clang::CompilerInstance&, clang::FrontendInputFile const&) (/srv/tools/cla ng_9.x/bin/clang+0xb86816) #12 0x0000000000b26bb5 clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) (/srv/tools/clang_9.x/bin/clang+0xb26bb5) #13 0x0000000000c2b4d8 clang::ExecuteCompilerInvocation(clang::CompilerInstance*) (/srv/tools/clang_9.x/bin/clang+0xc2b4d8) #14 0x000000000060de69 cc1_main(llvm::ArrayRef<char const*>, char const*, void*) (/srv/tools/clang_9.x/bin/clang+0x60de69) #15 0x000000000060b680 main (/srv/tools/clang_9.x/bin/clang+0x60b680) #16 0x00007fbb9e2963d5 __libc_start_main /usr/src/debug/glibc-2.17-c758 The solution is to use a std::string instead for `suffix`. (cherry picked from commit 2254f23)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps YamlDotNet from 3.3.0 to 5.0.0.
Release notes
Sourced from YamlDotNet's releases.
Changelog
Sourced from YamlDotNet's changelog.
Commits
e024a32Prepare release 5.0.00ce8ac1Drop support for specifying arbitrary type names in tagsc8df563Remove legacy backwards compatibilityf96b7ccEnsure that tagged values are properly converted to the destination type8f20a18Prepare release 4.3.2857192dFix bug whe TypeConverter was being ignored on all platforms145477aRemove serialization support from exceptions113261cAdd quick build task837f61aPin Cake version667778bMerge pull request #313 from thoughtcroft/patch-1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.