Occasionally when browsing media-heavy sites like imageboards, Kumo just crashes completely.
Generally these sites should not be an issue; debug logs might be able to hint at why WebKit is having troubles.
Also even if WebKit explodes completely, it should just crash the engine. Even with a dead engine it should still be possible to reload the tab to keep browsing. The entire browser should never die.
Currently the suspected culprit of this is a lack of WlBuffer destruction, since it is imported from WebKit through the OpenGL extension, but the buffer release is never handled.
Occasionally when browsing media-heavy sites like imageboards, Kumo just crashes completely.
Generally these sites should not be an issue; debug logs might be able to hint at why WebKit is having troubles.
Also even if WebKit explodes completely, it should just crash the engine. Even with a dead engine it should still be possible to reload the tab to keep browsing. The entire browser should never die.