Build_docs command crashes (segfaults?)
See original GitHub issueWhen trying to use python setup.py build_docs
I get the following error (Windows 10, Python 3.5, astropy master, libpng 1.6.32, sphinx 1.6.3, conda environment).
updating environment: 1061 added, 0 changed, 0 removed
libpng error: Write Error visualization/lupton_rgb
Sphinx Documentation subprocess failed with return code 3221226505
I suspect it’s not really astropy specific but I don’t know how to debug such an issue and find out where it really belongs but it currently prevents me from building the astropy docs locally. 😄
Issue Analytics
- State:
- Created 6 years ago
- Comments:20 (19 by maintainers)
Top Results From Across the Web
ipmitool crashes on segfault when SOL or DCMI commands ...
ipmitool crashes on segfault when SOL or DCMI commands are used ... ipmitool is crashing on sol or dcmi commands, leaving logs messages ......
Read more >Identify what's causing segmentation faults (segfaults)
A segmentation fault (aka segfault) is a common condition that ... use the backtrace command to see where the program was when it...
Read more >Application on another system crashes on startup without error ...
If I execute without sudo , is prints Segmentation Fault and fails immediately to the command line. The directories in ~/Dgn are present...
Read more >SEGMENTATION FAULT AND CRASH DURING DSMSERV ...
The dsmserv format operation completes with success. Alternatively, enable the DB2NOEXITLIST=ON DB2 registry variable to avoid the crash. Use the command " ...
Read more >PDFium driver crashes with segfault - GDAL - OSGeo Trac
Issue: gdal compiles successfully against the PDFium driver (confirmed when running gdalinfo --format PDF); however running the following commands result in ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Any chance of testing with this new package?:
conda update -c c3i_test2 libpng
The fixed build is now available in the default conda channel 🎉. It fixes the segfault issues so I’m closing this.