We recently upgraded to 8.5 and have encountered a consistent crash upon startup on a single server.
The NSD’s show a
############################################################
FATAL THREAD 76/80 [ nserver: 1770: 1174]
FP=0x0f6cfc4c, PC=0x60c2676c, SP=0x0f6cfc18
stkbase=0f6d0000, total stksize=262144, used stksize=1000
EAX=0xcdcdcdcd, EBX=0x00000000, ECX=0xcdcdcdcd, EDX=0x00000060
ESI=0x0f810ef0, EDI=0x00000000, CS=0x0000001b, SS=0x00000023
DS=0x00000023, ES=0x00000023, FS=0x0000003b, GS=0x00000000 Flags=0x00010202
Exception code: c0000005 (ACCESS_VIOLATION)
############################################################
@[ 1] 0x60c2676c nnotes.strlen+12 (60fa3c60,cdcdcdcd,60c9cfc4,f810fc0)
@[ 2] 0x601bd550 nnotes.processBlockCounters+256 (1,f810fe8,f6cfd4c,3b4c9fc)
@[ 3] 0x601bd8ae nnotes.processPerfObject+254 (f80f210,2bc,1,f6cfe80)
@[ 4] 0x601bdc70 nnotes.BuildPerfDataObjects+80 (f80f210,f80f210,f6cfea8,601b63d4)
@[ 5] 0x601bdd38 nnotes.WinPlatformStats::Collect+152 (1,10073579,2,371c8a6)
@[ 6] 0x601b63d4 nnotes.PStatsCollectAndPublish+20 (3b4c9fc,3710002,3e8,48)
@[ 7] 0x10074d8a nserverl.PlatformStatsTask@8+634 (f4d30048,b07c0001)
@[ 8] 0x10001a2e nserverl.Scheduler@4+750 (0)
@[ 9] 0x600fe6ef nnotes.ThreadWrapper@4+175 (0)
[10] 0x77e64829 kernel32.GetModuleHandleA+223
Which looks to be a potential regression bug with collecting platform statistics. It’s not consistent across all of our windows 2003 servers…but I thought I’d drop a line in case someone else was experiencing the same problem.
The fix was adding PLATFORM_STATISTICS_DISABLED=1 to the notes.ini file on the server, I know there’s a technote out there somewhere describing this problem for other releases…but sorry…don’t have the link.