https://bugs.kde.org/show_bug.cgi?id=507547
--- Comment #6 from Matthias Grimrath <[email protected]> --- I think I found the found problem, but I still need to work out the details and write it up. I don't like to say it, but it looks like there is indeed a deep flaw (as far as C++ semantics are concerned) in the 'ObjectRef' template class used inside a 'QVector<>'. (In reply to Mladen Milinkovic, Max from comment #5) > As I said before I think your compiler is optimizing too much code. > I have done exact same test on current arch linux and cannot reproduce the > problem. I think what triggers the assertion on my computer is not too much optimization, but the lack thereof. Did you configure and build subtitle-composer in a debug build as I did? As I wrote above, I invoked 'cmake' with build type set to 'Debug' and recompiled from scratch without optimizations. $ cmake -DQT_MAJOR_VERSION=6 -DCMAKE_BUILD_TYPE=Debug -- You are receiving this mail because: You are watching all bug changes.
