swazoo-pool repo

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

swazoo-pool repo

Stefan Schmiedl
Hi Paolo,

my head is filled with fuzziness today,
pray tell, where does swazoo-pool repo stay?

buzzzzzing,
s.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: swazoo-pool repo

Paolo Bonzini-2
On 10/14/2009 07:12 AM, Stefan Schmiedl wrote:
> Hi Paolo,
>
> my head is filled with fuzziness today,
> pray tell, where does swazoo-pool repo stay?

git remote add paolo \
   http://www.inf.unisi.ch/~bonzini/webdav/smalltalk.git/
git fetch paolo
git checkout paolo/swazoo-pool

:-)

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: swazoo-pool repo

Stefan Schmiedl
On Wed, 14 Oct 2009 10:47:20 +0200
Paolo Bonzini <[hidden email]> wrote:

> On 10/14/2009 07:12 AM, Stefan Schmiedl wrote:
> > Hi Paolo,
> >
> > my head is filled with fuzziness today,
> > pray tell, where does swazoo-pool repo stay?
>
> git remote add paolo \
>    http://www.inf.unisi.ch/~bonzini/webdav/smalltalk.git/
> git fetch paolo
> git checkout paolo/swazoo-pool

did this and the usual autoreconfiguremakeinstall dance.
test script fails for n=10,20 with

/usr/lib64/ruby/1.8/net/protocol.rb:135:in `sysread': end of file reached (EOFError)

for n=30 a smalltalk error pops up:

...
user_1255520647.40414_18
user_1255520647.40414_19
user_1255520647.40414_20
Object: nil error: did not understand #goodness:
MessageNotUnderstood(Exception)>>signal (AnsiExcept.st:216)
UndefinedObject(Object)>>doesNotUnderstand: #goodness: (AnsiExcept.st:1556)
optimized [] in BlockClosure class>>exceptionHandlerSearchBlock (BlkClosure.st:13)
[] in Kernel.CoreException>>instantiateNextHandler:from: (ExcHandling.st:344)
MethodContext(ContextPart)>>scanBacktraceForAttribute:do: (ContextPart.st:424)
Kernel.CoreException>>instantiateNextHandler:from: (user_1255520647.40414_21
ExcHandling.st:345)
MessageNotUnderstood(Exception)>>signal (AnsiExcept.st:216)
UndefinedObject(Object)>>doesNotUnderstand: #<= (AnsiExcept.st:1556)
optimized [] in Delay class>>startDelayLoop (Delay.st:165)
SortedCollection>>insertionIndexFor:upTo: (user_1255520647.40414_22
SortCollect.st:707)
[] in SortedCollection>>merge (SortCollect.st:510)
SortedCollection(SequenceableCollection)>>reverseDo: (SeqCollect.st:953)
SortedCollection>>merge (SortCollect.st:516)
SortedCollection>>beConsistent (SortCollect.st:183)
SortedCollection(OrderedCollection)>>at: (OrderColl.st:85)
SortedCollection(SequenceableCollection)>>do: (SeqCollect.st:822)
SortedCollection(user_1255520647.40414_23
Collection)>>select: (Collection.st:336)
SortedCollection(Collection)>>removeAllSuchThat: (Collection.st:170)
Delay class>>unscheduleDelay: (Delay.st:147)
Delay class>>handleDelayEvent (Delay.st:91)
optimized [] in Delay class>>runDelayProcess (Delay.st:116)
[] in BlockClosure>>ifCurtailed: (BlkClosure.st:287)
BlockClosure>>ensure: (BlkClosure.st:269)
BlockClosure>>ifCurtailed: (BlkClosure.st:289)
Delay class>>runDelayProcess (Delay.st:118)
optimized [] in Delay class>>startDelayLoop (Delay.st:167)
[] in Process>>onBlock:at:suspend: (Process.st:384)
BlockClosure>>on:do: (BlkClosure.st:192)
[] in Process>>onBlock:at:suspend: (Process.st:387)
BlockClosure>>ensure: (BlkClosure.st:269)
[] in Process>>onBlock:at:suspend: (Process.st:393)
[] in BlockClosure>>asContext: (BlkClosure.st:178)
BlockContext class>>fromClosure:parent: (BlkContext.st:68)

gotta run,
back online later

s.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: swazoo-pool repo

Paolo Bonzini-2

> did this and the usual autoreconfiguremakeinstall dance.
> test script fails for n=10,20 with
>
> /usr/lib64/ruby/1.8/net/protocol.rb:135:in `sysread': end of file reached (EOFError)

Can you try setting mechanize.keep_alive = False?

> for n=30 a smalltalk error pops up:

This is known and should come and go (it's some kind of race condition).

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: swazoo-pool repo

Stefan Schmiedl
On Wed, 14 Oct 2009 14:10:07 +0200
Paolo Bonzini <[hidden email]> wrote:

>
> > did this and the usual autoreconfiguremakeinstall dance.
> > test script fails for n=10,20 with
> >
> > /usr/lib64/ruby/1.8/net/protocol.rb:135:in `sysread': end of file reached (EOFError)
>
> Can you try setting mechanize.keep_alive = False?

same result for n=10,20, a *lot* more gst errors for n=30,
in fact I had to kill the terminal window to make it stop.

s.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: swazoo-pool repo

Stefan Schmiedl
On Wed, 14 Oct 2009 15:54:22 +0200
Stefan Schmiedl <[hidden email]> wrote:

> On Wed, 14 Oct 2009 14:10:07 +0200
> Paolo Bonzini <[hidden email]> wrote:
>
> >
> > > did this and the usual autoreconfiguremakeinstall dance.
> > > test script fails for n=10,20 with
> > >
> > > /usr/lib64/ruby/1.8/net/protocol.rb:135:in `sysread': end of file reached (EOFError)
> >
> > Can you try setting mechanize.keep_alive = False?
>
> same result for n=10,20, a *lot* more gst errors for n=30,
> in fact I had to kill the terminal window to make it stop.

which, of course, did not help at all, since gst-remote (duh!)
was still running in the background :-P

it _is_ one of those days,
s.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk