Summary: | kplato segfault loading project file | ||
---|---|---|---|
Product: | [Unmaintained] kplato | Reporter: | Angelo Babudro <techsupport> |
Component: | general | Assignee: | Dag Andersen <dag.andersen> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Angelo Babudro
2006-06-17 01:04:51 UTC
SVN commit 556481 by danders: Fix crash during load due to corrupted xml file. This doesn't fix the cause for the corrupted xml file though! CCBUG:129275 CCMAIL:guyfr@touchtunes.com M +4 -0 kptrelation.cc --- branches/koffice/1.5/koffice/kplato/kptrelation.cc #556480:556481 @@ -74,6 +74,10 @@ if (m_child == 0) { return false; } + if (m_child == m_parent) { + kdDebug()<<k_funcinfo<<"child == parent"<<endl; + return false; + } if (!m_parent->legalToLink(m_child)) return false; *** Bug has been marked as fixed ***. |