Package: python-gdchart2 Version: 0.beta1-3.3 Severity: normal --- # python-gdchart2-bug.py import gdchart
x = gdchart.Bar3D() x.width = 250 x.height = 250 x.xtitle = "Weekday" x.ytitle = "Percentage" x.title = "Example Graph" x.setData([75, 73]) x.setLabels(['One Label', 'Longer Label']) x.draw("/tmp/test.png") --- $ python python-gdchart2-bug.py *** glibc detected *** double free or corruption (!prev): 0x08153690 *** Aborted The bug is reproducible choosing labels longer than 11 chars ('Longer Label' in the example). ciao, ema
signature.asc
Description: Digital signature