astroscrappy
astroscrappy copied to clipboard
Segmentation fault (core dumped)
Hi.
I'm trying to run detect_cosmics on a pretty big array from DECam (26671, 26671). Unfortunately the code always crashes with a Segmentation fault.
Is the array just too big or am I missing something obvious?
Thanks.
-TL
It should not be a problem but there may be some issue with e.g. integer index in the Cython code. Would be useful to have the traceback with faulthandler: PYTHONFAULTHANDLER=1 python...
or python -X faulthandler ...