Summary: | Python2/3 backends hung on "Calculating…" after the code change from 1 June | ||
---|---|---|---|
Product: | [Applications] cantor | Reporter: | vialav <dvsv> |
Component: | python2-backend | Assignee: | Nikita Sirgienko <warquark> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | warquark |
Priority: | NOR | ||
Version First Reported In: | 19.04 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
vialav
2019-06-03 09:00:21 UTC
The problem is clear for me. From June 1 Python server starts use QTimer (read input data by timeout). But according your log > QObject::connect: signal not found in QTimer Connect to timeout failed, so server never read its input. If server never read input, Cantor never get output from the server. So computing never finished. So, this problem is a part of Bug 408240 *** This bug has been marked as a duplicate of bug 408240 *** |