infinite recursion in call to 'setT' of CMetaInterval

Bug #611327 reported by eryx
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Panda3D
Expired
Undecided
Unassigned

Bug Description

Call to 'setT' in classes inherited from CMetaInterval causes to infinite recursion.

Example:

>> from direct.interval.IntervalGlobal import *
>> i = Parallel()
>> i.setT(0)
File "/opt/share/panda3d/pandac/libp3directModules.py", line 24, in setT
    self.setT_Old(t)
........ skipped..........
  File "/opt/share/panda3d/pandac/libp3directModules.py", line 24, in setT
    self.setT_Old(t)
RuntimeError: maximum recursion depth exceeded

Environment:
CPU: Intel/32
OS: Linux-2.6.34(Sabayon-5.0)
Python:2.6.4
Panda: 1.7.0, built from official sources

Revision history for this message
David Rose (droklaunchpad) wrote :

I am unable to reproduce this on the trunk. Is it still an issue with the latest buildbot?

rdb (rdb)
Changed in panda3d:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Panda3D because there has been no activity for 60 days.]

Changed in panda3d:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.