Hi,
I got an SEHException sometimes and want to debug it. Can you help me with that?
The problem is, that I can not reproduce it, it does not happen all the time, but I think it might have something to do with manipulating Pixels using Writable Pixel Collections.
Stack Trace:
at Magick.Pixels.{dtor}(Pixels* )
at ImageMagick.PixelBaseCollection.!PixelBaseCollection()
at ImageMagick.PixelBaseCollection.Dispose(Boolean A_0)
at ImageMagick.PixelBaseCollection.Finalize()
A .pdb might help.
Comments: ** Comment from web user: Merec **
I got an SEHException sometimes and want to debug it. Can you help me with that?
The problem is, that I can not reproduce it, it does not happen all the time, but I think it might have something to do with manipulating Pixels using Writable Pixel Collections.
Stack Trace:
at Magick.Pixels.{dtor}(Pixels* )
at ImageMagick.PixelBaseCollection.!PixelBaseCollection()
at ImageMagick.PixelBaseCollection.Dispose(Boolean A_0)
at ImageMagick.PixelBaseCollection.Finalize()
A .pdb might help.
Comments: ** Comment from web user: Merec **
After reviewing my code, I found a not disposed PixelCollection. After wrapping this with "using", the exception no longer appears.
This can be closed.