Run into the same issue.
Windows 10.0.17763.557, driver 430.86, 2080TI.
Crash indeed happens in the application, but not in the application module. Applications performs normally until you try to use the capture functionality. Got the stack trace by connecting to the process from VS after Nsight launched it. No symbols, just addresses ;)
Project is using GL4.5 (simple prototype) . Start up Nsight Graphics, launch (frame debugging), working directory is specified, bring up the HUD, press space (or click capture in Nsight)
Exception thrown at 0x00007FFEDC152488 (Nvda.Graphics.Interception.dll) in tech2.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
Nvda.Graphics.Interception.dll!00007ffedc152488() Unknown
Nvda.Graphics.Interception.dll!00007ffedc42c618() Unknown
Nvda.Graphics.Interception.dll!00007ffedd0a5481() Unknown
Nvda.Graphics.Interception.dll!00007ffedd0a300d() Unknown
Nvda.Graphics.Interception.dll!00007ffedce16234() Unknown
Nvda.Graphics.Interception.dll!00007ffedce7598f() Unknown
Nvda.Graphics.Interception.dll!00007ffedce75c4d() Unknown
Nvda.Graphics.Interception.dll!00007ffedce760a5() Unknown
Nvda.Graphics.Interception.dll!00007ffedce75eef() Unknown
Nvda.Graphics.Interception.dll!00007ffedd6c1ab3() Unknown
Nvda.Graphics.Interception.dll!00007ffedd78461c() Unknown
kernel32.dll!00007fff3ccd7974() Unknown
ntdll.dll!00007fff3ce2a271() Unknown
Windows event log entry:
Faulting application name: tech2.exe, version: 0.0.0.0, time stamp: 0x5d06f9f4
Faulting module name: Nvda.Graphics.Interception.dll, version: 2019.3.0.0, time stamp: 0x5cddc4cb
Exception code: 0xc0000005
Fault offset: 0x0000000000d72488
Faulting process ID: 0x8e8
Faulting application start time: 0x01d524d82c3425ec
Faulting application path: D:\dev\tech2\x64\ProfilingNS\tech2.exe
Faulting module path: C:\Program Files\NVIDIA Corporation\Nsight Graphics 2019.3.0\target\windows-desktop-nomad-x64\Nvda.Graphics.Interception.dll
Report ID: 42f3bbbe-06af-422a-a260-280e48062963
Faulting package full name:
Faulting package-relative application ID:
Let me know if i can assist more.