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
If I skip the call to printVolume() on scan.go, I still get another error:
Path: "c:"
USN Journal: Present, ID: 133191051541552939, Oldest USN: 9361686528, Next USN: 9401699344, Supporting Versions: 2-4
Scanning MFT...runtime: pointer 0xc00013e0d9 to unused region of span span.base()=0xc000100000 span.limit=0xc00013e010 span.state=1
fatal error: found bad pointer in Go heap (incorrect use of unsafe or cgo?)
...
I'm new to Golang, so I'm not sure if I should be concerned with these errors or it's safe to ignore them.
The text was updated successfully, but these errors were encountered:
I'm running the
journalscan
command with no issues on Windows 11.However, when adding the
-race
flag togo run
:go run -race . c:
The program exits with the following stack trace:
If I skip the call to
printVolume()
onscan.go
, I still get another error:I'm new to Golang, so I'm not sure if I should be concerned with these errors or it's safe to ignore them.
The text was updated successfully, but these errors were encountered: