From kde-core-devel Sun Jan 11 19:52:41 2009 From: Ben Cooksley Date: Sun, 11 Jan 2009 19:52:41 +0000 To: kde-core-devel Subject: Re: Crash in KConfig at kdelibs/kdecore/config/kconfig.cpp Message-Id: X-MARC-Message: https://marc.info/?l=kde-core-devel&m=123170360827179 I made some more changes to my code and managed to avoid crashing in KConfigGroup. the secret is to never pointerise KConfigGroup, it can't handle it. It will crash, no way around it. The changes were committed to my code with revision 909525. Regards, Ben Cooksley On 1/11/09, Ben Cooksley wrote: > I made some changes to my code ( depointered main uses of KConfigGroup > with revision 909199 ), and somehow shifted the crash to > KConfigGroupPrivate::fullName() > > The new (additional) backtrace is attached. > > Regards, > > Ben Cooksley. >