Browse Source

- added ser shm fail on 2.2 kernels

Andrei Pelinescu-Onciul 23 years ago
parent
commit
d917ebb531
1 changed files with 9 additions and 0 deletions
  1. 9 0
      ISSUES

+ 9 - 0
ISSUES

@@ -5,6 +5,15 @@
 This is a collection of issues which have shown up
 since the version 0.8.8 was released.
 
+----------------------------------------------------------------
+Desc:  ser won't run on linux kernels <2.4  (fails with EINVAL when
+      intializing the shared memory)
+BugId:  n/a
+Ser version: 0.8.8, 0.8.9, 0.8.10 
+Workaround: Upgrade to a 2.4.* kernel (older kernels don't support shared 
+            mmaping of /dev/zero ) or recompile ser with SYSV shm instead of
+            mmap (remove -DSHM_MMAP from Makefile.defs)
+CVS status: n/a
 ----------------------------------------------------------------
 Desc:  ser 0.8.10 won't compile with bison 1.75
 BugId:  n/a