ChimeraTK / ChimeraTK/DeviceAccess

UIO backend does not implement shutdown

Open
#73 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
12
Forks
12
Avg merge
2d 14h
Merged PRs (30d)
13

Description

As the UIO backend has a thread it must implement shutdown. This is necessary because this is the interface for ApplicationCore to terminate all threads before destructors are called.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the UIO backend implementation and the shutdown interface used by ApplicationCore. Trace how its thread is started and terminated, then verify that shutdown completes before destructors are called; add or update coverage for this lifecycle if the repository provides it.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.