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