help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [bug] Delay issue


From: Ladislav Marek
Subject: Re: [Help-smalltalk] [bug] Delay issue
Date: Sat, 28 Jan 2012 19:56:41 +0100

Hi,

after this change, code:

5 timesRepeat: [
    [(Delay forSeconds: 2) value: [] onTimeoutDo: [Error signal]] fork].
Processor activeProcess suspend.

ends with:

Object: nil error: did not understand #goodness:
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
UndefinedObject(Object)>>doesNotUnderstand: #goodness: (SysExcept.st:1442)
optimized [] in BlockClosure class>>exceptionHandlerSearchBlock
(BlkClosure.st:16)
[] in MessageNotUnderstood(Exception)>>instantiateNextHandlerFrom:
(ExcHandling.st:339)
MethodContext(ContextPart)>>scanBacktraceForAttribute:do: (ContextPart.st:449)
MessageNotUnderstood(Exception)>>instantiateNextHandlerFrom:
(ExcHandling.st:335)
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:253)
UndefinedObject(Object)>>doesNotUnderstand: #generality (SysExcept.st:1442)
SmallInteger(Number)>>retryDifferenceCoercing: (Number.st:357)
SmallInteger(Number)>>retryRelationalOp:coercing: (Number.st:295)
SmallInteger>>>= (SmallInt.st:223)
optimized [] in Delay class>>startDelayLoop (Delay.st:166)
SortedCollection>>percolateDown (SortCollect.st:490)
SortedCollection>>sortHeap (SortCollect.st:435)
SortedCollection>>beConsistent (SortCollect.st:246)
SortedCollection>>at: (SortCollect.st:147)
SortedCollection(SequenceableCollection)>>identityIndexOf:startingAt:ifAbsent:
(SeqCollect.st:415)
SortedCollection(OrderedCollection)>>identityRemove:ifAbsent: (OrderColl.st:334)
Delay class>>unscheduleDelay: (bug7.st:13)
Delay class>>handleDelayRequestor (Delay.st:99)
optimized [] in Delay class>>runDelayProcess (Delay.st:124)
[] in BlockClosure>>ifCurtailed: (BlkClosure.st:286)
BlockClosure>>ensure: (BlkClosure.st:268)
BlockClosure>>ifCurtailed: (BlkClosure.st:273)
Delay class>>runDelayProcess (Delay.st:120)
optimized [] in Delay class>>startDelayLoop (Delay.st:168)
[] in Process>>onBlock:at:suspend: (Process.st:411)
BlockClosure>>on:do: (BlkClosure.st:193)
[] in Process>>onBlock:at:suspend: (Process.st:412)
BlockClosure>>ensure: (BlkClosure.st:268)
[] in Process>>onBlock:at:suspend: (Process.st:390)
[] in BlockClosure>>asContext: (BlkClosure.st:179)
BlockContext class>>fromClosure:parent: (BlkContext.st:68)

On Sun, Jan 22, 2012 at 15:15, Gwenael Casaccio <address@hidden> wrote:
> Issue status update for http://smalltalk.gnu.org/project/issue/631
>
> Post a follow up: http://smalltalk.gnu.org/project/comments/add/631
>
> Project:      GNU Smalltalk
> Version:      <none>
> Component:    VM
> Category:     bug reports
> Priority:     normal
> Assigned to:  MrGwen
> Reported by:  MrGwen
> Updated by:   MrGwen
> Status:       fixed
>
> I've tried with gst 3.2.4 and there is the same bug
>
>
>
>
> _______________________________________________
> help-smalltalk mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-smalltalk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]