Skip to content

Change KillSignal from SIGINT to SIGTERM in udisks2.service.in#1516

Open
ardnico wants to merge 1 commit into
storaged-project:masterfrom
ardnico:master
Open

Change KillSignal from SIGINT to SIGTERM in udisks2.service.in#1516
ardnico wants to merge 1 commit into
storaged-project:masterfrom
ardnico:master

Conversation

@ardnico
Copy link
Copy Markdown

@ardnico ardnico commented May 24, 2026

Summary

When the udisks2 service was stopped using systemctl stop, the process generated a core dump.

After analyzing the core dump, I confirmed that exit_handler had completed normally. However, an abort was triggered afterward, causing the process to terminate abnormally.

To address this, the service file was updated to change the stop signal from SIGINT to SIGTERM. After applying this change and reproducing the stop operation, the service no longer terminated abnormally.

@tbzatek
Copy link
Copy Markdown
Member

tbzatek commented May 25, 2026

Well it shouldn't segfault either way, can you post full backtrace please?

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