[Bug ada/17960] GNAT.Sockets Stream feature not working properly

2007-05-04 Thread charlet at gcc dot gnu dot org
--- Comment #5 from charlet at gcc dot gnu dot org 2007-05-04 14:29 --- Closing, since it's not clear what behavior the reporter is expecting. -- charlet at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/17960] GNAT.Sockets Stream feature not working properly

2004-11-25 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2004-11-25 21:09 --- I thought about it after having posted my comment. GNAT does not do stack checking by default see "Stack Overflow Checking" in gcc/ada/gnat_ug.texi. Even that is not guaranteed to work on the main thread stack II

[Bug ada/17960] GNAT.Sockets Stream feature not working properly

2004-11-25 Thread kat-zygfryd at o2 dot pl
--- Additional Comments From kat-zygfryd at o2 dot pl 2004-11-25 18:31 --- Unlike my first assumption, this will never work with telnet, however it should not crash. String'Input should first read one or two numbers for the bounds and then block until it receives the number of bytes spec

[Bug ada/17960] GNAT.Sockets Stream feature not working properly

2004-11-24 Thread laurent at guerby dot net
--- Additional Comments From laurent at guerby dot net 2004-11-24 20:54 --- Works for me when I change a bity the code as follows: declare Message : String (1..5); begin String'Read (Channel, Message);

[Bug ada/17960] GNAT.Sockets Stream feature not working properly

2004-11-24 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-24 20:41 --- This does not crash for me on ppc-darwin on the mainline but I don't really know what is the correct behavior for this test, could one of the Ada people look at this to check to see if works for them on