https://bugzilla.novell.com/show_bug.cgi?id=439473 User tgoettlicher@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=439473#c8 --- Comment #8 from Thomas Göttlicher <tgoettlicher@novell.com> 2008-11-03 02:44:21 MDT --- The function that causes the crash looks like this: bool PolkitClient::getAuth(const QString &action) { DBusError e; dbus_error_init(&e); if(polkit_check_auth(QCoreApplication::applicationPid(), action.toAscii().data(), NULL)) return true; bool auth = polkit_auth_obtain(action.toAscii().data(), 0, QCoreApplication::applicationPid(), &e); if(!auth) { qDebug() << "Authentification error :" << e.name << ":" << e.message; } return auth; } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.