Fix 'undefined symbol: pthread_atfork' on PowerPC64#15
Merged
Avogar merged 2 commits intoorigin/release-6.0.1from Aug 10, 2022
Merged
Fix 'undefined symbol: pthread_atfork' on PowerPC64#15Avogar merged 2 commits intoorigin/release-6.0.1from
Avogar merged 2 commits intoorigin/release-6.0.1from
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename pull request title in the following format? or See also: |
nikitamikhaylov
pushed a commit
that referenced
this pull request
Oct 15, 2024
…ache#41152) ### Rationale for this change An error is received installing R duckdb: ``` #15 18.13 > remotes::install_github('duckdb/duckdb-r', build = FALSE) #15 18.27 Error: Failed to install 'unknown package' from **GitHub:** #15 18.27 Line starting 'Roxyg ...' is malformed! ``` Some searching seems to suggest that this is because R cannot process UTF-8 characters in DESCRIPTION files if the `LANG` is set to `C`. ### What changes are included in this PR? The `LANG` is set to `C.UTF-8` in the dockerfile for this CI job ### Are these changes tested? The change only affects a test ### Are there any user-facing changes? No * GitHub Issue: apache#41145 Authored-by: Weston Pace <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
This was referenced Oct 15, 2024
nikitamikhaylov
pushed a commit
that referenced
this pull request
Oct 15, 2024
Fix 'undefined symbol: pthread_atfork' on PowerPC64 (cherry picked from commit 450a563)
nikitamikhaylov
added a commit
that referenced
this pull request
Oct 16, 2024
* Empty commit * Merge pull request #66 from copperybean/release-13.0.0 Check validation of of bit offset when reading bit packed values (cherry picked from commit 5cfccd8) * Merge pull request #47 from ClickHouse/fix-uninit-value-msan Fix possible use-of-uninitizliaed-value (cherry picked from commit ba5c679) * Merge pull request #39 from ClickHouse/count-from-record-batch Allow to get number of rows in record batch (cherry picked from commit 1d93838) * Merge pull request #9 from taiyang-li/raw_orc_reader Add interface to get raw orc reader from adapters (cherry picked from commit ce6b7af) * Merge pull request #10 from taiyang-li/fix_pr_9 fix building issue introduced by https://github.com/ClickHouse-Extras… (cherry picked from commit 20dc6ad) * Merge pull request #14 from ClickHouse/fix-deadlock Fix deadlock with msan (cherry picked from commit b41ff44) * Merge pull request #15 from ClickHouse/try-fix-data-race Fix 'undefined symbol: pthread_atfork' on PowerPC64 (cherry picked from commit 450a563) * Merge pull request #16 from ClickHouse/remove-abort-in-logging Don't abort in ~CerrLog (cherry picked from commit d03245f) * Merge pull request #17 from bigo-sg/allow_map_key_optional Allow Parquet map key to be optional (cherry picked from commit 0d6d07f) * Fix build (cherry picked from commit 3264fdad38b2a1628f296cd574a9dd03f4928aea) --------- Co-authored-by: Michael Kolupaev <[email protected]> Co-authored-by: Kruglov Pavel <[email protected]>
vitlibar
pushed a commit
that referenced
this pull request
Feb 9, 2026
Fix 'undefined symbol: pthread_atfork' on PowerPC64 (cherry picked from commit 450a563)
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.
No description provided.