search for: initializtion

Displaying 2 results from an estimated 2 matches for "initializtion".

Did you mean: initialization
2011 Aug 08
1
Centos6 Migration glitch - ZFS-FUSE
...TD and ZFS-FUSE had a conflict. After several experiments, I found what appears to work. REMEDY: When you install ZFS-FUSE, it will start the zfs-fuse service, and will also automatically issue a "chkconfig zfs-fuse on" command. The remedy is to prevent zfs-fuse from running during initializtion by issuing chkconfig zfs-fuse off and starting the service after the initialization is complete. I personally chose to start it via a crontab entry as root: @reboot <something> where "something" could be the direct service call, or (as was in my case) the starting of a scrip...
2017 Feb 23
4
RFC: Generalize means the sanitizers work with memory
...for the sanitizers tests. With this mock in place we pass all Tsan tests and fail on 3 of 610 Asan tests: test/asan/TestCases/Linux/cuda_test.cc test/asan/TestCases/Linux/nohugepage_test.cc test/asan/TestCases/Linux/swapcontext_annotation.cc The first two tests rely on specific memory map after initializtion of the shadow memory and the latter takes too long to complete. It would probably be acceptable to XFAIL them when run with a software memory manager enabled and then consider ways to adopt them as necessary on a per-test basis. * * * With this paper we propose the changes that make it possible...