Any -bench command results in a segmentation violation

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
Hubbitus
Posts: 66
Joined: 2010-05-04T10:50:21-07:00
Authentication code: 8675308
Location: Russia, Saint-Petersburg

Any -bench command results in a segmentation violation

Post by Hubbitus »

User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Any -bench command results in a segmentation violation

Post 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).
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Any -bench command results in a segmentation violation

Post by magick »

Hubbitus
Posts: 66
Joined: 2010-05-04T10:50:21-07:00
Authentication code: 8675308
Location: Russia, Saint-Petersburg

Re: Any -bench command results in a segmentation violation

Post by Hubbitus »

Thank you.
Post Reply