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
magic.magic.MagicException: b"line I64u: regex error 14 for `^[[:space:]]*class[[:space:]]+[[:digit:][:alpha:]:_]+[[:space:]]*\\{(.*[\n]*)*\\}(;)?$', (failed to get memory)"
#1
Open
stuxnet999 opened this issue
Jul 15, 2023
· 0 comments
This is a know which I am seeing only when running the script in Powershell/CMD. However when I run it in WSL, it runs fully. The "failed to get memory" message indicates the memory allocated has been used up. This issue can come up in Linux too. Only difference is I think how the memory is being managed when running inside WSL vs natively in Windows (via powershell)
Currently I don't have a fix for this issue. One way to bypass this would be to reduce the target directory scope. Let's say instead of running the tool on entire drive, run it on a specific folder of interest.
I am working on this at the moment. Will update if I can get a reasonable fix.
The 2 images are for the same D drive run at separate times in Powershell (1st image) and Ubuntu 22.04 WSL (2nd image).
The text was updated successfully, but these errors were encountered:
This is a know which I am seeing only when running the script in Powershell/CMD. However when I run it in WSL, it runs fully. The "failed to get memory" message indicates the memory allocated has been used up. This issue can come up in Linux too. Only difference is I think how the memory is being managed when running inside WSL vs natively in Windows (via powershell)
Currently I don't have a fix for this issue. One way to bypass this would be to reduce the target directory scope. Let's say instead of running the tool on entire drive, run it on a specific folder of interest.
I am working on this at the moment. Will update if I can get a reasonable fix.
The 2 images are for the same D drive run at separate times in Powershell (1st image) and Ubuntu 22.04 WSL (2nd image).
The text was updated successfully, but these errors were encountered: