<div dir="ltr">Hi,<br><br>I am developing the packagekit backend for my distro.<br>I have a problem about the transactions.<br>When i try to install/remove a package, the first time it works fine, the next <br>transactions fail instead.<br>After careful debugging, I have seen that some static variables of the package <br>manager library hold the value instead of being reinitialized after each <br>transaction.<br>How can i fix that? <br>It seems how if the memory area where the static variables are allocated (Data <br>segment) is not cleaned after each transaction.<br><br>Regards<br></div>