1 Jan 2010 12:45
Avoiding 'pop up' windows at crash.
Dear group, I have a small issue on which I did not find the answer. Probably it's a bit of a weird one too. In the process of configuring (autoconfigure tools) a program of mine under mingw32, I need to do a number of tests by creating, compiling and running a small test. It is normal behaviour that that test program *can* crash. It's the intent indeed to check if that feature does work or not. If it doesn't work, there's a crash. (*) However, when crashing, there's a 'popup' window (created by 'windows') to notify about this crash and give the option to report to MS. Also the user has to click 'OK' then. Is there any technique or possibility you are aware of to have a mingw compiled program tested (and potentially crashed) completely in the MSYS shell without such 'popups' ? Be aware, it is not the 'console option' issue. 'console' is on and doing it's work also. It's just that it escapes in above described way from being console only program. Thanks in advance, Jos (*) for the curious ones : it tests whether pthreads and OpenMP cooperate , which is *not* the case up to the latest mingw gcc compilers. (but it is ok for gcc 4.X under Linux).(Continue reading)
RSS Feed