[BUG] Problem with POPSocket

Ned Konz ned at bike-nomad.com
Tue Apr 23 15:48:49 UTC 2002


On Tuesday 23 April 2002 08:36 am, Ken Causey wrote:
> I'm working on a specialized MUA and have run into an interesting
> problem.  First, the preliminaries:
>
> VM: 3.2-4743 #1 [oss audio, xshm] (Debian Linux unstable)
>
> Image: 3.2gamma-4827
>
> My application creates a new POPSocket with
>
> pop3Connection _ POPSocket new
> 		serverName: pop3ServerName;
> 		userName: username;
> 		password: password;
> 		addProgressObserver: Transcript
>
> Nothing fancy.
>
> This works fine.  Except the very first time after opening the
> image. In that situation this pop3Connection ends up with 'a
> POPSocket[invalidSocketHandle]'.  If I cancel it and retry it, it
> works just fine and every time thereafter.

Does this also happen after you do a 

Socket initializeNetwork

first?

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list