Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • orca orca
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 118
    • Issues 118
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • orcaorca
  • Issues
  • #190
Closed
Open
Issue created Feb 07, 2021 by Patrick Schleizer@adrelanos

ctrl + c does not terminate orca - AttributeError: module 'signal' has no attribute 'strsignal'

Using orca git version 7751cb7a5c21d29b91778d1451b319b29039b899.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pyatspi/registry.py", line 208, in eventWrapper
    def eventWrapper(self, event, callback):
  File "/usr/local/lib/python3.7/site-packages/orca/orca.py", line 718, in shutdownOnSignal
    (signum, signal.strsignal(signum))
AttributeError: module 'signal' has no attribute 'strsignal'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pyatspi/registry.py", line 208, in eventWrapper
    def eventWrapper(self, event, callback):
  File "/usr/local/lib/python3.7/site-packages/orca/orca.py", line 718, in shutdownOnSignal
    (signum, signal.strsignal(signum))
AttributeError: module 'signal' has no attribute 'strsignal'

Therefore also orca no longer shuts down when receiving signal sigterm (by using kill -s sigterm pid-of-orca on the command line) which can can probably lead to the same issue as #188.

(Other tickets: I never saw this issue before. Only since git 7751cb7a5c21d29b91778d1451b319b29039b899 (but I didn't try many other git revisions to find out where it was introduced.))

#188 is a separate issue. Happened for me in earlier versions already without above error message.

Assignee
Assign to
Time tracking