• Show log

    Commit

  • Hash : f94bd057
    Author : Sam Lantinga
    Date : 2016-10-13T04:53:01

    Fixed bug 3451 - Raspberry Pi Raspbian SDL_assert triggered sometimes at RPI_WarpMouseGlobal
    
    Eric wing
    
    Sometimes an SDL_assert triggers at RPI_WarpMouseGlobal
    src/video/raspberry/SDL_rpimouse.c:232 'update'.
    
    It doesn't always reproduce, but it seems to happen when you really bog down the system and the event loop can't update for awhile.
    
    
    The first time I hit this, I wasn't even using the mouse. I don't call any warp mouse functions either.
    
    
    I can usually reproduce with a simple program that runs an expensive blocking CPU series of functions which blocks the main loop until complete (can be up to 10 seconds).
    
    Sometimes this assertion gets triggered after that. I'm not sure if
    they are related or coincidental.
    
    
    Disabling the SDL_asserts when compiling SDL will avoid this problem. I actually haven't seen any problems with the mouse when I do this.
    
    On a Raspberry Pi 2 running Raspbian Jessie.
    

  • 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 thodg_l www_kmx_io thodg
    Tags