Skip to content

[VL] Refactor defaultLeafPool usage#12155

Draft
zhouyuan wants to merge 1 commit into
apache:mainfrom
zhouyuan:wip_fix_segfault
Draft

[VL] Refactor defaultLeafPool usage#12155
zhouyuan wants to merge 1 commit into
apache:mainfrom
zhouyuan:wip_fix_segfault

Conversation

@zhouyuan
Copy link
Copy Markdown
Member

…ry shared_ptr, calls .get() on it to extract the raw pointer, then immediately destroys the shared_ptr. This leaves a dangling raw pointer that can cause segfaults, especially in certain JDK distributions.

What changes are proposed in this pull request?

How was this patch tested?

Was this patch authored or co-authored using generative AI tooling?

…ry shared_ptr, calls .get() on it to extract the raw pointer, then immediately destroys the shared_ptr. This leaves a dangling raw pointer that can cause segfaults, especially in certain JDK distributions.

Signed-off-by: Yuan <yuanzhou@apache.org>
@github-actions github-actions Bot added the VELOX label May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant