From: Gary Houston <scsh-special@arglist.com>
To: scsh-bugs@zurich.ai.mit.edu
Subject: receive-message, receive-message! bug in scsh
0.5.3
Date: 12 Jun 2001 21:20:20 -0000
This is old, but I don't think I ever reported it to
scsh-bugs.
receive-message! usually returns a single value, the
number of bytes
read from a socket. According to the manual, it's
supposed to return
two values: the number of bytes and the remote
address. It does
return the two values when it gets EOF on the socket.
It's this line in generic-receive-message! that
returns the single value:
(if (>= i end) (- i start)
A consequence of this bug is that receive-message
usually fails since
it calls "receive-message!" and expects to get two
values.
Brian D. Carlstrom
run-time
None
Public
|
Date: 2001-09-17 19:18 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2001-09-17 19:18 | mainzelm |
| resolution_id | None | 2001-09-17 19:18 | mainzelm |
| close_date | - | 2001-09-17 19:18 | mainzelm |