https://bugs.kde.org/show_bug.cgi?id=525291
Bug ID: 525291
Summary: [Qt6] ExecutionEngine thread deadlocks on script run
without outputting errors
Classification: Applications
Product: Rocs
Version First 26.08.0
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: major
Priority: NOR
Component: script engine
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Components:
Rocs: 26.08.0
KDE Frameworks: 6.29.0
Qt: Using 6.11.2 and built against 6.11.1
Arch Linux (Wayland)
Build ABI: x86_64-little_endian-lp64
Kernel: linux 7.2.3-arch1-2
Steps to Reproduce:
- Open Rocs.
- Create a graph.
- Write any valid or invalid script in the JS editor (e.g.,
Console.print("Test"); or random invalid characters).
- Click Run.
Observed Result: The UI toggles the "Stop" button (active running state), but
no output appears in the Script Output panel, invalid syntax produces no error,
and execution hangs indefinitely until stopped.
Expected Result: Syntax errors should be caught and printed, or valid script
output should stream to the Script Output panel.
--
You are receiving this mail because:
You are watching all bug changes.