Search found 3 matches
- 2016-02-15T06:19:28-07:00
- Forum: Magick.NET
- Topic: Svg files without width and height attributes cause Memory leak / Windows crash
- Replies: 4
- Views: 12939
Re: Svg files without width and height attributes cause Memory leak / Windows crash
Just checked update -> now the above code throws the 'ImageMagick.MagickMissingDelegateErrorException' exception. I assume that it's the expected behavior. Thanks again.
- 2016-02-12T05:25:58-07:00
- Forum: Magick.NET
- Topic: Svg files without width and height attributes cause Memory leak / Windows crash
- Replies: 4
- Views: 12939
- 2016-02-12T04:35:20-07:00
- Forum: Magick.NET
- Topic: Svg files without width and height attributes cause Memory leak / Windows crash
- Replies: 4
- Views: 12939
Svg files without width and height attributes cause Memory leak / Windows crash
Hi All, On reading some svg files ImageMagick crashes a process (if we are using 32-bit process) or crashes Windows 10 (if we are using 64-bit process). To reproduce the issue you can use this code static void Main(string[] args) { for (int i=0; i<100000; i++) { MagickImage oMagic = new MagickImage ...