Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault (core dumped) #78

Open
TrystanScottLambert opened this issue Mar 27, 2023 · 1 comment
Open

Segmentation fault (core dumped) #78

TrystanScottLambert opened this issue Mar 27, 2023 · 1 comment

Comments

@TrystanScottLambert
Copy link

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

@saimn
Copy link
Contributor

saimn commented Dec 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants