2017.10.05 15:55 "[Tiff] Problem using libtiff in debug mode with visual studio 2010", by Emmanuel Cosnard

2017.10.05 16:13 "Re: [Tiff] Problem using libtiff in debug mode with visual studio 2010", by Bob Friesenhahn

On Thu, 5 Oct 2017, Emmanuel Cosnard wrote:
>
> Expression: (_osfile(fildes) & FOPEN)
>
>
> For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts.
>
>
> Has anyone already had the same error and know how the resolve it?

We have not heard of this before but it seems likely that the problem
is due to attempting to close a file descriptor which is not currently
open (either never been opened, or already been closed). This could
be due to a bug in libtiff or your application.

You are going to need to debug this for yourself some more such as
finding the call stack and arguments which lead to this situation.

 Bob
 --
 Bob Friesenhahn
 bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
 GraphicsMagick Maintainer, http://www.GraphicsMagick.org/