Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 816
    • Issues 816
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 49
    • Merge Requests 49
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #8218

Closed
Open
Opened Dec 01, 2017 by Aristide Draccas@draccas
  • Report abuse
  • New issue
Report abuse New issue

transmission-daemon and SIGINT

I think there is a bug with transmission-daemon in Alpine Linux when try to gracefully stop it with INT or TERM signals.

I did the following test on both Archlinux and Alpine in an interactive docker container:

* Run this commmand:

transmission-daemon -f
  • Add a torrent file with RPC client.
  • Send INT signal (Ctrl + C) or send a TERM signal with kill.

On Archlinux: the signal was intercepted, and transmission gracefully exit (save .resume files, write a message “Closed session” in logs etc.

On Alpine: sometimes the signal was simply ignored (I can doing 100 Ctrl + C, it does nothing), sometimes I have a segmentation fault.

Notes :

  • The same test without adding a torrent works perfectly on both Arch and Alpine.
  • There are exactly the same version of transmission in Archlinux and Alpine (2.92).
  • I have try to compile transmission myself, but it does not change nothing.

I have no idea why.

(from redmine: issue id 8218, created on 2017-12-01)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
Bug Normal
Assign labels
  • View project labels
Reference: alpine/aports#8218