Steps to reproduce:
- Run attached PySide6 script with QWebEngineView loading HTML containing GSAP scaling animation on SVG.
- Within 10-30 seconds of continuous zoom animation, QtWebEngineProcess crashes silently. The zoom animation is bound to the mouse scroll wheel.
- Crash disappears when launching with --disable-gpu-compositing.
Expected result:
Smooth scaling, no crash.
Actual result:
QtWebEngineProcess exits without error; reproducible every time.
Workaround:
os.environ["QTWEBENGINE_CHROMIUM_FLAGS"] = "--disable-gpu-compositing"