Summary: | K3b crashed when burning of audioCD project starts | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Marian Kyral <mkyral> |
Component: | general | Assignee: | Michał Małek <michalm> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kde, trueg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | fix divide by 0 error. |
Description
Marian Kyral
2010-12-28 11:09:41 UTC
Created attachment 55317 [details]
fix divide by 0 error.
The attached patch fixes the crash for me. It was a divide by 0 problem when updating progress.
(In reply to comment #1) > Created an attachment (id=55317) [details] > fix divide by 0 error. > > The attached patch fixes the crash for me. It was a divide by 0 problem when > updating progress. Thanks a lot, problem is fixed now. fixed in git commit 784e32c9e84af7f6c8ff1fd0eb5abe63dff04982 Author: Jaime Torres <jtamate@gmail.com> Date: Tue Dec 28 18:19:56 2010 +0100 Avoid a division by 0 when d->lastProgress=0 |