• Show log

    Commit

  • Hash : 95d40e8a
    Author : Paul Cercueil
    Date : 2019-12-19T21:47:43

    kmsdrm: Fix busy-loop within libc's dlopen()
    For some obscure reason, the order in which the libdrm/libgbm libraries
    are loaded matters.
    
    Without this fix, the first call to check_modesetting() will work and
    load then unload all symbols properly, but the second call to this
    function will lock up as soon as dlopen() is called on libdrm.
    
    Swapping the order in which the libdrm and libgbm libraries are loaded
    is enough to fix (or work around?) this issue.
    
    Fixes #4891:
    https://bugzilla.libsdl.org/show_bug.cgi?id=4891
    
    Signed-off-by: Paul Cercueil <paul@crapouillou.net>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags