-
Notifications
You must be signed in to change notification settings - Fork 901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minject --force --inplace crashes reproducibly, on a specific machine with a specific executable #986
Comments
I strongly recommend you enable the "Microsoft Symbol Server" in VS. Also, just at the end of the module lists I can see umppc and csxumd64 DLLs, which apparently belongs to CrowdStrike, |
OK, forgot to enable the Microsoft Symbol Servers. Here the call stack including the symbols: The file name in question should be But, as it is a heap corruption, the error may have occurred earlier... |
Indeed. Unfortunately, I don't know an equivalent for Windows off-hand. I think there are tools, and I vaguely even recall that there's some "global flag" built into Windows to help here, but I don't really have a lot of experience with either. |
I might have fixed this issue in the latest (and if not, maybe you can send the exe that causes the crash so I can investigate further) |
Silimar to #850, but in my case minject only crashes for one of seven executables, and only on one machine. However, this happens for both version 2.1.2 and 3.0.1 of minject.exe.
The machine where the crash occurs is running VS 2022 on Windows 10, minject fails if called from the command line as well as if called by the build service (Atlassian Bamboo), using the absolute path to the executable.
But: If I cd to the executable directory and give only the local filename, minject succeeds.
It is probably not related to the full path name's length, as longer paths succeed.
I attached two screenshots of Visual Studio Debugger used on the dumpfile
I can provide the dumpfile and the path names as well as the verbose output of minject on request.
The text was updated successfully, but these errors were encountered: