Comments: ** Comment from web user: GregDalbey **
Hello,
I downloaded the project and brought it into my solution. The error happens in Magick.Net/IO/MagicReader.cpp -
Method - MagickException^ MagickReader::Read(Magick::Image* image, String^ fileName,
MagickReadSettings^ readSettings)
Line 157:
image->read(imageSpec);
I am not able to debug into that read(imageSpec) method. Maybe I can, but I don't know how to .. :( It is within that call that the StackoverflowException occurs, but I cannot tell *where* in that call it occurs. There is no stack trace at that point, it is obliterated and the app shuts down. The only message within the details of the exception is:
{Cannot evaluate expression because the current thread is in a stack overflow state.}
Maybe you can tell me how to make it such that I can get into that ImageMagick/include/Magick++/Image method .. I looked around, I'm not sure that project is with the source. ?
Anyways, I hope this is helpful. Please let me know if I can be of any further assistance.
-Greg