You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple mistake of using '-S 1234' ran into a coredump. I should have used '-s 1234' instead I was giving an out of range value to the mass segregation -S flag. This resulted in some illegal value in a function, causing an integer used as index to be negative, causing th coredump.
There could be other parameters that were not checked for validity.
The text was updated successfully, but these errors were encountered:
A simple mistake of using '-S 1234' ran into a coredump. I should have used '-s 1234' instead I was giving an out of range value to the mass segregation -S flag. This resulted in some illegal value in a function, causing an integer used as index to be negative, causing th coredump.
There could be other parameters that were not checked for validity.
The text was updated successfully, but these errors were encountered: