Re: [Plplot-devel] python examples hang on ppc64

2007-08-07 Thread Orion Poplawski
Andrew Ross wrote: > On Tue, Aug 07, 2007 at 11:13:16AM -0600, Orion Poplawski wrote: >> Andrew Ross wrote: >>> OK. I think I know what the problem is. Both the mark and the space >>> arrays are blank, and so the dashed line is undefined. The problem must >>> be with plstyl and not with plline. pls

Re: [Plplot-devel] python examples hang on ppc64

2007-08-07 Thread Andrew Ross
On Tue, Aug 07, 2007 at 11:13:16AM -0600, Orion Poplawski wrote: > Andrew Ross wrote: > > > > OK. I think I know what the problem is. Both the mark and the space > > arrays are blank, and so the dashed line is undefined. The problem must > > be with plstyl and not with plline. plstyl takes two arr

Re: [Plplot-devel] python examples hang on ppc64

2007-08-07 Thread Orion Poplawski
Andrew Ross wrote: > > OK. I think I know what the problem is. Both the mark and the space > arrays are blank, and so the dashed line is undefined. The problem must > be with plstyl and not with plline. plstyl takes two arrays of PLINT as > arguments. > > I have recently altered this code since

Re: [Plplot-devel] python examples hang on ppc64

2007-08-07 Thread Andrew Ross
On Mon, Aug 06, 2007 at 12:23:56PM -0600, Orion Poplawski wrote: > The python examples x01 and x09 hang in an infinite loop on Fedora 7 on > ppc64. The loop is in plline.c in grdashline : > > > (gdb) print plsc->pendn > $1 = 1 > (gdb) print plsc->space > $2 = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0} > (g

Re: [Plplot-devel] python examples hang on ppc64

2007-08-06 Thread Orion Poplawski
Orion Poplawski wrote: > Orion Poplawski wrote: >> The python examples x01 and x09 hang in an infinite loop on Fedora 7 on >> ppc64. The loop is in plline.c in grdashline : > > Some more info: > > #6 0x046919fc in _wrap_plbox (self=, > args=) > at > /builddir/build/BUILD/plp

Re: [Plplot-devel] python examples hang on ppc64

2007-08-06 Thread Orion Poplawski
Orion Poplawski wrote: > The python examples x01 and x09 hang in an infinite loop on Fedora 7 on > ppc64. The loop is in plline.c in grdashline : Some more info: #6 0x046919fc in _wrap_plbox (self=, args=) at /builddir/build/BUILD/plplot-5.7.3/fedora/bindings/python/plplotcm

[Plplot-devel] python examples hang on ppc64

2007-08-06 Thread Orion Poplawski
The python examples x01 and x09 hang in an infinite loop on Fedora 7 on ppc64. The loop is in plline.c in grdashline : /* Update line style variables when alarm goes off */ while (plsc->timecnt >= plsc->alarm) { if (plsc->pendn != 0) { plsc->pendn = 0;