Page 1 of 1
Any -bench command results in a segmentation violation
Posted: 2013-07-20T10:07:05-07:00
by Hubbitus
Re: Any -bench command results in a segmentation violation
Posted: 2013-07-21T10:23:43-07:00
by glennrp
The test should be writing to "null:" not "null". Without the colon it is an actual
file named "null" which on my platform defaults to GIF format. If multiple threads
are trying to write to the same GIF, I would not be surprised to see a crash, although
it didn't crash for me (running ImageMagick-6.8.6-4 with one thread).
Re: Any -bench command results in a segmentation violation
Posted: 2013-07-24T09:39:52-07:00
by magick
Re: Any -bench command results in a segmentation violation
Posted: 2013-07-27T10:02:56-07:00
by Hubbitus
Thank you.