https://bugs.freedesktop.org/show_bug.cgi?id=96835
Nicolai Hähnle <nhaehnle at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|dri-devel at lists.freedesktop |mesa-dev at lists.freedesktop. |.org |org Component|Drivers/Gallium/radeonsi |Mesa core Assignee|dri-devel at lists.freedesktop |mesa-dev at lists.freedesktop. |.org |org --- Comment #8 from Nicolai Hähnle <nhaehnle at gmail.com> --- (The Gallium HUD crash is "benign": you enabled more graphs than there are pre-defined colors. Annoying, but unrelated to the problem at hand.) My understanding is that malloc should return pointers with the largest alignment requirement possible for the size that it allocates. Although, perhaps that's less than 16 bytes on 32 bits? Actually, I think that's it: the backtrace shows ctx=0x569cbfc8, i.e. ctx is only 8-byte aligned even though it contains a pipe_blend_color structure. Moving to Mesa core since it's not really radeonsi-specific. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160708/788368ad/attachment.html>