Changes between Version 3 and Version 4 of KnownProblems
- Timestamp:
- Jun 10, 2008, 1:28:17 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KnownProblems
v3 v4 3 3 1. Kernel 2.6.18 and up will cause wine processes spawned from kmk (and GNU make 3.81+) to segfault. Disable VDSO compatibility (CONFIG_COMPAT_VDSO) to make this work. 4 4 1. To make kmk_ash run reliably on Windows Vista, you'll have to get a more recent cygwin1.dll. See http://cygwin.com/ml/cygwin/2006-11/msg00059.html for details. 5 1. fork: Out or resources errors on Windows Vista means you're hitting an SMP race/whatever issue in cygwin. Try the very latest cygwin dll, it it doesn't go away, complain to the cygwin guys or help me with the ash rewrite (src/kash).