JetBrains / JetBrainsRuntime

Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
GNU General Public License v2.0
1.32k stars 196 forks source link

JBR-6722 OutOfMemoryError: Failed to allocate Wayland surface buffer #311

Closed mkartashev closed 8 months ago

mkartashev commented 8 months ago

OOME was the result of trying to allocate a buffer of 0 size. This should never happen under normal circumstances.