[Bug 75411] Re: Crash when using numdisplay (Python)

2007-03-16 Thread Patrick Bos
Download a tarball from http://stsdas.stsci.edu/numdisplay/ Unpack and cd to the dir and do $ python setup.py install -- Crash when using numdisplay (Python) https://launchpad.net/bugs/75411 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 75411] Re: Crash when using numdisplay (Python)

2006-12-13 Thread Patrick Bos
I forgot to add this problem report file that was automatically created after I was asked to file this bug. Perhaps this is already enough to get you started, but I'll try the backtracing as well. ** Attachment added: Problem report

[Bug 75411] Re: Crash when using numdisplay (Python)

2006-12-13 Thread Patrick Bos
Also I'm using a script given to me by that is supposed to be some sort of numdisplay-port to numpy (this is the numpydisplay that is included in the script). ** Attachment added: numpydisplay.py http://librarian.launchpad.net/5387847/numpydisplay.py -- Crash when using numdisplay (Python)

[Bug 75411] Re: Crash when using numdisplay (Python)

2006-12-13 Thread Patrick Bos
There doesn't seem to be a dbgsym package for saods9; how should I proceed in making a backtrace? -- Crash when using numdisplay (Python) https://launchpad.net/bugs/75411 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 75411] Crash when using numdisplay (Python)

2006-12-11 Thread Patrick Bos
Public bug reported: reproduce using following script: #!/usr/bin/env python import numpy import numpydisplay X,Y = numpy.mgrid[-5:5:0.1,-5:5:0.1] Z = numpy.sinc( (X**2+Y**2+1e-4)/numpy.pi ) numpydisplay.open() numpydisplay.display( Z ) ** Affects: saods9 (Ubuntu) Importance: Undecided