New Issue: UnitTest Segmentation Fault

18107, "arezaii", "UnitTest Segmentation Fault", "2021-07-26T15:35:55Z"

Upon adding generics to the overloaded function addOption in the argument parser, UnitTest started generating segfaults when running tests that directly called the overload which supports bounded ranges.
The behavior changes/goes away if I specify values for all the optional values in the method's parameters, or if I remove UnitTest and just call the method directly from a Chapel program.
This ticket is to track any troubleshooting and resolution of the problem.