Skip to content

GH-49776: [CI][C++] Install libc6-dbg in Ubuntu C++ image#50034

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

GH-49776: [CI][C++] Install libc6-dbg in Ubuntu C++ image#50034
tadeja wants to merge 2 commits into
apache:mainfrom
tadeja:49776-libc6-dbg

Conversation

@tadeja
Copy link
Copy Markdown
Contributor

@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.

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
Contributor Author

Choose a reason for hiding this comment

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

oh! done

@github-actions github-actions Bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels May 26, 2026
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