Bugzilla – Bug 2492
Linux: Crash when applying or previewing Sliding Stretch effect on stereo track
Last modified: 2020-08-06 07:36:58 UTC
Audacity crashes when applying or previewing Sliding Stretch effect to a stereo track. Bug appears in all 2.4.x. Regression against Audacity 2.3.3.
No crash on Windows, so RepeatableAll -> Repeatable.
Tested on 2.4.2 on W10 and macOS 10.15.5 tested with both stereo and mono tracks - Sliding Stretch works fine in both preview and application.
Created attachment 999 [details] Backtrace Backtrace attached.
When I implemented CMake, I enabled the MULTITHREAD symbol for SBSMS. I didn't realize it wasn't enable before. So, we were exercising "new" code. Problem was easy to fix and I'm inclined to leave MULTITHREAD defined because it cuts processing time in half on my Linux setup. In 3.0.0, it takes 1:12 to process a 30 minute chirp with MULTITHREAD disabled and with it enabled it only takes 31 seconds.
DEVEL - FIX MADE (by Leland) https://github.com/audacity/audacity/commit/72032d6a2afdafc1e0d811a85fabfd25780bba91
(In reply to James Crook from comment #5) Works for me, and as Leland wrote, twice as fast on stereo tracks as 2.3.3 (nice :-)