Hi,

thanks to yours and Gwenael's work I move from screen/gst to image and
gst-remote. Today I have found a funny bug and look for some hints.


$ gst
st> Smalltalk at: #PROC put: [
        [(Delay forSeconds: 3) wait. 'Timedout' printNl] repeat] fork]]
st> stdin next
'Timedout'
'Timedout'
$<10>
st> ObjectMemory snapshot: 'foo.img'
'Timedout'
"Global garbage collection... done"
false



$ gst -I foo.img
st> stdin next

$<10>
st> Delay allInstances
(a Delay )
st> Delay allInstances inspect
An instance of WeakArray
  values: (a Delay )
  nilValues: ByteArray (0 )
  contents: [
    [1]: a Delay
  ]
(a Delay )
st> Delay allInstances first inspect
An instance of Delay
  resumptionTime: 55463
  delayDuration: 3000
  delaySemaphore: Semaphore(nil: held, 1 waiting processes)
  waitingProcess: nil
a Delay


any idea where I should start looking at?



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

Reply via email to