On Tue, Jun 2, 2015 at 5:10 PM, Jose San Leandro <jose.sanleandro@osoco.es> wrote:
Hi,
In one of our projects we are using Pharo4. The image gets built by gradle, which loads the Metacello project. Sometimes, we see the build process hangs. It just don't progress.
When adding local gitfiletree:// dependencies manually through Monticello after a while Pharo gets frozen. It's not always the same repository, it's not always the same number of repositories before it hangs.
I launched the image with strace, and attached gdb to the frozen process. It turns out It's waiting for a lock that gets never released.
Perhaps try each of the experimental delay schedulers under World > System > Settings > System > Delay Scheduler. I no reason to think this will help, its easy to try (as a shotgun approach to troubleshooting). cheers -ben