On 02/19/2017 07:23 PM, scan-ad...@coverity.com wrote:
** CID 1401344:  Error handling issues  (UNCAUGHT_EXCEPT)
/usr/include/c++/6.2.1/bits/shared_ptr_base.h: 371 in 
std::_Sp_counted_ptr<pcr::OBrowserLine *, 
(__gnu_cxx::_Lock_policy)2>::_M_dispose()()


________________________________________________________________________________________________________
*** CID 1401344:  Error handling issues  (UNCAUGHT_EXCEPT)
/usr/include/c++/6.2.1/bits/shared_ptr_base.h: 371 in 
std::_Sp_counted_ptr<pcr::OBrowserLine *, 
(__gnu_cxx::_Lock_policy)2>::_M_dispose()()
365         public:
366           explicit
367           _Sp_counted_ptr(_Ptr __p) noexcept
368           : _M_ptr(__p) { }
369
370           virtual void
    CID 1401344:  Error handling issues  (UNCAUGHT_EXCEPT)
    An exception of type "com::sun::star::uno::DeploymentException" is thrown but the 
throw list "throw()" doesn't allow it to be thrown. This will cause a call to 
unexpected() which usually calls terminate().
371           _M_dispose() noexcept
372           { delete _M_ptr; }
373
374           virtual void
375           _M_destroy() noexcept
376           { delete this; }

When I now search for 1401344 (or similar 1401342) in the Coverity web UI, I get "No Issues found". You probably filtered them away in some way, Caloán? But why do they completely disappear from the database? Oh my.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to