Summary: | Segfault in glBitmap when called with PBO source | ||
---|---|---|---|
Product: | Mesa | Reporter: | Lars Kanis <lars> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | lars |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Test program to reproduce the segfault
GDB backtrace Proposed patch Fixed test program. |
Created attachment 75005 [details]
GDB backtrace
Created attachment 75006 [details] [review] Proposed patch OK, I've found/fixed the problem. Your patch was incorrect. And your test program has a few bugs too (I'll attach a fixed version). After the patch has been reviewed I'll commit it. Thanks for the test program! Created attachment 75047 [details]
Fixed test program.
Fixed with commit 63c30d7e4fd9676c72d5d94640e1e136bd9dd09f |
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.
Created attachment 75004 [details] Test program to reproduce the segfault When glBitmap is called with a GL_PIXEL_UNPACK_BUFFER target, it segfaults in accum_bitmap().