|
From: Eyal L. <ey...@ey...> - 2005-02-21 13:08:56
|
Running off cvs head, using: valgrind --tool=memcheck \ --leak-check=yes \ --show-reachable=no \ --num-callers=50 \ --error-limit=no \ --run-libc-freeres=no \ --time-stamp=yes \ --trace-syscalls=no \ --quiet \ my program... And also with '--trace-syscalls=yes'. After the recent changes in memory handling, I now have a situation where my program seems to run to completion, but then after it exit()s it aborts with a segmentation fault. I do not see any error logged by valgrind. This is a new problem from the last few days. Beforehand things were mostly working, except for my server running out of memory (it was not really using that much of it and I could not explain what was going on yet). Is there a branch from before this change, maybe leading to the 2.3.0 release? I could then try that one. If I should run my program with logging/debug options and post the logs then I am ready to do so. -- Eyal Lebedinsky (ey...@ey...) <http://samba.org/eyal/> attach .zip as .dat |