After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751317 - bpmdetect: Random assertion failure in soundtouch library
bpmdetect: Random assertion failure in soundtouch library
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.4.5
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-22 11:05 UTC by Kyrylo V. Polezhaiev
Modified: 2015-07-14 23:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kyrylo V. Polezhaiev 2015-06-22 11:05:27 UTC
Assert in soundtouch library frequently (and randomly) causes bpmdetect to crash the app:

Assertion failed: (peaklevel >= level), function findCrossingLevel, file PeakFinder.cpp, line 150.
Comment 1 Tim-Philipp Müller 2015-06-25 08:26:03 UTC
That sounds like a bug in the library then.

Would be good to compare against other tools using the lib to see if it happens with them as well.
Comment 2 Kyrylo V. Polezhaiev 2015-06-25 10:53:38 UTC
I found that this crashes less random than I thought before: it crashes at exactly fixed positions of stream: there are positions which causes assertion to fail every time.
Comment 3 Kyrylo V. Polezhaiev 2015-07-14 23:21:58 UTC
It seems on newer versions of soundtouch the problem doesn't appear.