[Bug 519984] Re: 'hgtk log' sometimes leave a frozen process on close

Flávio Etrusco flavio.etrusco at gmail.com
Sat Feb 13 02:28:08 UTC 2010


Do you mean you're able to reproduce it on Ubuntu? ;)
I hadn't much luck with winpdb either. The process has two threads stuck at line 121 of hgcmd.py (in your 0.9.3 package):

    def _on_window_map_event(self, event, param):
        if self.hgthread:
            return

        # Replace stdout file descriptor with our own pipe
        def pollstdout(*args):
            while True:
                # blocking read of stdout pipe
-->            o = os.read(self.readfd, 1024)
              else:
                    break
        self.oldstdout = os.dup(sys.__stdout__.fileno())

But I couldn't make winpdb to Stp Out (or Jump to the right line) nor discovered where readfd should be written...
Thanks again for your time.

-- 
'hgtk log' sometimes leave a frozen process on close
https://bugs.launchpad.net/bugs/519984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list