Bug 45384

GemBuilder for Smalltalk/VW

7.6.1, 7.6

After GS64 3.x server upgrade, GBS browsers get errors

After a GemStone/S 64 Bit server upgrade to version 3.x, all methods must be recompiled from instances of GsMethod to instances of GsNMethod before they can be executed.

If there are server methods that are not recompiled, attempting to browse these methods in GBS results in an MNU on _allBreakpoints.

Workaround

In GemStone/S 64 Bit server versions 3.0 through 3.2.6, log in as SystemUser, file in the following method, and commit. This method is present, and the bug is fixed, in server versions after 3.2.6.

category: 'Debugging Support'
method: GsMethod
_allBreakpoints

 "Returns nil if no method breakpoints set in the receiver."

^ nil
%

Last updated: 6/11/15