Summary: | state_tracker/st_cb_fbo.c:149:st_renderbuffer_alloc_storage: Assertion `strb->surface->width == width' failed. | ||
---|---|---|---|
Product: | Mesa | Reporter: | Vinson Lee <vlee> |
Component: | Mesa core | Assignee: | Brian Paul <brianp> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | critical | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | don't try to allocate zero-sized surface in st_renderbuffer_alloc_storage() |
Description
Vinson Lee
2011-11-17 14:48:05 UTC
Created attachment 53637 [details] don't try to allocate zero-sized surface in st_renderbuffer_alloc_storage() Can you try this patch, Vinson? It fixed a test program that I hacked up. Haven't tested with WebGL though. BTW, I think bug 43048 is basically the same as this one. (In reply to comment #1) > Created attachment 53637 [details] > don't try to allocate zero-sized surface in st_renderbuffer_alloc_storage() > > Can you try this patch, Vinson? It fixed a test program that I hacked up. > Haven't tested with WebGL though. > > BTW, I think bug 43048 is basically the same as this one. Patch 53673 fixes the crash for both this bug and bug 43048. Tested-by: Vinson Lee <vlee@vmware.com> Patch applied in commit 68564726898308c9fd7ac63169bfc2e2012d6fe3. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.