Re: Clicking on "Security" in kmail settings kills kmail immediately
René J.V. Bertin <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <1672001.HzcNM8KTv1@bola> |
On Thursday March 15 2018 08:31:09 Ianseeks wrote: >And the following messages when clicking on "Security" and it crashing out: > >Error loading plugin: "The shared library was not found." >Error loading plugin: "The shared library was not found." >Error loading plugin: "The shared library was not found." >Error loading plugin: "The shared library was not found." >Error loading plugin: "The shared library was not found." >Error loading plugin: "The shared library was not found." >Error loading plugin: "The shared library was not found." >Received signal 11 <unknown> 000000000000 >#0 0x7f28f8fbe6b6 <unknown> >#1 0x7f28f7be6b0a <unknown> >#2 0x7f28f8fbea2c <unknown> >#3 0x7f290e60ca70 <unknown> >#4 0x7f290ffa9db1 <unknown> >#5 0x7f2910efe71e <unknown> >#6 0x7f2910efac8a ConfigModuleWithTabs::load() >#7 0x7f290693da01 <unknown> >#8 0x7f290efd9c52 QObject::event() >#9 0x7f290fd70ac3 QWidget::event() >#10 0x7f290fd3401c QApplicationPrivate::notify_helper() >#11 0x7f290fd3b314 QApplication::notify() >#12 0x7f290efab148 QCoreApplication::notifyInternal2() >#13 0x7f290efadb25 QCoreApplicationPrivate::sendPostedEvents() [snip] Looks like you're at least missing debug symbols for certain packages, plus at least 1 plugin. Tumbleweed is a rolling distribution, right? I'd say give it a couple of days to see if the maintainers realise and fix their error (or for updates to percolate throughout the update server mirrors). If not, you should probably file a ticket with them. That said, it looks like something in the code proceeds despite the fact that a required plugin hasn't been loaded, and thus jumps to a random location (or NULL). That shouldn't happen, and you don't need to wait for others to confirm your issue: if you can get more information about the flow after ConfigModuleWithTabs::load() you should report this situation. R.