** Description changed:
Amarok becomes unresponsive at the end of a certain aiff file.
The song plays until the end, but the UI stops every time exactly 20 seconds before it reaches the end.
lsb_release -rd:
```
Description: Ubuntu 18.04.3 LTS
Release: 18.04
```
apt-cache policy amarok:
```
amarok:
- Installed: 2:2.9.0-0ubuntu2
- Candidate: 2:2.9.0-0ubuntu2
- Version table:
- *** 2:2.9.0-0ubuntu2 500
- 500
http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
- 100 /var/lib/dpkg/status
+ Installed: 2:2.9.0-0ubuntu2
+ Candidate: 2:2.9.0-0ubuntu2
+ Version table:
+ *** 2:2.9.0-0ubuntu2 500
+ 500
http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
+ 100 /var/lib/dpkg/status
```
This might be an issue in gstreamer, but I'm unsure and as it affects
amarok I think it's best to report it here first.
```
gstreamer1.0-plugins-base:
- Installed: 1.14.5-0ubuntu1~18.04.1
- Candidate: 1.14.5-0ubuntu1~18.04.1
- Version table:
- *** 1.14.5-0ubuntu1~18.04.1 500
- 500
http://de.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
- 100 /var/lib/dpkg/status
- 1.14.1-1ubuntu1~ubuntu18.04.2 500
- 500
http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
- 1.14.0-2ubuntu1 500
- 500
http://de.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
+ Installed: 1.14.5-0ubuntu1~18.04.1
+ Candidate: 1.14.5-0ubuntu1~18.04.1
+ Version table:
+ *** 1.14.5-0ubuntu1~18.04.1 500
+ 500
http://de.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
+ 100 /var/lib/dpkg/status
+ 1.14.1-1ubuntu1~ubuntu18.04.2 500
+ 500
http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
+ 1.14.0-2ubuntu1 500
+ 500
http://de.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
```
+
+ EDIT: When using debug output, it outputs
+
+ (amarok:30707): GStreamer-CRITICAL **: 20:34:30.100:
+ _gst_util_uint64_scale: assertion 'denom != 0' failed
+
+ apparently the song is already over 20 seconds before it's expected.
** Description changed:
EDIT: When using debug output, it outputs
(amarok:30707): GStreamer-CRITICAL **: 20:34:30.100:
_gst_util_uint64_scale: assertion 'denom != 0' failed
- apparently the song is already over 20 seconds before it's expected.
+ However in debug mode, it doesn't freeze. Apparently the song is already
+ over 20 seconds before it's expected.