https://bugs.kde.org/show_bug.cgi?id=423963
--- Comment #29 from Christoph Cullmann <cullm...@kde.org> --- Yeah ;=) ./vg-in-place /home/cullmann/test/test master ==39129== Memcheck, a memory error detector ==39129== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==39129== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info ==39129== Command: /home/cullmann/test/test ==39129== ==39129== Syscall param waitid(infop) points to unaddressable byte(s) ==39129== at 0x70FBA9D: syscall (in /usr/lib/libc-2.33.so) ==39129== by 0x6953120: forkfd (in /local/ssd/cullmann/build/astreegui.default/usr/lib/libQt6Core.so.6.1.0) ==39129== by 0x69383BE: QProcessPrivate::startProcess() (in /local/ssd/cullmann/build/astreegui.default/usr/lib/libQt6Core.so.6.1.0) ==39129== by 0x69329C9: QProcessPrivate::start(QFlags<QIODeviceBase::OpenModeFlag>) (in /local/ssd/cullmann/build/astreegui.default/usr/lib/libQt6Core.so.6.1.0) ==39129== by 0x10933E: main (in /home/cullmann/test/test) ==39129== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==39129== ==39129== ==39129== HEAP SUMMARY: ==39129== in use at exit: 0 bytes in 0 blocks ==39129== total heap usage: 174 allocs, 174 frees, 105,464 bytes allocated ==39129== ==39129== All heap blocks were freed -- no leaks are possible ==39129== ==39129== For lists of detected and suppressed errors, rerun with: -s ==39129== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) Beside this message, now all works nicely! Thanks a lot. I tried the larger AbsInt tools, too, seems fine here! I hope this can be included in some patch release of 3.17.x, this will plague a lot of people, as Qt 6.x will be more often used in the near future. (and I think it should fix the 5.15.2 issues, too, given that has the same code more or less) Thanks all for the help here! -- You are receiving this mail because: You are watching all bug changes.