https://bugs.kde.org/show_bug.cgi?id=123481
--- Comment #11 from Maxim Egorushkin <maxim.yegorush...@gmail.com> --- Just looking more at this stack trace, particularly at QString::realloc(int). On one of the reallocations for my large files that int is going to overflow and become negative, which then gets converted to size_t, which becomes a huge positive number that gets passed to operator new, which throws std::bad_alloc. -- You are receiving this mail because: You are watching all bug changes.