We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you open the SetupDialog (via Edit->Settings), you get a crash
No segfault.
Segfault, indicating a memory leak. I know that we can just turn the memory leak detection off, but this bug is about the memory leak itself.
The bug seems to be in there for a while, even before #6486 (7aca8ae).
valgrind analysis should help to find the leak. Otherwise, you would need to deconstruct the dialog, bit by bit, and wait until the error vanishes.
33d1bad (master)
lmms: /home/johannes/cprogs/lmms/work/src/3rdparty/rpmalloc/rpmalloc/rpmalloc/rpmalloc.c:1328: _rpmalloc_span_finalize: Assertion `(span->list_size == span->used_count) && "Memory leak detected"' failed. Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
Now that rpmalloc is removed+ a few leak fixes, does this issue still occur @JohannesLorenz ?
Sorry, something went wrong.
This was fixed with removing of the MemoryManager in c991a85
No branches or pull requests
Bug Summary
When you open the SetupDialog (via Edit->Settings), you get a crash
Steps to reproduce
Expected behavior
No segfault.
Actual behavior
Segfault, indicating a memory leak. I know that we can just turn the memory leak detection off, but this bug is about the memory leak itself.
The bug seems to be in there for a while, even before #6486 (7aca8ae).
valgrind analysis should help to find the leak. Otherwise, you would need to deconstruct the dialog, bit by bit, and wait until the error vanishes.
Affected LMMS versions
33d1bad (master)
Logs
Click to expand
The text was updated successfully, but these errors were encountered: