Curiously, the bug does not seem to be present in Debian Wheezy, even though it has same ImageMagick version as Ubuntu Trusty. Perhaps it was built with different options?
I don't have Sid or Jessie machines at hand, I'll try to find the time to install them to test.
Search found 2 matches
- 2014-11-07T11:47:45-07:00
- Forum: Bugs
- Topic: Stack smashing in convert, compare
- Replies: 11
- Views: 26421
- 2014-11-02T03:38:18-07:00
- Forum: Bugs
- Topic: Stack smashing in convert, compare
- Replies: 11
- Views: 26421
Stack smashing in convert, compare
I'm getting lots of errors like this: $ convert -rotate 270 003632r270.jpg koe.jpg *** stack smashing detected ***: convert terminated Aborted (core dumped) The bug can also be triggered by compare: $ compare -fuzz 25% 174210.jpg 182452.jpg junk.jpg *** stack smashing detected ***: compare ...