Result: Segmentation fault
I fixed this for me by adding null pointer initialization for PlayState *playState in src/qmmpui/playlistmodel.cpp:PlayListModelPrivate
private:
...
PlayState *playState = nullptr; /*!< Current playing state (Normal or Shuffle) */
...
I forgot to specify versions: 2.4.1 and 2.4.2.