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. |
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. |
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. |
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" > Sockets are still dead.. Oh.. nevermind , i'll take more recent image to play with. > HTH. > > > -- Best regards, Igor Stasenko AKA sig. |
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. |
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. >> > |
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? > 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. |
Free forum by Nabble | Edit this page |