Comment 9 for bug 295719

Revision history for this message
John D Hunter (jdh2358) wrote : Re: [Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

On Wed, Jan 14, 2009 at 8:38 AM, Kjell Braden <email address hidden> wrote:
> Thanks, this testcase seems to work. I'll try some debugging.
>
> ** Changed in: matplotlib (Ubuntu)
> Status: Incomplete => Confirmed
>
> --
> python-matplotlib: Exception when drawing image on 64-bit system
> https://bugs.launchpad.net/bugs/295719
> You received this bug notification because you are a direct subscriber
> of the bug.
>

I have not been able to replicate the bug on a 64bit ubuntu 8.10 box.
here is the platform info for the machine I tested on using the script
http://launchpadlibrarian.net/21208878/tmp.py. I am running svn HEAD
though, but I am not aware of anything that would have changed
regarding float32 images on 64 bit architectures

uqbar[~]> uname -a
Linux uqbar 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008
x86_64 GNU/Linux
uqbar[~]> cat /etc/issue
Ubuntu 8.10 \n \l

uqbar[~]> python -c 'import platform;print platform.architecture()'
('64bit', 'ELF')