Rudolf Hornig

Results 74 comments of Rudolf Hornig

closing because the pre11 comments are now obsolete.

This is a file system issue we can't fix easily with a know workaround so I'm closing this. Also in recent Win10 versions there is a global switch that would...

I have tested this again with INET 4.4 and cannot reproduce this. If you can reliably reproduce this issue, please reopen this and provide additional info.

no activity, so closing

Actually we are trying to set up the given package with the NIX package manager on an M1 mac and the build f this package fails when it runs the...

My apologies for the late response. Sadly the change in c505aea did not fix all test failures (only 1 out of 3). I was able to set up the package...

A few refernces: - apple also uses the page size in their tests: https://opensource.apple.com/source/python/python-3/python/Lib/test/test_mmap.py.auto.html - mmap specs: https://pubs.opengroup.org/onlinepubs/9699919799/functions/mmap.html#tag_16_332 States: _The system shall always zero-fill any partial page at the end...

Make sure that you **run the tests in arm64 (native) mode**. In i386 mode, the operating system will report back a page size of 4096 and all tests will pass.

Running with `xvfb-run` works correctly for me in a desktop shell: ``` GDK_BACKEND=x11 DISPLAY= xvfb-run opp_neddoc --verbose . Generating NED documentation for 'aloha'. ............ ``` I have not tried in...