You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if debug symbols are not already downloaded, the library will just crash when trying to run a program that references external symbols such as windows kernel structures.
Steps to Reproduce:
Delete the contents of C:\symbols directory.
Try running processcreation example.
Potential Fix:
Have a local definition of external structures we're using so we dont have to depend on MS Servers.
Temporary workaround:
Run the same program using C:\Program Files\DTrace\dtrace.exe once to fetch the symbols.
The text was updated successfully, but these errors were encountered:
Currently if debug symbols are not already downloaded, the library will just crash when trying to run a program that references external symbols such as windows kernel structures.
Steps to Reproduce:
C:\symbols
directory.processcreation
example.Potential Fix:
Have a local definition of external structures we're using so we dont have to depend on MS Servers.
Temporary workaround:
Run the same program using
C:\Program Files\DTrace\dtrace.exe
once to fetch the symbols.The text was updated successfully, but these errors were encountered: