[Pharo-project] Problem with low-space watcher
Project interruptName: labelString preemptedProcess: theInterruptedProcess sends #offList to the return value of suspend of the preempted process (which answers a LinkedList). The message is not understood but does not cause a debugger to open, Alt-. shows the stack trace in the end. One way to replicate: (Object allSubInstances select: [:o | o dependents notEmpty]) collect: [:o | o dependents size] Was just mulling things in light of Announcement discussions as to whether the dependency could have a single subscriber (most common case) for possible performance gains, a collection if additonal subscribers get added. Regards, Gary
2009/11/2 Gary Chambers <gazzaguru2@btinternet.com>:
Project interruptName: labelString preemptedProcess: theInterruptedProcess
sends #offList to the return value of suspend of the preempted process (which answers a LinkedList). The message is not understood but does not cause a debugger to open, Alt-. shows the stack trace in the end.
Just remove the #offList send, its obsolete and no longer needed.
One way to replicate:
(Object allSubInstances select: [:o | o dependents notEmpty]) collect: [:o | Â o dependents size]
Was just mulling things in light of Announcement discussions as to whether the dependency could have a single subscriber (most common case) for possible performance gains, a collection if additonal subscribers get added.
Regards, Gary
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Best regards, Igor Stasenko AKA sig.
participants (2)
-
Gary Chambers -
Igor Stasenko