On Sat, Feb 13, 2010 at 5:14 PM, Kent Tenney <[email protected]> wrote:
> create new Leo file > > create node @auto /tmp/foo.txt > > <ctrl-s> > > at prompt, save as /tmp/foo.leo No segfault for me. If you can reproduce this, can you try seeing where this segfaults in gdb? Quick instructions: $ gdb python (gdb) run launchLeo.py ... make it crash ... (gdb) bt => You'll see the stack trace. Be sure to install debug symbols for qt before trying it (unless your distro has them already). -- Ville M. Vainio http://tinyurl.com/vainio -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
