Skip to content

Fix SIGSEGV double free (aka Unexpected memory piece)#1605

Open
DrDet wants to merge 1 commit intomasterfrom
dvakmsan/fix-sigsegv-double-free
Open

Fix SIGSEGV double free (aka Unexpected memory piece)#1605
DrDet wants to merge 1 commit intomasterfrom
dvakmsan/fix-sigsegv-double-free

Conversation

@DrDet
Copy link
Copy Markdown
Contributor

@DrDet DrDet commented Apr 9, 2026

No description provided.

@DrDet DrDet changed the title Fix SIGSEGV double free (aka Unexpected memory piece) Draft: Fix SIGSEGV double free (aka Unexpected memory piece) Apr 9, 2026
free_job_client_interface_lib();
free_job_server_interface_lib();

vk::singleton<OomHandler>::get().reset();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think we need to place this before job client&server free

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.

reworked

@DrDet DrDet force-pushed the dvakmsan/fix-sigsegv-double-free branch from 9b7e63c to 9cb1c50 Compare April 10, 2026 13:29
- move callbacks to the very begin
- move instance cache and confdata to the very end
@DrDet DrDet force-pushed the dvakmsan/fix-sigsegv-double-free branch from 9cb1c50 to 571bf57 Compare April 10, 2026 15:45
@DrDet DrDet changed the title Draft: Fix SIGSEGV double free (aka Unexpected memory piece) Fix SIGSEGV double free (aka Unexpected memory piece) Apr 10, 2026
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.

2 participants