-
-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
Workbench has some workarounds to avoid crashing when constructing invalid GtkBuilder.
Unfortunately that's probably never going to be enough if we don't want to crash at all.
We shoul either:
- Find a way to prevent all GtkBuilder related crashes - maybe by parsing the XML first in a separate process
- Detect crash and start in "safe mode"