Re: [Pharo-dev] Shouldn't new:0 fail for non-indexable classes

2017-08-09 Thread Nicolai Hess
2017-08-09 22:14 GMT+02:00 Eliot Miranda : > Hi Nicolai, > > On Tue, Aug 8, 2017 at 12:10 PM, Nicolai Hess > wrote: > >> see fogbugz 20246 (https://pharo.fogbugz.com/f/c >> ases/20246/Segfault-calling-new-0) >> >> Create a class with a single

Re: [Pharo-dev] Shouldn't new:0 fail for non-indexable classes

2017-08-09 Thread Eliot Miranda
Hi Nicolai, On Tue, Aug 8, 2017 at 12:10 PM, Nicolai Hess wrote: > see fogbugz 20246 (https://pharo.fogbugz.com/f/ > cases/20246/Segfault-calling-new-0) > > Create a class with a single instance variable. > > call > > AClass new:0 > > -> segfaults (on windows latest vm).

[Pharo-dev] Shouldn't new:0 fail for non-indexable classes

2017-08-08 Thread Nicolai Hess
see fogbugz 20246 ( https://pharo.fogbugz.com/f/cases/20246/Segfault-calling-new-0) Create a class with a single instance variable. call AClass new:0 -> segfaults (on windows latest vm). I can reproduce this on squeak (Squeak5.1-16549-32bit). It does not crash right away, but I was able to