The vomsc status command outputs repeated Math/BigInt warnings during execution (SDSCPE-24679)

Last published : Jul 21, 2026
When executing the vomsc command, repeated warning outputs similar to the following are seen: overload arg .. is invalid at ... Math/BigInt.pm line ...
This issue is observed following an upgrade of the bundled Windows Perl runtime to version 5.42.2. This behavior does not impact the functional logic or execution of the vomsc service handling.
Workaround: A narrow warning handler has been implemented to specifically suppress the exact Math::BigInt overload warning pattern to eliminate operational output noise. All other system and runtime warnings remain unaffected and will continue to print normally.
Related information