[Qt-interest] QT Application plugin crashing ...
Mandeep Sandhu
mandeepsandhu.chd at gmail.com
Sun Jan 23 05:00:04 CET 2011
> My main question is:
> - If a loaded plugin crashes, it consequently crashes the application that
> loaded it ?
Yes.
> * If yes, is it possible to work around that problem without using separate
> process ?
Since plugins are shared libraries, any crash in the plugin will cause
the application using it, to crash as well (since they are in a single
process address space).
I haven't tried this but maybe running your plugin in a separate
thread might help?
-mandeep
> Thanks in advance for the help
>
> Bruno Seabra Mendonça Lima
> --------------
> Bacharel em Ciência da Computação - UFMA
> Mestrando da PUC-Rio
> Pesquisador Laboratório Telemidia (PUC-Rio)
> Pesquisador Colaborador LAWS (UFMA)
> Pesquisador/Desenvolvedor Intacto Software
> -------------
> www.bslima.com
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list