https://bugs.documentfoundation.org/show_bug.cgi?id=144679
--- Comment #16 from Mike Kaganski <[email protected]> --- (In reply to Julien Nabet from comment #15) The bug was exactly that there were AVX (or any other new) instructions compiled in the code, that were attempted to execute on CPUs *without* support for that instruction set, causing that *older* CPU to crash the process. Luboš made sure that the code that is intended to be executed on all supported systems is built strictly using SSE2 instruction set. What comment 14 mentions fits that perfectly. If Martin's system had AVX support, it would have no problem running LO in the first place. -- You are receiving this mail because: You are the assignee for the bug.
