Bug 30796

GemBuilder for Smalltalk

5.2.5, 5.2.4, 5.2.3, 5.2.2

VA

VA block replication gets "xxx does not understand climStartPC"

Here's an example of a block that hits this bug:

        [ :arg |
                Object new.
                [ arg ] ensure: [ arg ].
                arg
        ] asGSObject

Workaround:

Here are some possible workarounds:

- Rewrite the block to simplify it
- Use a block callback
- Rewrite the interface between client and server to
  avoid block replication.

The GBS users manual contains further discussion of block
replication tuning and alternatives.


Last updated: 3/31/05