Re: KDiff Bug 436958

2021-05-13 Thread Michael Reeves
Or maybe not. I'll have another look at this now that emergency fix is addressed. Calling SourceData::readAndPreprocess on a SourceData object flagged as a directory shouldn't be happening. On Thu, May 13, 2021, 3:59 PM Michael Reeves wrote: > I was looking at the wrong file then. That very

Re: KDiff Bug 436958

2021-05-13 Thread Michael Reeves
I was looking at the wrong file then. That very likely is related to bug 436958. On Thu, May 13, 2021, 3:35 PM Ingo Klöcker wrote: > On Donnerstag, 13. Mai 2021 07:53:05 CEST Michael Reeves wrote: > > That's a crash in the implicit default constructor of QTemporaryFile. > > I don't think so. >

Re: KDiff Bug 436958

2021-05-13 Thread Michael Reeves
Yeah the code your getting is out of sync with git. That crash is in a qt function that is not directly called by kdiff3. The is visible sign of how its getting called at that line number. In any event I'm about to push a fix for the originating issue. Try building with CMAKE_BUILD_TYPE=Debug. If

Re: KDiff Bug 436958

2021-05-13 Thread Ingo Klöcker
On Donnerstag, 13. Mai 2021 07:53:05 CEST Michael Reeves wrote: > That's a crash in the implicit default constructor of QTemporaryFile. I don't think so. > > #10 0x55590227c7bb in SourceData::readAndPreprocess > > (this=0x555903298590, pEncoding=0x555903144ab0, > > bAutoDetectUnicode=true)

Re: New repo in kdereview: kclock

2021-05-13 Thread hanyoung
Kirigami Add-ons (a runtime dependency of kclock) now have a proper release. https://invent.kde.org/libraries/kirigami-addons regards, Han