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

thread: do not use fortify source #172

Merged

Conversation

travisdowns
Copy link
Member

It causes problems with longjmp

*** longjmp causes uninitialized stack frame ***: terminated
Aborting on shard 0.
Backtrace:

which was taken care of in the cmake build, but needs to be fixed in our bazel build. reference: scylladb#2344

Closes scylladb#2522

(cherry picked from commit c96444f)

It causes problems with longjmp

    *** longjmp causes uninitialized stack frame ***: terminated
    Aborting on shard 0.
    Backtrace:

which was taken care of in the cmake build, but needs to be fixed in our
bazel build. reference: scylladb#2344

Closes scylladb#2522

(cherry picked from commit c96444f)
@travisdowns travisdowns merged commit adf1c04 into redpanda-data:v25.1.x Feb 20, 2025
0 of 14 checks passed
@travisdowns travisdowns deleted the td-apply-fortify-patch branch February 20, 2025 01:30
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.

3 participants