Quantcast
Channel: magick Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1011

Commented Unassigned: SEHException while working with Writable Pixel Collections [1104]

$
0
0
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 **

After reviewing my code, I found a not disposed PixelCollection. After wrapping this with "using", the exception no longer appears.

This can be closed.


Viewing all articles
Browse latest Browse all 1011

Trending Articles