VM crash with image 3.9

Damien Cassou damien.cassou at gmail.com
Sun May 27 07:19:01 UTC 2007


Hi Klaus,

2007/5/27, Klaus D. Witzel <klaus.witzel at cobss.com>:
> on Sat, 26 May 2007 23:09:04 +0200, you wrote:
> > while I was working with Nile (a new stream library) the VM crashed.
> >
> > You can reproduce it very easily. Download a fresh 3.9-7067, install
> > Nile-All from monticello (http://www.squeaksource.com/Nile/).
>
> Perhaps a method still accesses an iVar which has gone away, can you do
> something like
>
> Smalltalk allClassesAndTraits do:
>   [:classOrTrait | ('Nile-*' match: classOrTrait category)
>         ifTrue: [classOrTrait compileAll]]
>   displayingProgress: 'Recompiling Nile classes and traits'.

It didn't change anything for me. The VM crashed.

-- 
Damien Cassou



More information about the Squeak-dev mailing list