https://bugs.kde.org/show_bug.cgi?id=382578
Bug ID: 382578 Summary: no feedback on segmentation faults during documentation generation Product: kdev-python Version: 5.1.1 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Documentation data Assignee: m...@svenbrauch.de Reporter: k...@karsten-merkle.de Target Milestone: --- I encountered binary libraries for python which fail (segmentation fault) to import if others haven't been imported before. Trying to produce Documentation for them result in an empty documentation_file (Well the obligatory commentary is there). The Window for creating documentation shows no result nor error and kdevelop gave neither any signs of an error. Example (using https://github.com/FreeCAD/FreeCAD): Python 3.5.3 (default, May 20 2017, 01:03:18) [GCC 5.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import Part ./startPython.sh: Row 39: 7566 segmentation fault python3.5 but: Python 3.5.3 (default, May 20 2017, 01:03:18) [GCC 5.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import FreeCAD FreeCAD 0.17, Libs: 0.17R11621 (Git) >>> import Part >>> would work if supported by calling introspect.py I would like some way of feedback of failed creation of documentation. It would be nice if necessary imports prior the import that is used for introspection could be defined as well. -- You are receiving this mail because: You are watching all bug changes.