Re: [Boost-bugs] [Boost C++ Libraries] #11314: boost::gil::jpeg_read_dimensions(const char*) does not throw exceptions as it should

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11314: boost::gil::jpeg_read_dimensions(const char*) does not throw exceptions as it should
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-08-23 19:39:59


#11314: boost::gil::jpeg_read_dimensions(const char*) does not throw exceptions as
it should
-------------------------------+----------------------------
  Reporter: anonymous | Owner: Stefan Seefeld
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: gil USE GITHUB
   Version: Boost 1.58.0 | Severity: Problem
Resolution: fixed | Keywords: libjpeg
-------------------------------+----------------------------
Changes (by Mateusz Loskot):

 * status: new => closed
 * resolution: => fixed

Comment:

 First, the printed output comes from the libjpeg. Specifically, from
 `error_exit` routine. Apparently, old GIL IO did not override it with
 custom non-exiting handler.

 GIL in Boost 1.68 delivers completely re-implemented I/O extensions. The
 new version does provide custom `error_exit` which does not call hard
 `exit()` to abort the application, so the issue should be gone now.

 Closing as fixed.

 GitHub? ref: https://github.com/boostorg/gil/projects/4#card-12387661

-- 
Ticket URL: <https://svn.boost.org/trac10/ticket/11314#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2018-08-23 19:45:35 UTC