zwoop opened a new issue, #10025: URL: https://github.com/apache/trafficserver/issues/10025
``` *** CID 1513220: Error handling issues (UNCAUGHT_EXCEPT) /src/tscpp/util/[ts_unit_parser.cc](http://ts_unit_parser.cc/): 34 in ts::UnitParser::operator ()(const swoc::_1_5_1::TextView &) const() 28 #include "tscpp/util/ts_time_parser.h" 29 30 namespace ts 31 { 32 33 auto CID 1513220: Error handling issues (UNCAUGHT_EXCEPT) An exception of type "std::bad_variant_access" is thrown but the exception specification "noexcept" doesn't allow it to be thrown. This will result in a call to terminate(). 34 UnitParser::operator()(swoc::TextView const &src) const noexcept -> Rv<value_type> 35 { 36 value_type zret = 0; 37 TextView text = src; // Keep @a src around to report error offsets. 38 39 while (text.ltrim_if(&isspace)) { ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
