https://bugs.kde.org/show_bug.cgi?id=396290

--- Comment #14 from Ivo Raisr <iv...@ivosh.net> ---
The current exp-allocfail crashes badly on my Ubuntu 18.04 box.
When running './vg-in-place --tool=exp-allocfail /bin/date', it crashes at
af_main.c:119.
That's because i is equal to an equivalent of '-1' (4294967295).

You need to fix the code at af_main.c:96
-   UInt i;
+   Int i;


With this fix in place, I was able to play with ordinary Linux/UNIX standalone
programs.
Will try to do 'make dist' and check if everything works ok tomorrow.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to