Comment 15 for bug 682866

Revision history for this message
Michael Terry (mterry) wrote :

Eric, I don't think it's a keyring prompt. I've done this several times, and haven't seen a prompt (and nothing shows in alt-tab).

Here's an interesting find. If I run the two-line script a second time in a session, it doesn't block. But if I add the following lines, it will hang again reliably on the len(results.rows) line:

results = db.get_records(record_type="http://example.com", create_view=True)
print len(results.rows)

Traceback attached.