« Return to Thread: [Pier] Image crash after a kernel import (through SIXX)

Re: [Pier] Image crash after a kernel import (through SIXX)

by cedrick beler :: Rate this Message:

Reply to Author | View in Thread


Do you have a crash-dump?

no...
it's like a buffer overflow... showing only in the bottom part of the image screen...

I've seen a line about BlockContext...

Do you have block-contexts or MADynamicObject instances in your
serialized mode? If you do, you have to get rid of them beforehand:

   PRComponent allInstancesDo: [ :each | each reset ]

I'll try to make a kernel backup after  making that...

Is it:
PRComponent allInstancesDo: [ :each | each reset ]
or
PRComponent allSubInstancesDo: [ :each | each reset ]

Thanks Lukas



_______________________________________________
SmallWiki, Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki

 « Return to Thread: [Pier] Image crash after a kernel import (through SIXX)