Hi, I have now updated to Sequoia 15.0 and still get the crashes.
As this messes with my workflow I have had to resort to stuff like this bash fragment (but in my Makefile of course). LYXPIPE="$HOME/Library/Application Support/LyX-2.4/.lyxpipe.in" rm -f handbook.pdf open handbook.lyx echo "LYXCMD:P2:buffer-write-all" > "$LYXPIPE" echo "LYXCMD:P2:master-buffer-export pdf5" > "$LYXPIPE" As I need to post process the (handbook.)pdf I need to find a way to "wait for it" as the write to the pipe returns immediately. Any ideas? greetings, el -- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel