Summary: | backtrace when source window is brought up | ||
---|---|---|---|
Product: | frysk | Reporter: | Rick Moseley <rmoseley> |
Component: | general | Assignee: | Mike Cvet <mcvet> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 1633 |
Description
Rick Moseley
2007-03-16 17:33:10 UTC
redo summary to correct spelling This is because the new symTab variable in the source window is being initialized before the process is blocked - I'll fix this one 2007-03-16 Mike Cvet <mcvet@redhat.com> * SourceWindow.java (SourceWindow): Removed initialization of SymTab variable. (SourceWindow): Now initializes the DOM and calls populateStackBrowser from here instead of finishSourceWin(). (finishSourceWin): Generate a stack trace only when the process is blocked, same for populating the stack browser window. (generateProcStackTrace): Initialize SymTab variable here. Fixes #4207. |