pastebin - collaborative debugging tool
rovema.kpaste.net RSS


msnfs41client: Patch for DrMemory support in msnfs41client+misc, 2024-09-21
Posted by Anonymous on Sat 21st Sep 2024 15:17
raw | new post

  1. From 44eaa6834874f47cd1438b37ea25c4129f261c1f Mon Sep 17 00:00:00 2001
  2. From: Roland Mainz <roland.mainz@nrubsig.org>
  3. Date: Sat, 21 Sep 2024 15:31:09 +0200
  4. Subject: [PATCH 1/3] cygwin: msnfs41client: drmemory running as user "SYSTEM"
  5.  cannot write to symcache
  6.  
  7. drmemory running as user "SYSTEM" cannot write to symcache,
  8. so msnfs41client should just disable the cache with -no_use_symcache
  9.  
  10. Reported-by: Cedric Blancher <cedric.blancher@gmail.com>
  11. Signed-off-by: Cedric Blancher <cedric.blancher@gmail.com>
  12. ---
  13. cygwin/devel/msnfs41client.bash | 4 ++++
  14.  1 file changed, 4 insertions(+)
  15.  
  16. diff --git a/cygwin/devel/msnfs41client.bash b/cygwin/devel/msnfs41client.bash
  17. index 50efb21..054796e 100755
  18. --- a/cygwin/devel/msnfs41client.bash
  19. +++ b/cygwin/devel/msnfs41client.bash
  20. @@ -354,6 +354,8 @@ function nfsclient_rundeamon
  21.                                 '-strict_bitops'
  22.                                 '-gen_suppress_syms'
  23.                                 '-preload_symbols'
  24. +                               # no symbol cache, user "SYSTEM" cannot write data to cache
  25. +                               '-no_use_symcache'
  26.                                 '--'
  27.                                 "${nfsd_args[@]}"
  28.                                 '--crtdbgmem' 'none'
  29. @@ -472,6 +474,8 @@ function nfsclient_system_rundeamon
  30.                                 '-strict_bitops'
  31.                                 '-gen_suppress_syms'
  32.                                 '-preload_symbols'
  33. +                               # no symbol cache, user "SYSTEM" cannot write data to cache
  34. +                               '-no_use_symcache'
  35.                                 '--'
  36.                                 "${nfsd_args[@]}"
  37.                                 '--crtdbgmem' 'none'
  38. --
  39. 2.45.1
  40.  
  41. From d87b2d443da22b0013040ae97bec175bfa5d058a Mon Sep 17 00:00:00 2001
  42. From: Roland Mainz <roland.mainz@nrubsig.org>
  43. Date: Sat, 21 Sep 2024 15:34:31 +0200
  44. Subject: [PATCH 2/3] cygwin: msnfs41client should explicitly add drmemory to
  45.  PATH
  46.  
  47. msnfs41client should explicitly add drmemory's installation path
  48. to its PATH.
  49.  
  50. Reported-by: Cedric Blancher <cedric.blancher@gmail.com>
  51. Signed-off-by: Cedric Blancher <cedric.blancher@gmail.com>
  52. ---
  53. cygwin/devel/msnfs41client.bash | 3 +++
  54.  1 file changed, 3 insertions(+)
  55.  
  56. diff --git a/cygwin/devel/msnfs41client.bash b/cygwin/devel/msnfs41client.bash
  57. index 054796e..14bbd9c 100755
  58. --- a/cygwin/devel/msnfs41client.bash
  59. +++ b/cygwin/devel/msnfs41client.bash
  60. @@ -685,6 +685,9 @@ function main
  61.         vsdiagnostics_path='/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2019/Community/Team Tools/DiagnosticsHub/Collector/'
  62.         PATH+=":${vsdiagnostics_path}"
  63.  
  64. +       # PATH to DrMemory
  65. +       PATH+=':/cygdrive/c/Program Files (x86)/Dr. Memory/bin/'
  66. +
  67.         # my own path to pstools
  68.         PATH+=':/home/roland_mainz/work/win_pstools/'
  69.  
  70. --
  71. 2.45.1
  72.  
  73. From b72369d0f8ce03f39fcec1220de98ab8426db903 Mon Sep 17 00:00:00 2001
  74. From: Roland Mainz <roland.mainz@nrubsig.org>
  75. Date: Sat, 21 Sep 2024 15:46:54 +0200
  76. Subject: [PATCH 3/3] daemon: Increase default number of nfsd worker threads to
  77.  128.
  78.  
  79. Increase default number of nfsd worker threads from 32 to 128.
  80.  
  81. Signed-off-by: Cedric Blancher <cedric.blancher@gmail.com>
  82. ---
  83. daemon/nfs41_daemon.c | 2 +-
  84.  1 file changed, 1 insertion(+), 1 deletion(-)
  85.  
  86. diff --git a/daemon/nfs41_daemon.c b/daemon/nfs41_daemon.c
  87. index 414e18d..a902852 100644
  88. --- a/daemon/nfs41_daemon.c
  89. +++ b/daemon/nfs41_daemon.c
  90. @@ -44,7 +44,7 @@
  91.  
  92.  /* nfs41_dg.num_worker_threads sets the actual number of worker threads */
  93.  #define MAX_NUM_THREADS 1024
  94. -#define DEFAULT_NUM_THREADS 32
  95. +#define DEFAULT_NUM_THREADS 128
  96.  DWORD NFS41D_VERSION = 0;
  97.  
  98.  static const char FILE_NETCONFIG[] = "C:\\etc\\netconfig";
  99. --
  100. 2.45.1

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at