Summary: | Memory Window: Performing a right-click on the 'down' From spin button causes a hang | ||
---|---|---|---|
Product: | frysk | Reporter: | Kris Van Hees <kris.van.hees> |
Component: | general | Assignee: | Zhao Shujing <pearly.zhao> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 3119, 3200 |
Description
Kris Van Hees
2007-06-11 18:43:04 UTC
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 |