[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2013-05-18 Thread dino99
** Changed in: python-imaging (Ubuntu Natty) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717843 Title: python2.7 & python imaging (PIL) dumps core with buffer o

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-09-26 Thread David Oftedal
I can confirm that it works both for converting RGB images and for creating new YCbCr images in Oneiric Ocelot. Wonderful news! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717843 Title: python2.7

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-09-26 Thread Damon Lynch
It works on Oneiric beta 2 with the original TIFF file in this bug report. Everything also works as expected when taking the resulting PIL image and doing things like passing it between two processes with a pipe. I will mark it as fixed for Oneiric - I hope that is ok with everyone. ** Changed in

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-09-26 Thread icb410
I'm now running Oneiric beta2 and it seems PIL is working again. I can load my TIF images now just fine. Creating a YCbCr image seems to work ok too. Can anyone confirm this? Or is it just me? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-09-24 Thread David Oftedal
Odd... But this thread seems to indicate that TWO fixes might be needed? http://stackoverflow.com/questions/6080825/python-pil-ycbcr-support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717843 Title

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-08-16 Thread icb410
I just tried installing the 1.1.7-3 build for Oneiric(python- imaging_1.1.7-3ubuntu1_amd64.deb) which includes the above Fedora patch (I think) on my Natty installation and I get the same buffer overflow. -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-06-28 Thread David Oftedal
This patch may be related: http://osdir.com/ml/scm-fedora-commits/2011-06/msg02243.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717843 Title: python2.7 & python imaging (PIL) dumps core with

Re: [Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-06-14 Thread Damon Lynch
When I first reported the bug, I mentioned it on the PIL mailing list. Unfortunately there was no response. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717843 Title: python2.7 & python imaging (PI

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-06-14 Thread David Oftedal
Also mentioned here: http://stackoverflow.com/questions/6080825/python-pil-ycbcr-support -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717843 Title: python2.7 & python imaging (PIL) dumps core with

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-06-12 Thread David Oftedal
Even creating a new YCbCr image or converting an existing one to YCbCr makes PIL crash due to a buffer overflow, so there's a good chance this is due to that bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-04-28 Thread Kate Stewart
** Also affects: python-imaging (Ubuntu Oneiric) Importance: Medium Assignee: Barry Warsaw (barry) Status: Confirmed ** Changed in: python-imaging (Ubuntu Natty) Milestone: ubuntu-11.04 => natty-updates ** Changed in: python-imaging (Ubuntu Oneiric) Milestone: ubuntu-11.04

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-04-15 Thread Colin Watson
** Changed in: python-imaging (Ubuntu Natty) Milestone: ubuntu-11.04-beta-2 => ubuntu-11.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717843 Title: python2.7 & python imaging (PIL) dumps cor

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-04-11 Thread icb410
I also couldn't build PIL from source on Natty, but installing the Maverick python-imaging deb file works for python2.6 on Natty. Don't like to mix-n-match, but have to have this for work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-04-08 Thread Barry Warsaw
Verified, but note that a from-source build of PIL 1.1.7 (downloaded from the pythonware.com site) built in a virtualenv of Python 2.7 also crashes in the same way with both Python 2.6 and 2.7. Also PIL seems pretty much unsupported upstream these days as the last release was Nov 2009. This will

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-04-08 Thread Barry Warsaw
** Changed in: python-imaging (Ubuntu Natty) Status: New => Confirmed ** Changed in: python-imaging (Ubuntu Natty) Assignee: (unassigned) => Barry Warsaw (barry) ** Changed in: python-imaging (Ubuntu Natty) Milestone: None => ubuntu-11.04-beta-2 -- You received this bug notifica

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-04-04 Thread Matthias Klose
** Package changed: python2.7 (Ubuntu) => python-imaging (Ubuntu) ** Tags added: python27 ** Also affects: python-imaging (Ubuntu Natty) Importance: Medium Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-04-02 Thread icb410
** Attachment added: "Image that works" https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/717843/+attachment/1968583/+files/7_SAXS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717843 Title

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-04-02 Thread icb410
** Attachment added: "Image that doesn't work" https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/717843/+attachment/1968581/+files/7_WAXS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717843

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-04-02 Thread icb410
I have this issue too with some custom scripts that reads the intensity data from a grayscale TIF image of the output of a CCD detector (7_WAXS) and then radially averages. Occurs with python2.6 as well. Another TIF image from a different type of detector works, but I'm not really sure of the

[Bug 717843] Re: python2.7 & python imaging (PIL) dumps core with buffer overflow

2011-02-12 Thread Damon Lynch
Attachment: TIF image that generates crash ** Attachment added: "TIF image that generates crash" https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/717843/+attachment/1845789/+files/samsung.tif ** Visibility changed to: Public -- You received this bug notification because you are a me