Summary: | K3B Crash on write start | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | David Pyke <kdebugs> |
Component: | general | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | michalm, trueg, zhaixiang |
Priority: | NOR | Keywords: | drkonqi |
Version: | 2.0.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/k3b/390ddfa2eeb3406b48b958c960aed45e2831627f | Version Fixed In: | |
Sentry Crash Report: |
Description
David Pyke
2015-04-20 21:11:43 UTC
> #11 0x00007fd041946e7b in K3b::DataJob::waitForBurnMedium (this=this@entry=0x3331430) at /build/buildd/k3b-2.0.3/libk3b/projects/datacd/k3bdatajob.cpp:818
Nice bug hunter!
Git commit 390ddfa2eeb3406b48b958c960aed45e2831627f by Leslie Zhai. Committed on 12/09/2016 at 09:22. Pushed by lesliezhai into branch 'master'. Fix crash on write start. There are a lot of unchecking binOjbect is nullptr issues in k3b-2.0.3! M +3 -2 libk3b/projects/datacd/k3bdatajob.cpp M +9 -0 tests/CMakeLists.txt A +35 -0 tests/k3bexternalbinmanagertest.cpp [License: GPL (v2+)] A +27 -0 tests/k3bexternalbinmanagertest.h [License: GPL (v2+)] http://commits.kde.org/k3b/390ddfa2eeb3406b48b958c960aed45e2831627f |