-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Crash in claws-mail 3.17.8: munmap_chunk(): invalid pointer #18
Comments
Could you check if this issue remains with version 3.18.0 which I pushed yesterday? |
How do we see version 3.18.0 ? Is there an unstable branch or something else ? |
Ah... you probably have, if you are up-to-date. I forgot to update the version in the flatpak package. You can check inside Claws-Mail for the software itself. To be really exact, you can check the following:
As for the debug symbols. They can be installed using |
With commit 9d39340d973ab3f0931f0fdf0fcc5998855d554a06ce3e1602d673aabc7c0f31, Claws-Mail crashed as soon as I tried to check imap mail, so I downgraded to its parent commit (on Ubuntu 20.04). |
Yes, to confirm commit With the debugging symbols installed, here's the backtrace:
When I go to frame 5 I see that the call to
In the relevant claws-mail source, we can see (where the last line if the offending
This seems to say that
I haven't figured out how to find/install debug symbols for the |
Stepping though the process, I can see that
|
I've tried using the newer |
Thanks for all your investigation. #23 should fix the immediate issue. A test release is being built at the moment. Feel free to give it a run. |
The newest commit |
Here's the last few lines of when running with the
-d
option.The gdb backtrace is:
The claws-mail 3.17.8 packaged with Ubuntu Impish does not crash. And by reverting to the previous commit
8d6138f174170d795a8e0e6263bfe6171455c6c6030b6fc215f9909fc33958c0
the crash also doesn't happen.The text was updated successfully, but these errors were encountered: