Georg Baum wrote:
> I'd like to know:
> 
> - Does this work on windows?
> - What about the comment about QApplication::exit above? Is it still
> correct?

Under Windows it crahes here when leaving Lyx:

src/lyx_main.C
#else
        if (err_sig == SIGSEGV || !getEnv("LYXDEBUG").empty())
#endif
                lyx::support::abort();
        exit(0);  <-------------------- line 442
}

Reply via email to