1 | 1 | David, thank you for your feedback. The error from `DosGetNamedSharedMem` (32794) is ERROR_NO_OBJECT. This looks strange as I never saw this error myself and it is not listed among known `DosGetNamedSharedMem` errors. OTOH, I wonder how that could be related to loading the code segment high... No ideas so far. Although, when closely looking at the relevant code I did find one potential hole (race condition) in LIBCx initialisation that could lead to a failure from `DosGetNamedSharedMem` (I would expect a different return code though). I closed this hole in my new test build, specially for you to test. It's here: http://rpm.netlabs.org/test/ld2.zip. So please return your faulty env back and try this one in it. It will also generate logs. |