Bug: 35729

Impact:

Product:
GemBuilder for Smalltalk

Versions:
7.6, 7.5, 7.4.1, 7.4, 7.3.3, 7.3.2, 7.3.1, 7.3, 7.2.2, 7.2.1, 7.2, 7.1.2, 7.1.1, 7.1, 7.0.2, 7.0.1

Platform:
All

Fixed In:

In stack dumps, temporary names and values do not always match

In stack dumps produced by the GbsStackDumper, part of the information
dumped for each Context is a list of the names and values of the
temporary variables in that Context. In dumps of some Contexts, some
temporary variable names may be associated with the value of a
different temporary variable.

Workaround:

There is no workaround, although it is usually possible by studying
the dump to figure out the proper correspondence between temporary
variable names and values.