Version: (using KDE KDE 3.5.6) Installed from: SuSE RPMs OS: Linux It happens so often that Konqueror or some other KDE application crashes because of an error in a KParts component. It should really be worth a consideration if there is any way to protect the hosting main application from hangs or crashes in one of its KPart-plugins. There should not be any hang if the plugin code was executed in a different thread. I can not assess to which extent it will be possible to separate or protect the address spaces of the host app. and its plugin (shared memory?, read only access?). f.e. Bug 145670 describes a hang followed by a crash.
Agreed, some kind of proxy KPart would be nice to have.
I think that is not realistic, all happens in process, there is no easy way to separate that.