[squeak-dev] Another FFI/Installer issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Another FFI/Installer issue

Igor Stasenko
This is what i'm doing in workspace:

HTTPSocket httpFileIn: 'installer.pbwiki.com/f/LPF.st'.

Installer sm install: 'FFI'.


The i trying to open an MC and install other things by hand.. And it
is deaf to my clicks.. It seems that when FFI overrides/updates a
special object array
it is also makes sockets defunct.
Restarting image does not helps.

Can someone please remind me a 'doit' to recreate special objects array?

--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Another FFI/Installer issue

Igor Stasenko
oh , forgot to add.
I tried this on vanilla
Squeak3dot10.7159.image

2008/8/2 Igor Stasenko <[hidden email]>:

> This is what i'm doing in workspace:
>
> HTTPSocket httpFileIn: 'installer.pbwiki.com/f/LPF.st'.
>
> Installer sm install: 'FFI'.
>
>
> The i trying to open an MC and install other things by hand.. And it
> is deaf to my clicks.. It seems that when FFI overrides/updates a
> special object array
> it is also makes sockets defunct.
> Restarting image does not helps.
>
> Can someone please remind me a 'doit' to recreate special objects array?
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Another FFI/Installer issue

Klaus D. Witzel
In reply to this post by Igor Stasenko
On Sat, 02 Aug 2008 11:24:41 +0200, Igor Stasenko wrote:

> This is what i'm doing in workspace:
>
> HTTPSocket httpFileIn: 'installer.pbwiki.com/f/LPF.st'.
>
> Installer sm install: 'FFI'.
>
>
> The i trying to open an MC and install other things by hand.. And it
> is deaf to my clicks.. It seems that when FFI overrides/updates a
> special object array
> it is also makes sockets defunct.
> Restarting image does not helps.
>
> Can someone please remind me a 'doit' to recreate special objects array?

  Smalltalk recreateSpecialObjectsArray

  Smalltalk discardFFI "recreates it as well"

HTH.


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Another FFI/Installer issue

Igor Stasenko
2008/8/2 Klaus D. Witzel <[hidden email]>:

> On Sat, 02 Aug 2008 11:24:41 +0200, Igor Stasenko wrote:
>
>> This is what i'm doing in workspace:
>>
>> HTTPSocket httpFileIn: 'installer.pbwiki.com/f/LPF.st'.
>>
>> Installer sm install: 'FFI'.
>>
>>
>> The i trying to open an MC and install other things by hand.. And it
>> is deaf to my clicks.. It seems that when FFI overrides/updates a
>> special object array
>> it is also makes sockets defunct.
>> Restarting image does not helps.
>>
>> Can someone please remind me a 'doit' to recreate special objects array?
>
>  Smalltalk recreateSpecialObjectsArray
>
>  Smalltalk discardFFI "recreates it as well"
>
does not helps with sockets :(
Sockets are still dead..

Oh.. nevermind , i'll take more recent image to play with.

> HTH.
>
>
>



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Another FFI/Installer issue

Igor Stasenko
Heh.. it seems like i have an unlucky day.

Just downloaded a Squeak3.10.2-7179-basic.image.

Open Universes and install FFI package from it. (Note, it has nothing
to do with Installer by now).

Now sockets are dead.

Then do
Smalltalk recreateSpecialObjectsArray

and then now back alive.


http://bugs.squeak.org/view.php?id=7140

2008/8/2 Igor Stasenko <[hidden email]>:

> 2008/8/2 Klaus D. Witzel <[hidden email]>:
>> On Sat, 02 Aug 2008 11:24:41 +0200, Igor Stasenko wrote:
>>
>>> This is what i'm doing in workspace:
>>>
>>> HTTPSocket httpFileIn: 'installer.pbwiki.com/f/LPF.st'.
>>>
>>> Installer sm install: 'FFI'.
>>>
>>>
>>> The i trying to open an MC and install other things by hand.. And it
>>> is deaf to my clicks.. It seems that when FFI overrides/updates a
>>> special object array
>>> it is also makes sockets defunct.
>>> Restarting image does not helps.
>>>
>>> Can someone please remind me a 'doit' to recreate special objects array?
>>
>>  Smalltalk recreateSpecialObjectsArray
>>
>>  Smalltalk discardFFI "recreates it as well"
>>
> does not helps with sockets :(
> Sockets are still dead..
>
> Oh.. nevermind , i'll take more recent image to play with.
>
>> HTH.
>>
>>
>>
>
>
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>



--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: Another FFI/Installer issue

Klaus D. Witzel
On Sat, 02 Aug 2008 12:23:57 +0200, Igor Stasenko wrote:

> Heh.. it seems like i have an unlucky day.
>
> Just downloaded a Squeak3.10.2-7179-basic.image.

And used which VM?

> Open Universes and install FFI package from it. (Note, it has nothing
> to do with Installer by now).
>
> Now sockets are dead.
>
> Then do
> Smalltalk recreateSpecialObjectsArray
>
> and then now back alive.
>
> http://bugs.squeak.org/view.php?id=7140

VM? platform?

> 2008/8/2 Igor Stasenko <[hidden email]>:
>> 2008/8/2 Klaus D. Witzel <[hidden email]>:
>>> On Sat, 02 Aug 2008 11:24:41 +0200, Igor Stasenko wrote:
>>>
>>>> This is what i'm doing in workspace:
>>>>
>>>> HTTPSocket httpFileIn: 'installer.pbwiki.com/f/LPF.st'.
>>>>
>>>> Installer sm install: 'FFI'.
>>>>
>>>> The i trying to open an MC and install other things by hand.. And it
>>>> is deaf to my clicks.. It seems that when FFI overrides/updates a
>>>> special object array
>>>> it is also makes sockets defunct.
>>>> Restarting image does not helps.
>>>>
>>>> Can someone please remind me a 'doit' to recreate special objects  
>>>> array?
>>>
>>>  Smalltalk recreateSpecialObjectsArray
>>>
>>>  Smalltalk discardFFI "recreates it as well"
>>>
>> does not helps with sockets :(
>> Sockets are still dead..
>>
>> Oh.. nevermind , i'll take more recent image to play with.
>>
>>> HTH.
>>>
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>



Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: Another FFI/Installer issue

Igor Stasenko
2008/8/2 Klaus D. Witzel <[hidden email]>:

> On Sat, 02 Aug 2008 12:23:57 +0200, Igor Stasenko wrote:
>
>> Heh.. it seems like i have an unlucky day.
>>
>> Just downloaded a Squeak3.10.2-7179-basic.image.
>
> And used which VM?
>
>> Open Universes and install FFI package from it. (Note, it has nothing
>> to do with Installer by now).
>>
>> Now sockets are dead.
>>
>> Then do
>> Smalltalk recreateSpecialObjectsArray
>>
>> and then now back alive.
>>
>> http://bugs.squeak.org/view.php?id=7140
>
> VM? platform?
>
Vm - croquet. Platform - win32.

I can assure you that issue has nothing to do with vm or platform.
This bug was already discovered earlier (and discussed too).. I just
wondering why its still persists.

>> 2008/8/2 Igor Stasenko <[hidden email]>:
>>>
>>> 2008/8/2 Klaus D. Witzel <[hidden email]>:
>>>>
>>>> On Sat, 02 Aug 2008 11:24:41 +0200, Igor Stasenko wrote:
>>>>
>>>>> This is what i'm doing in workspace:
>>>>>
>>>>> HTTPSocket httpFileIn: 'installer.pbwiki.com/f/LPF.st'.
>>>>>
>>>>> Installer sm install: 'FFI'.
>>>>>
>>>>> The i trying to open an MC and install other things by hand.. And it
>>>>> is deaf to my clicks.. It seems that when FFI overrides/updates a
>>>>> special object array
>>>>> it is also makes sockets defunct.
>>>>> Restarting image does not helps.
>>>>>
>>>>> Can someone please remind me a 'doit' to recreate special objects
>>>>> array?
>>>>
>>>>  Smalltalk recreateSpecialObjectsArray
>>>>
>>>>  Smalltalk discardFFI "recreates it as well"
>>>>
>>> does not helps with sockets :(
>>> Sockets are still dead..
>>>
>>> Oh.. nevermind , i'll take more recent image to play with.
>>>
>>>> HTH.
>>>>
>>>
>>> --
>>> Best regards,
>>> Igor Stasenko AKA sig.
>>>
>>
>
>
>
>



--
Best regards,
Igor Stasenko AKA sig.