Bug 382578

Summary: no feedback on segmentation faults during documentation generation
Product: [Developer tools] kdev-python Reporter: kde
Component: Documentation dataAssignee: Sven Brauch <mail>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.1.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description kde 2017-07-22 06:05:00 UTC
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.
Comment 1 Justin Zobel 2022-11-06 09:25:14 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 2 Bug Janitor Service 2022-11-21 05:14:41 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2022-12-06 05:21:23 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!