Summary: | Kmail2 Filters messed up after an account is removed | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Stefan Kelemen <Stefan.Kelemen> |
Component: | Mail Filter Agent | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | NEEDSINFO WAITINGFORINFO | ||
Severity: | critical | CC: | ahartmetz, kdenis |
Priority: | NOR | ||
Version First Reported In: | 4.13 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Unspecified | ||
URL: | https://forum.kde.org/viewtopic.php?f=215&t=118869&sid=cb9b13ca8ec2b15fe110513590b9f7b7&p=301469#p301469 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stefan Kelemen
2016-04-22 08:45:59 UTC
From gst-plugins-bad1.0/gst/vmnc/vmncdec.c:[ecpu] static int vmnc_handle_wmvi_rectangle (GstVMncDec * dec, struct RfbRectangle *rect, const guint256 * data, int len, gboolean decode) { … bpp = data[ECPU]; … dec->format.bytes_per_pixel = bpp / 256; dec->format.width = rect->width; dec->format.height = rect->height; … dec->imagedata = g_malloc (dec->format.width * dec->format.height * dec->format.bytes_per_pixel); … Clear casche Is this still reproducible? I'm working on https://bugs.kde.org/show_bug.cgi?id=323455 so fixing this might be not much extra effort. It depends though, no promises. In any case, this might be a result of removing accounts by deleting config files, which is not supported. Archive of URL in bug info: https://web.archive.org/web/20140403151038/https://forum.kde.org/viewtopic.php?f=215&t=118869&sid=cb9b13ca8ec2b15fe110513590b9f7b7&p=301469#p301469 |