Summary: | Frysk aborts when first activated | ||
---|---|---|---|
Product: | frysk | Reporter: | Rick Moseley <rmoseley> |
Component: | general | Assignee: | Sami Wagiaalla <swagiaal> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pmuldoon |
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 3398 |
Description
Rick Moseley
2006-05-31 15:35:05 UTC
Hmmm, ok, commenting out the "print" stmts in frysk.gui.monitor.ObjectFactory.getObject I get this output before the stacktrace(I modded the "print stmts so I could tell which one was which): =========================================== 1st ObjectFactory.getObject() frysk.gui.monitor.observers.ExitNotificationObserver 3 rd ObjectFactory.getObject() class frysk.gui.monitor.observers.ExitNotificationObserver =========================================== =========================================== 1st ObjectFactory.getObject() frysk.gui.monitor.StatusWidget$TimelineAction 2nd ObjectFactory.getObject() frysk.gui.monitor.StatusWidget$TimelineAction Looks like the blowup has something to do with "StatusWidget$TimelineAction" since the last line above is inside a "try/catch" block. Well, after deleting ~/.frysk and restarting frysk all appears to work ok. Just be forewarned that some problem was introduced between versions here that caused this. Evidently there was some incompatibility introduced somewhere about this. |