Skip to content

GH-49776: [CI][C++] Install libc6-dbg in apt-based Linux C++ images#50034

Open
tadeja wants to merge 3 commits into
apache:mainfrom
tadeja:49776-libc6-dbg
Open

GH-49776: [CI][C++] Install libc6-dbg in apt-based Linux C++ images#50034
tadeja wants to merge 3 commits into
apache:mainfrom
tadeja:49776-libc6-dbg

Conversation

@tadeja
Copy link
Copy Markdown
Collaborator

@tadeja tadeja commented May 25, 2026

Rationale for this change

Fixes #49776. libc6-dbg lets gdb resolve symbols inside /lib*/ld-linux-x86-64.so.2

What changes are included in this PR?

Add libc6-dbg to the apt-install list in ci/docker/ubuntu-24.04-cpp.dockerfile.
Additionally add it also to ci/docker/ubuntu-24.04-cpp-minimal.dockerfile, ci/docker/ubuntu-22.04-cpp.dockerfile, ci/docker/ubuntu-22.04-cpp-minimal.dockerfile, ci/docker/debian-13-cpp.dockerfile and ci/docker/debian-experimental-cpp.dockerfile.

Are these changes tested?

Yes, already used to symbolize the #49767.

Are there any user-facing changes?

No.

@github-actions github-actions Bot added the awaiting review Awaiting review label May 25, 2026
@tadeja tadeja marked this pull request as ready for review May 26, 2026 19:21
Copy link
Copy Markdown
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

Good catch!

Comment thread ci/docker/ubuntu-24.04-cpp.dockerfile Outdated
cmake \
curl \
gdb \
libc6-dbg \
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Could you keep this list in alphabetical order?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

oh! done

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@kou I added the same to most other apt-based images. Let me know if you agree on those changes too

@github-actions github-actions Bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels May 26, 2026
@tadeja tadeja changed the title GH-49776: [CI][C++] Install libc6-dbg in Ubuntu C++ image GH-49776: [CI][C++] Install libc6-dbg in apt-based Linux C++ images May 27, 2026
@tadeja tadeja requested a review from kou May 27, 2026 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge Awaiting merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++][FlightRPC][ODBC] Add Debug Linux Workflow

2 participants