When performing a right-click on the 'down' From spin button, an endless stream of lines all simply stating 'null' is printed to the terminal where FryskGui was started. The only way to stop frysk at this point is to suspend the process, and kill it.
some debugging reveals: Right-click on the "down" fromSpin to make the spin step to the lowest address, it can't append rows so many times. It is also occurred with the right-click on the "up" toSpin.
7-09-07 Zhao Shujing <pearly.zhao@oracle.com> * memroy/MemoryWindow.java: When right-click up or down spin button, it would be ignored. When access invalid memory address, the requirement would be ignored. Fixes #4621 #4622 and # 4613 * disassembler/DisassemblyWindow.java: Ditto