[fpc-pascal] exceptions
Rainer Stratmann
RainerStratmann at t-online.de
Tue May 26 22:18:21 CEST 2009
Yes, the send function from the socket unit.
Situation:
Connection is established.
Client closes connection
Server wants to sent data with send.
Program stops with errorcode 13 (I found out that this is the linux errorcode
for permission denied).
The error is reproduceable.
I thought that may a special setsockopt can also be a solution for this.
Rainer
Am Dienstag, 26. Mai 2009 22:09 schrieb Jonas Maebe:
> On 26 May 2009, at 22:01, Rainer Stratmann wrote:
> > The send function causes sometimes an exception (permission denied).
>
> Which send function? The one of the sockets unit? If never raises an
> exception. It only sets socketerror. If you are not talking about that
> send function, which one do you mean? And how does it raise an
> exception?
>
>
> Jonas
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list