Re: KAuth and KF5

2014-06-30 Thread šumski
On Monday 30 of June 2014 17:31:39 Thiago Macieira wrote: > Em seg 30 jun 2014, às 14:14:10, Milian Wolff escreveu: > > On Monday 30 June 2014 00:05:10 šumski wrote: > > > On Thursday 26 of June 2014 12:14:49 Milian Wolff wrote: > > > > Hey, > > > > > > > > did you run it through valgrind? > > >

Re: KAuth and KF5

2014-06-30 Thread Thiago Macieira
Em seg 30 jun 2014, às 14:14:10, Milian Wolff escreveu: > On Monday 30 June 2014 00:05:10 šumski wrote: > > On Thursday 26 of June 2014 12:14:49 Milian Wolff wrote: > > > Hey, > > > > > > did you run it through valgrind? > > > > Here's what valgrind says: > Sounds like a bug in Qt to me, I have t

Re: KAuth and KF5

2014-06-30 Thread Milian Wolff
On Monday 30 June 2014 00:05:10 šumski wrote: > On Thursday 26 of June 2014 12:14:49 Milian Wolff wrote: > > Hey, > > > > did you run it through valgrind? > > Here's what valgrind says: Sounds like a bug in Qt to me, I have to say. Looking at the code, QDBusConnectionPrivate::objectDestroyed lo

Re: KAuth and KF5

2014-06-29 Thread šumski
On Thursday 26 of June 2014 12:14:49 Milian Wolff wrote: > Hey, > > did you run it through valgrind? Here's what valgrind says: ==30114== Invalid read of size 8 ==30114==at 0xDF080C1: QDBusConnectionPrivate::disconnectSignal(QHash::iterator&) (qstring.h:814) ==30114==by 0xDF08430: QDBusC

Re: KAuth and KF5

2014-06-26 Thread Milian Wolff
Hey, did you run it through valgrind? On Wednesday 25 June 2014 23:17:29 Luca Beltrame wrote: > šumski wrote: > > http://paste.opensuse.org/view/raw/45956382 > > In case the pastebin link expires: > > #0 QString (other=..., this=0x7fff18fa23b0) at > ../../src/corelib/tools/qstring.h:814 > #1

Re: KAuth and KF5

2014-06-26 Thread Luca Beltrame
Harald Sitter wrote: > FWIW, I noticed that kauth actually can link against a qt4 polkit-qt, > might be related.. or not ^^ This has been ruled out as openSUSE packages have a patch (under review, btw: https://git.reviewboard.kde.org/r/118264/) that prevents that. So I'm guessing the issue is s

Re: KAuth and KF5

2014-06-26 Thread Luca Beltrame
šumski wrote: > http://paste.opensuse.org/view/raw/45956382 In case the pastebin link expires: #0 QString (other=..., this=0x7fff18fa23b0) at ../../src/corelib/tools/qstring.h:814 #1 dbusInterfaceString () at qdbusintegrator.cpp:87 #2 QDBusConnectionPrivate::disconnectSignal (this=this@entry

Re: KAuth and KF5

2014-06-25 Thread šumski
On Wednesday 25 of June 2014 11:40:35 Milian Wolff wrote: > On Tuesday 24 June 2014 23:44:12 Luca Beltrame wrote: > > Hello, > > > > currently, the KF5 version of KAuth is not quite usable as any helper > > used by KAuth segfaults: the most notable is backlighthelper, which > > always crashes at l

Re: KAuth and KF5

2014-06-25 Thread Harald Sitter
On Wed, Jun 25, 2014 at 9:40 AM, Milian Wolff wrote: > On Tuesday 24 June 2014 23:44:12 Luca Beltrame wrote: >> Hello, >> >> currently, the KF5 version of KAuth is not quite usable as any helper used >> by KAuth segfaults: the most notable is backlighthelper, which always >> crashes at login. FWI

Re: KAuth and KF5

2014-06-25 Thread Milian Wolff
On Tuesday 24 June 2014 23:44:12 Luca Beltrame wrote: > Hello, > > currently, the KF5 version of KAuth is not quite usable as any helper used > by KAuth segfaults: the most notable is backlighthelper, which always > crashes at login. > > According to some investigations made by a fellow openSUSE

KAuth and KF5

2014-06-25 Thread Luca Beltrame
Hello, currently, the KF5 version of KAuth is not quite usable as any helper used by KAuth segfaults: the most notable is backlighthelper, which always crashes at login. According to some investigations made by a fellow openSUSE Community KDE member, it crashes somewhere in Qt, in dbusInterfac