#208 closed defect (fixed)
random traceback (set_transient_for)
Reported by: | sascha_silbe | Owned by: | marcopg |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Sugar | Version: | 0.82.x |
Severity: | Minor | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
Also filed as Debian bug #511947.
Under unknown circumstances (I've triggered this several times, but usually as part of a longer session, so I don't know
how exactly), the following traceback (with no other apparent effect) appears:
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/sugar/graphics/animator.py", line 66, in _next_frame_cb animation.do_frame(current_time, self._duration, self._easing) File "/usr/lib/python2.5/site-packages/sugar/graphics/animator.py", line 92, in do_frame self.next_frame(frame) File "/usr/lib/python2.5/site-packages/sugar/graphics/palette.py", line 711, in next_frame self._palette._show() File "/usr/lib/python2.5/site-packages/sugar/graphics/palette.py", line 552, in _show self.set_transient_for(self._invoker.get_toplevel()) TypeError: parent should be a GtkWindow or None
Custom debug output provided the following info:
calling self.set_transient_for(<ActivityButton object at 0x9f81aa4 (SugarRadioToolButton at 0x9781c38)>)
Will try to determine "self" as well.
Change History (5)
comment:1 Changed 15 years ago by marcopg
- Bug Status set to Unconfimed
- Distribution/OS set to Unspecified
- Milestone set to 0.84
- Severity set to Minor
comment:2 Changed 15 years ago by garycmartin
- Bug Status changed from Unconfimed to New
comment:3 Changed 13 years ago by bernie
Shall we close 0.82 bugs? We don't support it any more.
comment:4 Changed 10 years ago by godiard
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Hi Sascha, thanks for the report – any luck narrowing this traceback down (is there a testcase we should try to reproduce it with)?