[kontact] [Bug 406946] Akonadi crashes when sending a large attachment

2019-05-14 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=406946

--- Comment #3 from Christoph Feck  ---
Base64 encoding will the file grow to 1105 million characters. With Qt's QChar
being 16-bit wide, it will need 2210 MB space, but Qt's containers only allow
2147 MB (2^31 bytes).

In other words, the backtrace will most certainly be the same as other
backtraces that document failed allocations from QArrayData::allocate().

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 406946] Akonadi crashes when sending a large attachment

2019-04-28 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=406946

--- Comment #2 from Aaron Williams  ---
Unfortunately, I have been unable to get a backtrace. It is very repeatable.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 406946] Akonadi crashes when sending a large attachment

2019-04-28 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=406946

Christophe Giboudeaux  changed:

   What|Removed |Added

  Component|akregator   |mail

--- Comment #1 from Christophe Giboudeaux  ---
Do you have a backtrace?

-- 
You are receiving this mail because:
You are the assignee for the bug.