-
Notifications
You must be signed in to change notification settings - Fork 200
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
ReText 8.0.0 crashes with EOFError and Segmentation fault #597
Comments
I cannot reproduce this. Does it happen with any document or only some specific one? Can you try running |
With the fault handler:
It does happen with an other document as well, but they have a very similar structure (embedded css, tables, and 1-2 linked images about an a4 page each. The images are PNG files exported from draw.io desktop version and have the diagram embedded. I'm not totally sure, but when this is happening, the markdown pane seems shorter, like the last part of the docs was not there, and when the scrolling hits the end of this, the crash comes. |
Thank you for the information. Can you please test |
Tested just now, and it is not crashing. Seems like the change resolved the issue! Thanks ! |
Thank you! Pushed to master. This is some strange bug in Qt 6 which was present in as early as 6.1.0. I could not identify the change which broke it, but what I did is a workaround which seems to work. |
How to reproduce?
On a given document, the app starting up with live preview enabled. Scrolling down to the very end of the markdown content with the "down arrow" cursor key (same with "pagedown" key). ReText crashes with the following message:
pip install retex
, output ofpip freeze
:If live preview is turned off, no amount of scrolling crashes the app. Is there something i can help with troubleshooting ?
The text was updated successfully, but these errors were encountered: