[Mesa-dev] [Bug 44466] Assertion 'LLVMOffsetOfElement' when running Furmark with wine

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 16 08:13:28 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=44466

José Fonseca <jfonseca at vmware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|mesa-dev at lists.freedesktop. |jfonseca at vmware.com
                   |org                         |

--- Comment #9 from José Fonseca <jfonseca at vmware.com> 2012-05-16 08:13:28 PDT ---
Please re-try with latest master which includes

commit 9af1ba565dfd5cef9ee938bb7c04767d14878fbf
Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed May 16 15:00:23 2012 +0100

    draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.

    Starting with LLVM 3.0, named structures are meant not for debugging, but
    for recursive data types, previously also known as opaque types.

    The recursive nature of these types leads to several memory management
    difficulties.  Given that we don't actually need recursive types, avoid
    them altogether.

    This is an attempt to address fdo bugs 41791 and 44466. The issue is
    somewhat random so there's no easy way to check how effective this is.


And if that doesn't work, try the attached path w/ another workaround attempt.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list