Alistair Grant
Alistair Grant
**Bug description** Running the script below with: ``` ./pharo Pharo.image --headless st a.st ``` crashes the VM with a segmentation fault. **To Reproduce** Steps to reproduce the behavior: 1. create...
Code Changes will apply an incorrect set of changes in some circumstances... The example seen was that methods had been deleted, but when Applying from the Code Changes tool the...
Coder's example runner, pictured below, was written prior to RemoteRunner and uses `GtPharoLinkCodeSync` for remote execution. Replace `GtPharoLinkCodeSync` with `GtRemoteRunner`, which provides a more flexible framework for executing remote tasks....
Waiting for the process and retrieving the exit status is normal operation on linux to avoid the creation of zombie / defunct processes, see https://en.wikipedia.org/wiki/Zombie_process. A typical trace from a...
Tasks can fail for a number of transitory reasons, e.g.: - Flaky test - Network failure - Machine failure - etc. Add the ability to optionally retry tasks if they...
Running a set of examples through Coder, e.g.:  triggers a halt if the task fails.
Socket IO on Windows can crash the VM with an access violation due to a race condition on memory freeing in aioWin.c. The sequence of events that can lead to...
Socket IO on Windows can crash the VM with an access violation due to a race condition on memory freeing in aioWin.c. The sequence of events that can lead to...