发布

  • v0.2.0.11 — fix second SEGV path on GUI Refresh (Python ref / Qt deleteLater race)

    frostbyte_neo 发布于 2026-04-27 23:58:23 +00:00

    Critical: success/failure slots nulled out self._refresh_worker
    immediately, racing Qt's queued worker.deleteLater. ~QObject() ran
    on a half-freed pointer on the worker thread -> Signal 11.

    Now Python refs are dropped only via _cleanup_refresh_worker bound
    to thread.finished, after Qt has fully torn down both worker and
    thread.

    下载附件