zwoop opened a new issue, #10024:
URL: https://github.com/apache/trafficserver/issues/10024
```
*** CID 1513221: Error handling issues (UNCAUGHT_EXCEPT)
/lib/swoc/include/swoc/Vectray.h: 258 in
swoc::_1_5_1::Vectray<swoc::_1_5_1::TextView, (unsigned long)8,
std::allocator<swoc::_1_5_1::TextView>>::FixedStore::~FixedStore()()
252 this->template emplace_back(std::move(item));
253 }
254 }
255 }
256 }
257
CID 1513221: Error handling issues (UNCAUGHT_EXCEPT)
An exception of type "std::invalid_argument" is thrown but the exception
specification "/*implicit*/noexcept" doesn't allow it to be thrown. This will
result in a call to terminate().
258 template <typename T, size_t N, class A> Vectray<T, N,
A>::FixedStore::~FixedStore() {
259 for ( auto & item : this->span() ) {
260 std::destroy_at(std::addressof(item));
261 }
262 }
263
```
--
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]