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

--- Comment #2 from robert <robert.buchin...@gmail.com> ---
Hi Sven

For example when i try to code this:

#a lot of code above
fieldvalues = {}
fieldtext = {}
try:
    cur = dbcon.cursor()
    cur.execute("select options from table where ID=%s",(fieldID,))
    res = cur.fetchall()
except Exception as e:
    print str(e)

#a lot of code below

it crashes immediately after entering the word "except"

this piece of code is part of a (closed source) project with about 900 lines of
code

After each crash, Kdevelop tries to recover the code, but fails with the same
result when recovering

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

Reply via email to