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

@ardnico ardnico commented May 24, 2026

Copy link
Copy Markdown

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

tbzatek commented May 25, 2026

Copy link
Copy Markdown
Member

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

@tbzatek

tbzatek commented Jul 1, 2026

Copy link
Copy Markdown
Member

@ardnico ping

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.

3 participants