https://bugs.kde.org/show_bug.cgi?id=411100
--- Comment #5 from João M. S. Silva <joao.m.santos.si...@gmail.com> --- I'm not sure it also solves it for Valgrind because Valgrind had an additional issue with Ada elaboration / stack unwinding or so (don't understand enough about it) that I could never solve. Anyway, it could be: * by making your executable be position-independent, so it can be loaded anywhere. You can do that by compiling with switch -fPIE and linking with switch -pie. You should also pass -shared to the binder, but I believe this is only applicable to Ada code? -- You are receiving this mail because: You are watching all bug changes.