2011/5/12 Milan Milosavljević <[email protected]>: > {{{ > #!python > ** Please report this bug to http://bitbucket.org/tortoisehg/stable/issues > or [email protected] > ** Mercurial version (1.4.3). TortoiseHg version (0.9.2) > ** Command: synch > ** CWD: /home/milanche/NetBeansProjects/untitled folder > ** Extensions loaded: qct > Recoverable runtime error (stderr): > /usr/lib/pymodules/python2.6/tortoisehg/hgtk/synch.py:57: > DeprecationWarning: Use the new widget gtk.Tooltip > self.tips = gtk.Tooltips() > /usr/lib/pymodules/python2.6/tortoisehg/hgtk/synch.py:181: > DeprecationWarning: Use the new widget gtk.Tooltip > self.tips.set_tip(self.force, _('Run even when remote repository' > /usr/lib/pymodules/python2.6/tortoisehg/hgtk/synch.py:198: > DeprecationWarning: Use the new widget gtk.Tooltip > self.tips.set_tip(reveventbox, _('A specific revision up to which you' > /usr/lib/pymodules/python2.6/tortoisehg/hgtk/synch.py:208: > DeprecationWarning: Use the new widget gtk.Tooltip > self.tips.set_tip(cmdeventbox, _('Name of hg executable on remote' > Traceback (most recent call last): > File "/usr/lib/pymodules/python2.6/tortoisehg/hgtk/synch.py", line 531, in > stop_clicked > self.hgthread.terminate() > File "/usr/lib/pymodules/python2.6/tortoisehg/util/thread2.py", line 52, > in terminate > self.raise_exc(SystemExit) > File "/usr/lib/pymodules/python2.6/tortoisehg/util/thread2.py", line 47, > in raise_exc > _async_raise(self._get_my_tid(), exctype) > File "/usr/lib/pymodules/python2.6/tortoisehg/util/thread2.py", line 19, > in _async_raise > raise ValueError("invalid thread id") > ValueError: invalid thread id > > }}}
This was fixed almost two years ago. It's caused by a harmless race condition, you can ignore it -- Steve Borho ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

