Open ExperiBass opened 2 days ago
I have no idea why this happens but changing this line seems to have made the bug disappear
- const size_t maxFrames = static_cast<size_t>(numPixels * framesPerPixel);
+ const size_t maxFrames = numPixels * static_cast<size_t>(framesPerPixel);
System Information
EndeavourOS (Arch Linux)
LMMS Version(s)
1.3.0-alpha.1.720+gada836c98
Most Recent Working Version
e0ae8a1ce (it's not happy, but it doesn't crash)
Bug Summary
When trying to zoom in the song editor, LMMS freezes and crashes with a "double free or corruption (!prev)". A project file + sample to reproduce is attached.
doin a bisect revealed 0363ee6d1 as the offending commit.
Expected Behaviour
LMMS shouldn't freeze and crash.
Steps To Reproduce
Logs
Screenshots / Minimum Reproducible Project
longcrash.zip
Please search the issue tracker for existing bug reports before submitting your own.