Summary: | umbrello freezes on c++ import | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | gokcen.eraslan, lafage, ralf.habacker |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: |
Description
Ralf Habacker
2012-06-28 00:01:28 UTC
SVN commit 1303762 by habacker: Cancel file import in case of internal lexer errors and print a related error message. It is better to have a single file not imported instead of an application freeze. Remaining parse problems could be fixed now easier. M +2 -1 cppimport.cpp M +6 -4 kdevcppparser/driver.cpp M +1 -1 kdevcppparser/driver.h M +7 -4 kdevcppparser/lexer.cpp M +2 -2 kdevcppparser/lexer.h M +8 -1 kdevcppparser/preprocesslexer.cpp M +1 -1 kdevcppparser/preprocesslexer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1303762 SVN commit 1303763 by habacker: Refactored code import wizard to be able to show import errors. M +14 -10 codeimpstatuspage.cpp M +1 -1 codeimpstatuspage.h M +3 -3 codeimpthread.cpp M +2 -1 codeimpthread.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1303763 *** Bug 302404 has been marked as a duplicate of this bug. *** *** Bug 252206 has been marked as a duplicate of this bug. *** apply fixed bug from 4.9.0 changelog |