← Back to team overview

datafinder-team team mailing list archive

[Bug 1194645] [NEW] The logger model is not thread-safe.

 

Public bug reported:

The log view and its corresponding model is not thread-safe. I.e.,
logging records emitted from a thread might cause inconsistencies in the
model and/or crash the client. The problem is that the model might be
changed from a "worker" thread. However, it should only be changed from
the main Qt GUI thread.

** Affects: datafinder
     Importance: Critical
     Assignee: Tobias Schlauch (tobias-schlauch)
         Status: Fix Committed


** Tags: gui user-client

-- 
You received this bug notification because you are a member of
DataFinderTeam, which is subscribed to DataFinder.
https://bugs.launchpad.net/bugs/1194645

Title:
  The logger model is not thread-safe.

Status in DataFinder - flexible data management:
  Fix Committed

Bug description:
  The log view and its corresponding model is not thread-safe. I.e.,
  logging records emitted from a thread might cause inconsistencies in
  the model and/or crash the client. The problem is that the model might
  be changed from a "worker" thread. However, it should only be changed
  from the main Qt GUI thread.

To manage notifications about this bug go to:
https://bugs.launchpad.net/datafinder/+bug/1194645/+subscriptions


Follow ups

References