hi,

on my system (linux-amd64) when i use read-u8vector! to read from a
port created by tcp-accept or tcp-connect and give #f as LENGTH, i get
the unrealistic error:

out of memory - heap full while resizing - execution terminated

when i use the length of the vector as LENGTH it works as expected.

maybe this is because in tcp.scm in the read-string implementation there
is no check for n being #f, as opposed to e.g. in library.scm in the
definition of ##sys#string-port-class.

bye,
hans.


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to