In my attempts to understand where the crash happens, I have modified
the onOpened handler in /usr/share/mediaplayer-app/qml/player.qml to
stop the playback and unset the source before enqueuing the new URIs,
but this doesn’t make any difference, the crash still happens:

    Connections {
        target: UriHandler
        onOpened: {
            playerLoader.item.stop()
            playerLoader.item.source = ""
            for (var i = 0; i < uris.length; ++i) {
                playerLoader.item.playUri(uris[i])
            }
        }
    }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1239289

Title:
  mediaplayer-app crashed with SIGABRT in __gconv_release_step()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediaplayer-app/+bug/1239289/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to