Alistair Grant

Results 46 issues of 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...

Type: Bug
Company: Lifeware

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....

enhancement

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.: ![Screenshot from 2022-09-01 09-35-38](https://user-images.githubusercontent.com/2062166/187858478-c9fa8231-3405-47ba-9710-7f9f863a9221.png) 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...