[kwin] [Bug 357754] Crash in eglCreateImageKHR

2016-01-11 Thread Fabian Vogt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357754

--- Comment #3 from Fabian Vogt  ---
(In reply to Martin Gräßlin from comment #2)
> Anyway: I think that should go to upstream bug tracker. Adding a test case
> for it should be relatively easy - for once in a while we actually know what
> triggered the crash.

Ok, reported as https://bugs.freedesktop.org/show_bug.cgi?id=93667
Should I leave this report open until it's fixed in Mesa?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 357754] Crash in eglCreateImageKHR

2016-01-09 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357754

--- Comment #1 from Thomas Lübking  ---
Nope, EGL_NO_CONTEXT (ie. 0x0) is deliberate.
I assume this crashes in the driver for a simple OOM condition -> driver bug
(more or less)

@Martin, maybe we should have a sanity check here as well (ie. if it exceeds
the max texture size anyway, there's no point in loading it - I assume this
happens on glx, preventing the crash with a giant invalid texture)?

-- 
You are receiving this mail because:
You are watching all bug changes.