-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Can we integrate this to Multithreaded Application? #18
Comments
You don't say what OS you're trying it on, but on macOS it reads like it should work. I am not in a position to test it at the moment. Are you installing the signal handler on the main thread like in the example? From
Further reading - Signal Handlers for Multithreaded C++:
So I'm not sure what that means for us if we are trying to display a QMessageBox (in the example) since it sounds like it could happen from any thread. I think that should be fine... |
Hi, |
I'm having a hard time picturing what you're doing. Could you please show simple code snippets for the two cases? I'm not very familiar with Windows stuff, but it's using
However it also says:
So maybe in one of your cases it's not in a state where it can do anything? |
Hi,
Thanks for this tool, I have compiled it and it's working fine for the example project which is given in the repo.
But what I did is, from mainwindow.cpp I run one class into other thread and used the same function given in the example to crash the application on that thread.
But no log came after application crashes.
I want to use it for a multithreaded application, will this work?
The text was updated successfully, but these errors were encountered: