Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!rice!sun-spots-request From: luis@octopus.tds.kth.se (Luis Barriga) Newsgroups: comp.sys.sun Subject: Error using shelltools under suntools Keywords: Windows Message-ID: <5263@brazos.Rice.edu> Date: 23 Feb 90 19:34:45 GMT Sender: news@rice.edu Organization: Sun-Spots Lines: 13 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 9, Issue 55, message 5 If I run the following program on a SUN3/(50)(6) under suntools with shelltool and give to it any float number starting with 0. (zero-point) then I become logged out (connection will be closed and the window exited). This does not happen with command tools. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #include float h; main() { printf(" give step: "); scanf("%f",&h); }