Crashes on Windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Crashes on Windows

stepharo
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


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.

The other bug was nil

UndefinedObject(Object)>>doesNotUnderstand: #*
FreeTypeFont>>height
LogicalFont>>height
TextStyle>>newFontArray:
TextStyle class>>fontArray:
[ TextStyle fontArray: {self} ] in LogicalFont(AbstractFont)>>textStyle
Dictionary(Collection)>>detect:ifFound:ifNone:
Dictionary(Collection)>>detect:ifNone:

Reply | Threaded
Open this post in threaded view
|

Re: Crashes on Windows

Stephan Eggermont-3
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

Stephan