https://bugs.kde.org/show_bug.cgi?id=358563

            Bug ID: 358563
           Summary: Possible infinite loop in UnsureType::toString()
           Product: kdev-python
           Version: git master
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: m...@svenbrauch.de
          Reporter: arichardson....@gmail.com
                CC: m...@svenbrauch.de

When I open subprocess.py kdevelop freezes. The process is stuck in
UnsureType::toString() (stack traces points to outline view trying to call
toString() on the return type of subprocess.check_call().
This only happens after editing python code kdevelop for a while. Possibly
every time a new UnsureType is created this is distinct from all others (even
though the the types should be the same) so that the is_new_type() check
returns false. It might not be an infinite loop, but I decided to kill KDevelop
after about 2 minutes.

When I attached a debugger the types list had over 500 entries, it seems to me
like that should not happen.

Reproducible: Sometimes

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to