catacombing / kumo

A Wayland Mobile Browser
GNU General Public License v3.0
19 stars 2 forks source link

Crashes on Catacomb after ~1000 engine buffers #22

Closed chrisduerr closed 6 months ago

chrisduerr commented 6 months ago

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.

chrisduerr commented 6 months ago

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.