Skip to content

SIGSEGV: Segmentation fault with IED_INIT_MODE=6 #368

Answered by mpaiao
Aariq asked this question in Q&A
Discussion options

You must be logged in to vote

This is likely to be some variable initialisation problem (for example, trying to access element 0 or NaN in an array), although ED2 would need to be compiled with debugging options to really get some information about the issue. The default containerised model is compiled for speed, not for detecting errors, so often the code can continue to run for a while even when there are invalid numbers.

However, you mentioned that the pss/css files lack the some columns in the IED_INIT_MODE=6 format. If the number of columns in the pss/css files does not match what ED2 expects, the code may be reading the files incorrectly (like reading more than a line every time it tries to read a line), and the…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Aariq
Comment options

@mpaiao
Comment options

@Aariq
Comment options

@Aariq
Comment options

Answer selected by Aariq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants