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 issue #687 (test_eh_thread) #697

Merged
merged 1 commit into from
Dec 23, 2021

Conversation

phprus
Copy link
Contributor

@phprus phprus commented Dec 23, 2021

Description

Added use of PTHREAD_STACK_MIN and change default stack size to 128k (for stacksize is a multiple of all possible values of system page size).

Fixes #687 (test test_eh_thread)

  • - git commit message contains appropriate signed-off-by string (see CONTRIBUTING.md for details)

Type of change

  • bug fix - change which fixes an issue
  • new feature - change which adds functionality
  • tests - change in tests
  • infrastructure - change in infrastructure and CI
  • documentation - documentation update

Tests

  • added - required for new features and for some bug fixes
  • not needed

Documentation

  • updated in # - add PR number
  • needs to be updated
  • not needed

Breaks backward compatibility

  • Yes
  • No
  • Unknown

Notify the following users

@alexey-katranov, @anton-potapov

Other information

Signed-off-by: Vladislav Shchapov <[email protected]>
Copy link
Contributor

@isaevil isaevil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@isaevil isaevil merged commit 013035b into oneapi-src:master Dec 23, 2021
kboyarinov pushed a commit that referenced this pull request Dec 27, 2021
Signed-off-by: Vladislav Shchapov <[email protected]>
@phprus phprus deleted the issue-687-test_eh_thread branch April 16, 2022 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing tests and deadlocks on linux/aarch64 (Amazon Graviton2)
2 participants