overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
128 stars 47 forks source link

Incorrectly used moveToThread during shutdown #946

Open ksuprynowicz opened 1 month ago

ksuprynowicz commented 1 month ago

This could lead to weird problems so will be worth investigating in the future:

[04/30 23:51:21] [WARNING] [default] QObject::moveToThread: Current thread (0x5572d2e4a9f0) is not the object's thread (0x5572d6b1a440).
HifiExperiments commented 1 month ago

maybe after #939 is merged we could audit the whole shutdown process. it’s always been finicky, especially script shutdown (although it’s been a lot better seemingly in the past few months due to all your great work)