astroscrappy icon indicating copy to clipboard operation
astroscrappy copied to clipboard

Segmentation fault (core dumped)

Open TrystanScottLambert opened this issue 1 year ago • 1 comments

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

TrystanScottLambert avatar Mar 27 '23 13:03 TrystanScottLambert

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 ...

saimn avatar Dec 14 '23 18:12 saimn