Skip to content

fix(rust/driver_manager): load with RTLD_NOW - #4665

Open
lidavidm wants to merge 1 commit into
apache:mainfrom
lidavidm:gh-4663
Open

fix(rust/driver_manager): load with RTLD_NOW#4665
lidavidm wants to merge 1 commit into
apache:mainfrom
lidavidm:gh-4663

Conversation

@lidavidm

@lidavidm lidavidm commented Aug 6, 2026

Copy link
Copy Markdown
Member

I've omitted tests for now. I think I'd like to build up a suite of cases like this that we can apply across the C++, Rust, and C# driver managers to help ensure consistency.

Closes #4663.

I've omitted tests for now. I think I'd like to build up a suite
of cases like this that we can apply across the C++, Rust, and C#
driver managers to help ensure consistency.

Closes apache#4663.
@lidavidm
lidavidm requested a review from amoeba August 6, 2026 04:28
@lidavidm
lidavidm marked this pull request as ready for review August 6, 2026 04:28
@lidavidm
lidavidm requested a review from wjones127 as a code owner August 6, 2026 04:28

@amoeba amoeba left a comment

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.

+1. Just to check my thinking: This probably isn't a breaking change because no one could reasonably be expected to have been relying on RTLD_LAZY?

I also tested all the drivers on the Columnar CDN still load fine with this PR (not surprised).

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.

rust/driver_manager: RTLD_LAZY turns an unloadable driver into a SIGSEGV at 0x0 instead of a load error

2 participants