pay attention there is a problem with rubric in latest image...

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

pay attention there is a problem with rubric in latest image...

stepharo
Hi

in Pharo5.0
Latest update: #50550


I got a red square of death due to a wrong initialise in array class...
with rubric index in the middle....
could not get more. I had to kill the image.

Stef

Reply | Threaded
Open this post in threaded view
|

Re: pay attention there is a problem with rubric in latest image...

Skip Lentz-2
Hi,

Did it involve Array class>>basicNew: and FreeType? I got it while typing in a Rubric editor.
I could not reproduce the bug, it was around 2-3 weeks ago and haven’t seen it since.

> On Jan 27, 2016, at 5:23 PM, stepharo <[hidden email]> wrote:
>
> Hi
>
> in Pharo5.0
> Latest update: #50550
>
>
> I got a red square of death due to a wrong initialise in array class... with rubric index in the middle....
> could not get more. I had to kill the image.
>
> Stef
>


Reply | Threaded
Open this post in threaded view
|

Re: pay attention there is a problem with rubric in latest image...

EstebanLM
if it is that, is a known bug… just save&quit and reopen (I will find the bug eventually, but is complicated).

Esteban

> On 27 Jan 2016, at 17:27, Skip Lentz <[hidden email]> wrote:
>
> Hi,
>
> Did it involve Array class>>basicNew: and FreeType? I got it while typing in a Rubric editor.
> I could not reproduce the bug, it was around 2-3 weeks ago and haven’t seen it since.
>> On Jan 27, 2016, at 5:23 PM, stepharo <[hidden email]> wrote:
>>
>> Hi
>>
>> in Pharo5.0
>> Latest update: #50550
>>
>>
>> I got a red square of death due to a wrong initialise in array class... with rubric index in the middle....
>> could not get more. I had to kill the image.
>>
>> Stef
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: pay attention there is a problem with rubric in latest image...

Nicolai Hess-3-2
In reply to this post by stepharo


2016-01-27 17:23 GMT+01:00 stepharo <[hidden email]>:
Hi

in Pharo5.0
Latest update: #50550


I got a red square of death due to a wrong initialise in array class... with rubric index in the middle....
could not get more. I had to kill the image.

17392   FreeType numCharMaps nil causes Array>>basicNew: to fail

Somehow the FT2Face instance aren't "filled". We Access attributes like charmap or height that have nil-values. I don't know
why. either the instances aren't properly initialized, or the prior (valid ) instances are somehow cleaned up ?

 

Stef


Reply | Threaded
Open this post in threaded view
|

Re: pay attention there is a problem with rubric in latest image...

stepharo
In reply to this post by Skip Lentz-2
Yes


Le 27/1/16 17:27, Skip Lentz a écrit :

> Hi,
>
> Did it involve Array class>>basicNew: and FreeType? I got it while typing in a Rubric editor.
> I could not reproduce the bug, it was around 2-3 weeks ago and haven’t seen it since.
>> On Jan 27, 2016, at 5:23 PM, stepharo <[hidden email]> wrote:
>>
>> Hi
>>
>> in Pharo5.0
>> Latest update: #50550
>>
>>
>> I got a red square of death due to a wrong initialise in array class... with rubric index in the middle....
>> could not get more. I had to kill the image.
>>
>> Stef
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: pay attention there is a problem with rubric in latest image...

stepharo
In reply to this post by EstebanLM
Wait I could not save
no menu
nothing.

Stef

Le 27/1/16 17:41, Esteban Lorenzano a écrit :

> if it is that, is a known bug… just save&quit and reopen (I will find the bug eventually, but is complicated).
>
> Esteban
>
>> On 27 Jan 2016, at 17:27, Skip Lentz <[hidden email]> wrote:
>>
>> Hi,
>>
>> Did it involve Array class>>basicNew: and FreeType? I got it while typing in a Rubric editor.
>> I could not reproduce the bug, it was around 2-3 weeks ago and haven’t seen it since.
>>> On Jan 27, 2016, at 5:23 PM, stepharo <[hidden email]> wrote:
>>>
>>> Hi
>>>
>>> in Pharo5.0
>>> Latest update: #50550
>>>
>>>
>>> I got a red square of death due to a wrong initialise in array class... with rubric index in the middle....
>>> could not get more. I had to kill the image.
>>>
>>> Stef
>>>
>>
>
>