Georg Baum wrote: > results in a segmentation fault and the attached file e.log. Running > LyX directly works. Removing the memcheck options does not alter the > result. Do we have any valgrind expert here who can make sense of > this or tell me how I can find out where the segmentation fault > happens?
You can run valgrind with a --connect-gdb option (or suchlike), so that when the program crashes gdb fires up and you can extract a backtrace. I'd do it for you, but valgrind doesn't work on Alpha machines... -- Angus