]> git.lyx.org Git - features.git/commit
Disable forking on Mac OS X. This should fix crashes on Snow Leopard.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 23 Oct 2009 16:50:40 +0000 (16:50 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 23 Oct 2009 16:50:40 +0000 (16:50 +0000)
commit42546d3f2c59f80abe43484fc93a111dbbfcc19e
tree290fddc6bd6cdedbfd42bc57f53e24a3155d2ffe
parentb265203a8401085b26f7a1fa5f8e04997bee1972
Disable forking on Mac OS X. This should fix crashes on Snow Leopard.

It would be better to
* detect OS X version at run time (how??)
or
* use proper threads for autosave

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31696 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/ForkedCalls.cpp