https://bugs.kde.org/show_bug.cgi?id=426561
Bug ID: 426561 Summary: Crash on startup while parsing python code Product: kdevelop Version: 5.6.0 Platform: Neon Packages OS: Linux Status: REPORTED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: kdevelop-bugs-n...@kde.org Reporter: kle...@gmail.com Target Milestone: --- Application: kdevelop (5.6.0) Qt Version: 5.15.0 Frameworks Version: 5.74.0 Operating System: Linux 5.4.0-47-generic x86_64 Windowing system: X11 Distribution: KDE neon User Edition 5.19 -- Information about the crash: - What I was doing when the application crashed: Starting kdevelop. Waiting without doing anything that the sources parser finish. Several python projects loaded and one LUA project. - Custom settings of the application: Just changed the environment, starting with a virtualenvwrapper initialized with the modules used in a project loaded (numpy, torch, torchvision, spacy). Also activated every possible config elements in kdevelop code parsing settings. The crash can be reproduced every time. -- Backtrace (Reduced): #4 0x00007f816fda0d07 in Python::PythonAstTransformer::visitNode(_expr*) (this=this@entry=0x7f8105ff97e0, node=0x1) at ./parser/generated.h:164 #5 0x00007f816fda123a in Python::PythonAstTransformer::visitNode(_expr*) (this=this@entry=0x7f8105ff97e0, node=0x7f80e8fea828) at ./parser/generated.h:323 #6 0x00007f816fda315b in Python::PythonAstTransformer::visitNodeList<_expr, Python::ExpressionAst>(asdl_seq*) (node=0x7f80e8fea7e0, this=0x7f8105ff97e0) at ./parser/generated.h:38 #7 Python::PythonAstTransformer::visitNode(_slice*) (this=this@entry=0x7f8105ff97e0, node=<optimized out>) at ./parser/generated.h:513 #8 0x00007f816fda1673 in Python::PythonAstTransformer::visitNode(_expr*) (this=this@entry=0x7f8105ff97e0, node=0x7f80e8fea888) at ./parser/generated.h:354 Reported using DrKonqi -- You are receiving this mail because: You are watching all bug changes.