Re: [kde-freebsd] konqueror crashes on ACL properties

2009-09-02 Thread Andriy Gapon
on 01/09/2009 21:38 Edward Tomasz Napierala said the following: > On 0901T1849, Markus Brueffer wrote: > > [..] > >> The real problem is not the kdelibs3 implementation but a regression in >> FreeBSD introduced with the NFSv4 ACL import (rev 194955). >> >> Before the import, acl_to_text checked

Re: [kde-freebsd] konqueror crashes on ACL properties

2009-09-01 Thread Edward Tomasz Napierala
On 0901T1849, Markus Brueffer wrote: [..] > The real problem is not the kdelibs3 implementation but a regression in > FreeBSD introduced with the NFSv4 ACL import (rev 194955). > > Before the import, acl_to_text checked if the passed acl_t was a NULL pointer > and aborted. Although this still

Re: [kde-freebsd] konqueror crashes on ACL properties

2009-09-01 Thread Markus Brueffer
On Friday 28 August 2009 19:20:52 Andriy Gapon wrote: > on 27/08/2009 20:04 Andriy Gapon said the following: > > [KCrash handler] > > #6 0x000803dad5e0 in acl_dup () from /lib/libc.so.7 > > #7 0x000803d7cc87 in acl_to_text_np () from /lib/libc.so.7 > > #8 0x000800a3d4af in KACL::asSt

Re: [kde-freebsd] konqueror crashes on ACL properties

2009-08-31 Thread Dima Panov
On Monday 31 August 2009 23:01:53 Andriy Gapon wrote: > on 30/08/2009 10:51 Dima Panov said the following: > > Fixed in KDE 4.3.1 > > > > String KACL::asString() const > > { > > #ifdef HAVE_POSIX_ACL > > ssize_t size = 0; > > char* txt = acl_to_text(d->m_acl, &size); > > const QString r

Re: [kde-freebsd] konqueror crashes on ACL properties

2009-08-31 Thread Andriy Gapon
on 30/08/2009 10:51 Dima Panov said the following: > > Fixed in KDE 4.3.1 > > String KACL::asString() const > { > #ifdef HAVE_POSIX_ACL > ssize_t size = 0; > char* txt = acl_to_text(d->m_acl, &size); > const QString ret = QString::fromLatin1(txt, size); > acl_free(txt); > retu

Re: [kde-freebsd] konqueror crashes on ACL properties

2009-08-30 Thread Dima Panov
On Sunday 30 August 2009 02:44:58 Raphael Kubo da Costa wrote: > 2009/8/28 Andriy Gapon : > > on 27/08/2009 20:04 Andriy Gapon said the following: > >> [KCrash handler] > >> #6 0x000803dad5e0 in acl_dup () from /lib/libc.so.7 > >> #7 0x000803d7cc87 in acl_to_text_np () from /lib/libc.so.7

Re: [kde-freebsd] konqueror crashes on ACL properties

2009-08-29 Thread Raphael Kubo da Costa
2009/8/28 Andriy Gapon : > on 27/08/2009 20:04 Andriy Gapon said the following: >> [KCrash handler] >> #6  0x000803dad5e0 in acl_dup () from /lib/libc.so.7 >> #7  0x000803d7cc87 in acl_to_text_np () from /lib/libc.so.7 >> #8  0x000800a3d4af in KACL::asString () from /usr/local/lib/libki

Re: [kde-freebsd] konqueror crashes on ACL properties

2009-08-28 Thread Andriy Gapon
on 27/08/2009 20:04 Andriy Gapon said the following: > [KCrash handler] > #6 0x000803dad5e0 in acl_dup () from /lib/libc.so.7 > #7 0x000803d7cc87 in acl_to_text_np () from /lib/libc.so.7 > #8 0x000800a3d4af in KACL::asString () from /usr/local/lib/libkio.so.6 > #9 0x000800ab4f31