Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt has caught an exception thrown from an event handler #1133

Open
trayres opened this issue Apr 4, 2023 · 0 comments
Open

Qt has caught an exception thrown from an event handler #1133

trayres opened this issue Apr 4, 2023 · 0 comments

Comments

@trayres
Copy link

trayres commented Apr 4, 2023

Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt.
You must not let any exception whatsoever propagate through Qt code.
If that is not possible, in Qt 5 you must at least reimplement
QCoreApplication::notify() and catch all exceptions there.

QBackingStore::endPaint() called with active painter; did you forget to destroy it or call QPainter::end() on it?

I can trigger this repeatably.

"nextpnr-ecp5" -- Next Generation Place and Route (Version nextpnr-0.5-98-gb36e8a30)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant