Crash when reading large (>300M) AVI files

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Crash when reading large (>300M) AVI files

Post by magick »

Most ImageMagick algorithms allocate a row of pixels at a time to avoid large memory requests but we see a section of the AVI code that tries to read the entire columns * rows pixels into memory. Can you post a URL to your image so we can download and reproduce the problem. With debugging we can identify if our conjecture is correct and work towards a more efficient algorithm.
Post Reply