Chris George discovered the cause: importing rlcompleter.  This is likely 
an obscure python bug.

rlcompleter handles tab completion, which is hardly an essential feature of 
this plugin.  

The fix was a new top-level switch:

use_rlcompleter = False
    # A workaround for #1212: segfaults at startup when importing this file.
    # True: enable tab completion, at the risk of segfaults.

Segfaults, when they happen at all, happened while Leo started up.  If you 
want typing completion, you can set this switch to True and see what 
happens ;-)

This fixed #1212 <https://github.com/leo-editor/leo-editor/issues/1212>.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/86b8a86d-2051-45ea-bcbe-14023dba63b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to