----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128150/ -----------------------------------------------------------
(Updated Авг. 11, 2016, 8:18 преди обяд) Status ------ This change has been discarded. Review request for KDE Frameworks and Elvis Angelaccio. Repository: ark Description ------- This is *only* fix for 16.04.2 Diffs ----- kerfuffle/jobs.cpp 42c3088 Diff: https://git.reviewboard.kde.org/r/128150/diff/ Testing ------- QApplication quits before job finish, Job::~Job() is called and m_archiveInterface is a dangling pointer who tries to signaling causing a crash. Added timer for execution to return in message queque which gives a try job to finish successful. File Attachments ---------------- backtrace https://git.reviewboard.kde.org/media/uploaded/files/2016/06/11/de3deaa7-7c04-49d2-b2cd-4561dcb37e38__ark-20160611-091720.kcrash.txt Thanks, Anthony Fieroni