Hi!

I wrote a logging application containing a signal handler that is registered 
using
std::signal(). The handler receives signals like SIGFPE, SIGSEGV, etc.

Now I would like to connect that handler to some Qt based logging code.
Unfortunately I could not find a portable solution to do that.

Are there any functions in Qt that are considered async-handler-safe? 

I'm especially looking for a way to send a (queued) signal. Other portable ways 
to wake
the application from the event loop would be fine as well.

-- 
Best Regards,
Bernhard Lindner

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to