-
Notifications
You must be signed in to change notification settings - Fork 56
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
DrMinGW V0.8.2 - Doesn't work on Windows 10/64-bit #38
Comments
Perhaps Windows 10 changed how JIT debuggers are invoked. I'll take a look. Please confirm which Windows version you have (run In the meanwhile, you could try doing
from the command line, and see whether it catches your program crash or not? |
Windows info: Unfortunately, I don't seem to be able to force that program crash any more !! I hate that!! |
Okay, I got the error to recur, and your catchsegv program worked beautifully... This is a satisfactory solution for me, so if you wish, you can close this ticket. |
I reproed here. It works if one installs drmingw with
That is, it seems the non-auto mode (that is the WER dialog saying app crash and whether to debug) doesn't work... |
Okay, thank you for this info!! I'm make a note of this and re-install at work... |
I'm building my application using MinGW V4.4.1; 32-bit application;
I build with -g debug flag.
I wanted to use DrMinGW to find out what's going wrong, as I've done so often in the past,
but your program doesn't trigger at all when my program crashes, for some reason.
I get the dialog for "this program has terminated improperly blah blah blah",
but I only get the Close button, no Debug button.
I ran 'drmingw.exe -i' as admin on this machine, and it said that it installed successfully.
Any idea what is going on, and maybe what could be done about it?
The text was updated successfully, but these errors were encountered: