scsh-hackers
[Top] [All Lists]

[Scsh-hackers] [ scsh-Bugs-408425 ] Bind fails on AIX 4 (and any other p

To: noreply@sourceforge.net
Subject: [Scsh-hackers] [ scsh-Bugs-408425 ] Bind fails on AIX 4 (and any other platform)
From: noreply@sourceforge.net
Date: Wed, 20 Jun 2001 08:59:32 -0700
List-id: Discussion among the implementors <scsh-hackers.lists.sourceforge.net>
Sender: scsh-hackers-admin@lists.sourceforge.net
Bugs item #408425, was updated on 2001-03-13 20:37
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408425&group_id=10493

Category: run-time
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Brian D. Carlstrom (bdc)
Assigned to: Mike Sperber (sperber)
>Summary: Bind fails on AIX 4 (and any other platform)

Initial Comment:
From: sperber@informatik.uni-tuebingen.de (Michael 
Sperber [Mr. Preprocessor])
To: scsh@martigny.ai.mit.edu
Subject: Bind fails on AIX 4
Date: 31 Mar 1998 18:25:53 +0200


This is to log an error.  I've been unsuccessful 
tracking it down.
But maybe other AIX users could verify this.

> (define *s* (create-socket protocol-family/internet 
socket-type/stream))

> (bind-socket *s* (internet-address->socket-address 
internet-address/loopb=
ack 0))

Error: 68
       "Can't assign requested address"
       #{Procedure 9563 %bind}
       7
       2
       "=7F=00=00=01=00=00=00=00"

-- =

Cheers =3D8-} Mike
Friede, V=F6lkerverst=E4ndigung und =FCberhaupt blabla





----------------------------------------------------------------------

>Comment By: Martin Gasbichler (mainzelm)
Date: 2001-06-20 08:59

Message:
Logged In: YES 
user_id=17553

This did not only apply to AIX but to all platforms.
The sockaddr_in structure was not zeroed before usage.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110493&aid=408425&group_id=10493


<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-hackers] [ scsh-Bugs-408425 ] Bind fails on AIX 4 (and any other platform), noreply <=