Bug 36180

GemBuilder for Smalltalk/VW

7.1.2, 7.1.1, 7.1

All

7.2

dumpAllProcessStacks gets basicCInterface not understood

Executing:

   GbsStackDumper dumpAllProcessStacks

results in an error, basicCInterface not understood.

Workaround

Add this method to GbsSessionManager:

basicCInterface
   "just return the C interface without trying to lazy-initialize it"
   ^cInterface


Last updated: 1/10/07