* Elrond <elrond+bugs.debian....@samba-tng.org>, 2017-09-09, 19:28:
- reading image
- image size: 2480 x 3507
- converting to DjVu
*** Error in `/usr/bin/python': free(): invalid pointer: 0x0000555fc49528f0 ***

Looks like a bug in Gamera (or VIGRA).

I've attached small reproducer, which crashes for me in unstable, both on i386 and amd64.

--
Jakub Wilk
#!/usr/bin/python
import gamera.core as g
g.init_gamera()
im = g.Image((0, 0), (2479, 3506))
im = im.to_greyscale()
im.resize(g.Dim(1240, 1754), 0)

Reply via email to