Add Xianyi's patch for segfaults on kernel 2.6.32 and add documentation

accordingly.
This commit is contained in:
Alexander Eberspächer
2012-05-02 11:33:06 +02:00
parent 0e39699c8c
commit 8218cbea2a
2 changed files with 35 additions and 0 deletions

View File

@@ -90,6 +90,14 @@
number of threads will consume extra resource. I recommend you to
specify minimum number of threads.
1.9 Q I have segfaults when I compile with USE_OPENMP=1. What's wrong?
A This may be related to a bug in the Linux kernel 2.6.32. Try applying
the patch segaults.patch using
git am segfaults.patch
and see if the crashes persist.
2. Architecture Specific issue or Implementation