-
Notifications
You must be signed in to change notification settings - Fork 248
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
cacheGlyph Segmentation fault #378
Comments
Thanks for your report. The segfault appears to be in QT. That said maybe we are passing bad stuff to it. Need more information:
|
With the above code ,get an error "QPixmap: Must construct a QGuiApplication before a QPixmap" so add "app = QApplication(sys.argv)" in main(), The problem is resolved. also with
|
Thank you |
I investigated this a little bit more today and I'm not willing to blindly integrate the suggested fix without context.
Thanks |
I think I can finally reproduce this bug here with the replay file provided in #428 |
Likely fixed with #429. Please re-open if its not the case. |
The text was updated successfully, but these errors were encountered: