This test program gives the same error:*** Error in `python': double free or corruption (!prev): 0x09de3978 ***
Aborted (core dumped)
Code: Select all
#! /usr/bin/python3.4
from wand.image import Image
with Image(filename = 'test.JPG') as img:
imageLS = img.size