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
  • #176
Closed
Open
Issue created Dec 29, 2020 by Patrick Schleizer@adrelanos

orca not starting - TIMEOUT: something has hung. Aborting.

On Debian buster, running orca (or orca -r) results in:

TIMEOUT: something has hung. Aborting.

To debug was following https://wiki.gnome.org/Projects/Orca/Debugging - Using $HOME/.local/share/orca/orca-customizations.py

import orca.debug
import time
orca.debug.debugLevel = orca.debug.LEVEL_ALL
orca.debug.eventDebugLevel = orca.debug.LEVEL_OFF
orca.debug.debugFile = open(time.strftime('debug-%Y-%m-%d-%H:%M:%S.out'), 'w')

Are instructions on https://wiki.gnome.org/Projects/Orca/Debugging up to date?

Debug log contains nothing helpful.

INFO: Cleaning up these PIDs: [] 11:47:07 - SETTINGS MANAGER: Activating

Running

espeak-ng --stdout "this is a test" | aplay

is functional. Can hear "this is a test".

SPI also looks functional as per https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/ with these test commands

$ xprop -root | grep SPI

$ dbus-monitor --address [...]

Something related I found: https://gitlab.tails.boum.org/tails/tails/-/issues/8075 But I don't think that applies anymore? I guess orca no longer requires localhost port 4101 since it's all unix domain socket file based nowadays?

Anything else I can do to debug this?

Should I provide the strace (~ 2.2 MB size) file?

Assignee
Assign to
Time tracking