[GRASS-dev] GRASS 7 scripts overhaul
Markus Neteler
neteler at osgeo.org
Thu Sep 8 16:00:10 EDT 2011
On Thu, Sep 8, 2011 at 10:26 AM, Glynn Clements
<glynn at gclements.plus.com> wrote:
...
> Oops. I was looking for references to p.stdout, and missed that. The
> actual problem was calling p.wait() before reading the output.
>
> Try r48203.
Now it is back to deadlock (?)
v.out.gps -t input=railroads output=trail.gpx
^CTraceback (most recent call last):
Traceback (most recent call last):
File "/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/scripts/m.proj",
line 274, in <module>
File "/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/scripts/v.out.gps",
line 316, in <module>
main()
main()
File "/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/scripts/v.out.gps",
line 207, in main
File "/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/scripts/m.proj",
line 245, in main
p2.stdin.write(line)
p.stdin.write(line)
KeyboardInterrupt
KeyboardInterrupt
Markus
More information about the grass-dev
mailing list