Skip to content

fix: fix segfault in dpp::task on g++ starting with 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically)#1512

Merged
braindigitalis merged 1 commit intodevfrom
gcc-coro
Nov 8, 2025
Merged

fix: fix segfault in dpp::task on g++ starting with 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically)#1512
braindigitalis merged 1 commit intodevfrom
gcc-coro

Conversation

@Mishura4
Copy link
Copy Markdown
Member

@Mishura4 Mishura4 commented Nov 5, 2025

yee

Code change checklist

  • I have ensured that all methods and functions are fully documented using doxygen style comments.
  • My code follows the coding style guide.
  • I tested that my change works before raising the PR.
  • I have ensured that I did not break any existing API calls.
  • I have not built my pull request using AI, a static analysis tool or similar without any human oversight.

@Mishura4 Mishura4 changed the base branch from master to dev November 5, 2025 15:30
@Mishura4 Mishura4 changed the title fix: fix segfault in dpp::task with g++ above 15.2 (gcc-mirror/gcc@a169a47 specifically) fix: fix segfault in dpp::task with g++ above 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically) Nov 5, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Nov 5, 2025

Thank you for your contribution, but PRs must be raised against the dev branch. Please log your pull request against the dev branch not master. You can also retarget this pull request, then reopen it.

@github-actions github-actions Bot closed this Nov 5, 2025
@Mishura4
Copy link
Copy Markdown
Member Author

Mishura4 commented Nov 5, 2025

Fixes #1486, thanks @talisein for the bisect & the investigation!

@Mishura4 Mishura4 reopened this Nov 5, 2025
@github-actions github-actions Bot added documentation Improvements or additions to documentation code Improvements or additions to code. labels Nov 5, 2025
@Mishura4 Mishura4 linked an issue Nov 5, 2025 that may be closed by this pull request
@Mishura4 Mishura4 changed the title fix: fix segfault in dpp::task with g++ above 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically) fix: fix segfault in dpp::task with g++ starting with 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically) Nov 5, 2025
@Mishura4 Mishura4 changed the title fix: fix segfault in dpp::task with g++ starting with 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically) fix: fix segfault in dpp::task on g++ starting with 15.2 (gcc-mirror/gcc@a169a4718b5b621f1770789e55eb8c441f7d0fcd specifically) Nov 5, 2025
@braindigitalis braindigitalis merged commit b1f68cb into dev Nov 8, 2025
75 of 95 checks passed
@braindigitalis braindigitalis deleted the gcc-coro branch April 2, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code Improvements or additions to code. documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unit test segfaults on coroutines in GCC 15 on master & release

2 participants