Roland Mainz
Roland Mainz
The ASSERT which gets triggered is https://github.com/DynamoRIO/dynamorio/blob/7f7544b6f593dcdbb2213fca3922055092b35af1/ext/drx/scatter_gather_x86.c#L122 - it seems it wants to use AVX on a machine which has no AVX. @derekbruening Is AVX now mandatory for DrMemory on...
Turns out no network share is required, just plan UNC paths. 1. Example (Cygwin shell): cd //localhost/c$/cygwin64/home/roland_mainz/tmp/drstracetest $ drstrace -debug -- "$(cygpath -w /home/roland_mainz/work/msnfs41_uidmapping/ms-nfs41-client/destdir/cygdrive/c/cygwin64/sbin/nfs_mount)" ASSERT FAILURE: D:\a\drmemory\drmemory\drstrace\drstrace.c:589: outf != INVALID_FILE...
Correction: Powershell path syntax for local drive C: is '\localhost\c$\cygwin64\home\roland_mainz\tmp\drstracetest' in this case
DrMemory-Windows-2.3.0-1 drmemory.exe --help works on Windows 10/32bit
See https://github.com/kofemann/ms-nfs41-client/tree/master/cygwin/cygwin_ksh93 for the Cygwin package build scripts. Please make sure that UNC path support, buitin commands work, and that you ship a usable /etc/ksh.kshrc (see https://github.com/kofemann/ms-nfs41-client/blob/master/cygwin/cygwin_ksh93/ksh.kshrc - that is...
> [@gisburn](https://github.com/gisburn) [@kofemann](https://github.com/kofemann) Could you please have a look? I think nfs-ganesha is missing the "virtual hole" at the end, right? I *think* (without testing this on a whiteboard, `ENOCOFFEE`)...
> > [@gisburn](https://github.com/gisburn) [@kofemann](https://github.com/kofemann) Could you please have a look? I think nfs-ganesha is missing the "virtual hole" at the end, right? > > I _think_ (without testing this on...