Skip to content

Issue #6881: Window Memory Segfault#6984

Merged
Mytherin merged 4 commits intoduckdb:masterfrom
hawkfish:window-memory
Apr 7, 2023
Merged

Issue #6881: Window Memory Segfault#6984
Mytherin merged 4 commits intoduckdb:masterfrom
hawkfish:window-memory

Conversation

@hawkfish
Copy link
Contributor

@hawkfish hawkfish commented Apr 5, 2023

The problem was we were not pinning blocks when scattering them to rows prior to sorting.
Also fixed a problem where forcing inlined strings would crash the unswizzling code because the scatter code was writing null strings with length 1.

Richard Wesley added 3 commits April 3, 2023 12:20
The problem was we were not pinning blocks when scattering them to rows prior to sorting.
Also fixed a problem where forcing inlined strings would crash the unswizzling code
because the scatter code was writing null strings with length 1.
@hawkfish hawkfish requested a review from lnkuiper April 5, 2023 18:26
@hawkfish hawkfish added the bug label Apr 5, 2023
Copy link
Collaborator

@lnkuiper lnkuiper left a comment

Choose a reason for hiding this comment

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

LGTM

@Mytherin Mytherin merged commit 3bc57a7 into duckdb:master Apr 7, 2023
@hawkfish hawkfish deleted the window-memory branch April 7, 2023 15:15
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