Closed GoogleCodeExporter closed 8 years ago
I think this can be closed, I had made some changes to the project and updated
to .Net 4.0. When I did so I added functionality to use the Task class to
thread out image transfer / converting dib's to tiff's - 1 Task per image. It
appears that when using Task w/ a large # of images the delegate that has a
local reference to the Bitmap and/or IntPtr still hangs around. When other
Task threads start executing a memory collision occurs and eventually
AccessViolationExceptions occur.
Original comment by jared.r.knipp@gmail.com
on 20 Nov 2010 at 1:27
Ok, feel free to re-open the issue if it happens again.
Cheers,
Luke
Original comment by luke.qui...@gmail.com
on 20 Nov 2010 at 1:30
Original issue reported on code.google.com by
jared.r.knipp@gmail.com
on 16 Nov 2010 at 8:37