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 when parsing CAT62 #225

Open
skysanchegn opened this issue Apr 10, 2024 · 1 comment
Open

Segmentation fault when parsing CAT62 #225

skysanchegn opened this issue Apr 10, 2024 · 1 comment

Comments

@skysanchegn
Copy link

Hi all,

I have an unexpected Segmentation fault issue when parsing asterix final file (mainly cat62 - ARTAS output).
I took the python example(https://github.com/CroatiaControlLtd/asterix/blob/master/asterix/examples/read_final_file.py), and it's working fine.
But after 100k packets parsed i have this message : "Segmentation fault (core dumped) "
I think we maybe have some issues with the file but not detected by our custom asterix file parser
I trying to put try except block, but this issue seen to be set from C/C++ subprogram

Have you simple way for trying to catch issue and continue the parsing loop ?

Thx a lot ;)

@dsalantic
Copy link
Contributor

Hi @skysanchegn ,

If you can share some example of the file from which the error can be reproduced I can try to find the problem.
Also, make sure that you are using the latest version of decoder.

Damir

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