https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261069
Adriaan de Groot <adr...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adr...@freebsd.org --- Comment #4 from Adriaan de Groot <adr...@freebsd.org> --- - start korganizer (I'm not sure I've ever done that before) - click "New Event" ``` [KCrash Handler] #7 0x0000000802fac745 in () at /usr/local/lib/libKF5Ldap.so.5 #8 0x0000000802faaff1 in KLDAP::LdapClient::~LdapClient() () at /usr/local/lib/libKF5Ldap.so.5 #9 0x0000000803a3127b in () at /usr/local/lib/libKF5IncidenceEditor.so.5 #10 0x0000000803a2ae93 in IncidenceEditorNG::ResourceManagement::ResourceManagement(QWidget*) () at /usr/local/lib/libKF5IncidenceEditor.so.5 #11 0x0000000803a13c27 in () at /usr/local/lib/libKF5IncidenceEditor.so.5 #12 0x0000000803a38529 in () at /usr/local/lib/libKF5IncidenceEditor.so.5 #13 0x0000000803a3d899 in IncidenceEditorNG::IncidenceDialog::IncidenceDialog(Akonadi::IncidenceChanger*, QWidget*, QFlags<Qt::WindowType>) () at /usr/local/lib/libKF5IncidenceEditor.so.5 #14 0x0000000803a3791d in IncidenceEditorNG::IncidenceDialogFactory::create(bool, KCalendarCore::IncidenceBase::IncidenceType, Akonadi::IncidenceChanger*, QWidget*, QFlags<Qt::WindowType>) () at /usr/local/lib/libKF5IncidenceEditor.so.5 ``` Since I don't have a clue what kind of backend -- if any -- is even configured for KO, I do wonder why there would be an LDAP connection to deal with. Running this in valgrind gets me a similar BT with no suggestion of memory corruption before the crash. -- You are receiving this mail because: You are the assignee for the bug.