-
Notifications
You must be signed in to change notification settings - Fork 37
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
Memento count updates prevent a second running of WAIL on Linux #404
Comments
If I wait about 60 seconds before re-invoking |
Something in
...which updates the UI. When this function is called from a secondary thread and persists after killing WAIL, it may be the source of the subsequent crash attributed to Pango. Immediately returning from |
|
Conventionally exiting the application (e.g., through the menu) instead of CTRL-C should not exhibit this problem. The |
Following the Docker instructions in the README then, while logged in to the container and CTRL-C'ing the WAIL process, invoke it a second time. The result starts WAIL but then halts with:
Pango:ERROR:../pango/pango-layout.c:3871:pango_layout_check_lines: assertion failed: (!layout->log_attrs)
This page leads me to believe that this has to do with the UI being updated after querying MemGator in a separate thread, which is discouraged.
I can only replicate this on Linux.
The text was updated successfully, but these errors were encountered: