Code Monkey home page Code Monkey logo

Comments (4)

jrfonseca avatar jrfonseca commented on June 8, 2024

I just ran the sample and tests on Windows 10 and they seem to work fine -- SetUnhandledExceptionFilter gets called.

Try building and running the sample that comes with DrMingw. See whether a sample.RPT gets called or not.

One limitation of ExcHndl is that it only sets the unhandled exception filter on one thread. Perhaps your app is multi-threaded and the exception is happening on a different thread?

from drmingw.

jrfonseca avatar jrfonseca commented on June 8, 2024

Also note that exceptions inside WindowProc never get caught. See the remarks at the bottom of https://msdn.microsoft.com/en-us/library/windows/desktop/ms633573.aspx

from drmingw.

abelharisov avatar abelharisov commented on June 8, 2024

Thanks. I'll try check example later
Yes, my app is multi-threaded. But on Windows 7 crash reporting works fine. Also I use hack like this. Maybe technique described there not applicable on Windows 10

from drmingw.

jrfonseca avatar jrfonseca commented on June 8, 2024

Yes, I know first hand how trying to intercept Windows APIs is a tricky business. You can see in https://github.com/apitrace/apitrace/tree/master/inject all sort of tricks I had to do in another project of mine.

Another (and probably more portable) approach would be for your application to have a __try { .. } __except {...} as early as a possible (preferably in the main), and then call ExcHndl somehow. But again, this will only be practical for single thread apps.

If you're still convinced there's a bug in ExcHndl and can provide a small test case showing the issue, please reopen this issue I'll try to look into. Until then I'll presume the the issue is elsewhere.

from drmingw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.