this is a follow up of the report of Justine (I could not type on Gmail) :)
We got several crashes on
- Pharo 50564
- Windows 50
One of the bug was in
charmaps
"Answer an Array of Strings naming the different character maps
available for setCharMap:"
charmaps ifNil: [
charmaps := Array new: numCharmaps.
self getCharMapsInto: charmaps ].
^charmaps
numCharMaps was nil
in this class there is no setter to numCharMaps except primitives.
On 17-02-16 13:42, stepharo wrote:
> Hi guys
>
> this is a follow up of the report of Justine (I could not type on Gmail) :)
> We got several crashes on
>
> - Pharo 50564
> - Windows 50
Which vm? Freetype bug was common with earlier spur vms