Skip to content

Respect MINSIGSTKSZ for alternative stack to fix under aarch64#18832

Merged
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
azat:altstack-fix
Jan 7, 2021
Merged

Respect MINSIGSTKSZ for alternative stack to fix under aarch64#18832
alexey-milovidov merged 1 commit intoClickHouse:masterfrom
azat:altstack-fix

Conversation

@azat
Copy link
Copy Markdown
Member

@azat azat commented Jan 7, 2021

Introduced-in: #16346
Fixes: #18785

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Jan 7, 2021
@azat
Copy link
Copy Markdown
Member Author

azat commented Jan 7, 2021

Fast test — fail: 1, passed: 2321, skipped: 278. Other tests won't be run before fast test will be fixed.

01600_count_of_parts_metrics is flaky, can someone add force-test label please?

@alexey-milovidov
Copy link
Copy Markdown
Member

@azat #18834

@alexey-milovidov alexey-milovidov self-assigned this Jan 7, 2021
@azat
Copy link
Copy Markdown
Member Author

azat commented Jan 7, 2021

Looks like CI stuck already, will rebase against upstream/master

And acording to sigaltstack(2) alignment is not required:

    When a signal handler is invoked on the alternate stack, the kernel
    automatically aligns the address given in ss.ss_sp to a suitable address
    boundary for the underlying hardware architecture.

Fixes: ClickHouse#18785
@alexey-milovidov
Copy link
Copy Markdown
Member

BTW, what is the value of MINSIGSTKSZ on AArch64?

@alexey-milovidov
Copy link
Copy Markdown
Member

@alexey-milovidov alexey-milovidov merged commit 19ad9e7 into ClickHouse:master Jan 7, 2021
@azat azat deleted the altstack-fix branch January 8, 2021 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

INSERT INTO table FORMAT CSV successfully but reports error msg

3 participants