From: Gary P. <gar...@gm...> - 2010-06-04 17:22:22
|
On Thu, Jun 3, 2010 at 6:12 PM, Guy K. Kloss <g....@ma...> wrote: > On Fri, 04 Jun 2010 04:08:46 Gary Pajer wrote: > > If I remove the line containing scene.range the original program works > > fine. I'm using python-visual from the Ubuntu repository. > > Can someone else try it? I'd be especially interested to know if it > > crashes using the respository version, but works using Bruce's home-made > > version. > > Works perfectly fine on Kubuntu 10.04 (32 bit). Well, fine as in "it > doesn't > segfault". But I do get an exception on the last line (RuntimeError): > > """ > RuntimeError: Reading .scale and .range is not supported when autoscale is > enabled. > """ > > Which is fair enough. Are you maybe on a 64 bit system, that behaves > (slightly) different? > The original has an autoscale statement whose presence doesn't affect the segfault. I'm have a 32 bit system. Might be yet another Mesa/Radeon Mobility 7500 problem. It wouldn't be the first. > > It might also help to run the problem under strace when that happens, or > under > gdb to trace down the original problem. > I'll give that a try. Thanks. > > HTH, > > Guy > > -- > Guy K. Kloss > Institute of Information and Mathematical Sciences > Te Kura Pūtaiao o Mōhiohio me Pāngarau > Massey University, Albany (North Shore City, Auckland) > 473 State Highway 17, Gate 1, Mailroom, Quad B Building > voice: +64 9 414-0800 ext. 9266 fax: +64 9 441-8181 > G....@ma... http://www.massey.ac.nz/~gkloss > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > > |