-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault (core dumped) #17
Comments
Here is the relevant part of the call stack at the time it segfaults
Full call stacklibgio-2.0.so.0!g_dbus_method_invocation_return_gerror (Unknown Source:0) libpolkit-agent-1.so.0![Unknown/Just-In-Time compiled code] (Unknown Source:0) QtSharedPointer::CustomDeleter::execute(QtSharedPointer::CustomDeleter * const this) (/usr/include/qt/QtCore/qsharedpointer_impl.h:187) QtSharedPointer::ExternalRefCountWithCustomDeleter::deleter(QtSharedPointer::ExternalRefCountData * self) (/usr/include/qt/QtCore/qsharedpointer_impl.h:205) QtSharedPointer::ExternalRefCountData::destroy(QtSharedPointer::ExternalRefCountData * const this) (/usr/include/qt/QtCore/qsharedpointer_impl.h:149) QSharedPointer::deref(QSharedPointer::Data * dd) (/usr/include/qt/QtCore/qsharedpointer_impl.h:458) QSharedPointer::deref(QSharedPointer * const this) (/usr/include/qt/QtCore/qsharedpointer_impl.h:453) QSharedPointer::~QSharedPointer(QSharedPointer * const this) (/usr/include/qt/QtCore/qsharedpointer_impl.h:310) QSharedPointer::clear(QSharedPointer * const this) (/usr/include/qt/QtCore/qsharedpointer_impl.h:419) PolkitListener::initiateAuthentication(PolkitListener * const this, const QString & actionId, const QString & message, const QString & iconName, const PolkitQt1::Details & details, const QString & cookie, const PolkitQt1::Identity::List & identities, PolkitQt1::Agent::AsyncResult * result) (/home/victor/projects/forks/fingerprint-gui/src/PolkitListener.cpp:51) libpolkit-qt5-agent-1.so.1!PolkitQt1::Agent::ListenerAdapter::polkit_qt_listener_initiate_authentication(_PolkitAgentListener*, char const*, char const*, char const*, _PolkitDetails*, char const*, _GList*, _GCancellable*, _GSimpleAsyncResult*) (Unknown Source:0) libpolkit-agent-1.so.0![Unknown/Just-In-Time compiled code] (Unknown Source:0) libglib-2.0.so.0!g_main_context_dispatch (Unknown Source:0) libglib-2.0.so.0![Unknown/Just-In-Time compiled code] (Unknown Source:0) libglib-2.0.so.0!g_main_context_iteration (Unknown Source:0) libQt5Core.so.5!QEventDispatcherGlib::processEvents(QFlags) (Unknown Source:0) libQt5Core.so.5!QEventLoop::exec(QFlags) (Unknown Source:0) libQt5Core.so.5!QCoreApplication::exec() (Unknown Source:0) main(int argc, char ** argv) (/home/victor/projects/forks/fingerprint-gui/src/FingerprintPolkit.cpp:55) |
I ran it with Valgrind |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When opening GParted, closing it and opening it again, the agent segfaults
To Reproduce
Steps to reproduce the behavior:
/lib/fingerprint-gui/fingerprint-polkit-agent
Logs
Desktop
The text was updated successfully, but these errors were encountered: