QuoteSyslog should work. And I do some fixes related to memory corruption issues.
This is great news, thanks!
-Kevin C.
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteSyslog should work. And I do some fixes related to memory corruption issues.
QuoteThis is normal, when running under valgrind program takes tens times more memory then when it run normally. Valgrind allocates extra memory around each dynamically allocated block to detect boundary violations, etc.
