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 ;)
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 ;)