... but then goes away as soon as the window is stepped a single time. java.lang.NullPointerException at frysk.cli.hpd.ExprSymTab.getDie(FryskGui) at frysk.cli.hpd.ExprSymTab.get(FryskGui) at frysk.expr.CppTreeParser.expr(FryskGui) at frysk.expr.CppTreeParser.expr(FryskGui) at frysk.cli.hpd.SymTab.print(FryskGui) at frysk.gui.srcwin.SourceBuffer.getVariable(FryskGui) at frysk.gui.srcwin.SourceView.mousedOverText(FryskGui) at frysk.gui.srcwin.SourceView$SourceViewListener.mouseMotionEvent(FryskGui) at org.gnu.gtk.Widget.fireMouseMotionEvent(libgtkjava-2.8.so) at org.gnu.gtk.Widget.handleMouseMotion(libgtkjava-2.8.so) at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so) at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so) at frysk.gui.Gui.gui(FryskGui) at frysk.gui.FryskGui.main(FryskGui)
Log message: 2007-04-03 Mike Cvet <mcvet@redhat.com> * SourceWindow.java (symTab): Now an array. (SourceWindow): Allocate the SymTab array to a length the same as the number of observed Processes by the SourceWindow. (finishSourceWindow): Send index into generateProcStackTrace(). (updateShownStackFrame): Re-initialize current SymTab for given process before refreshing its StackFrames. Fixes #4308. (generateProcStackTrace): Takes an int parameter. Initialize SymTab array index specified by parameter. (LockObserver.update): Send global process index int into generateProcStackTrace().