Re: [Pvfs2-developers] server side memory problems in trunk?

2006-08-23 Thread Phil Carns
Thanks Sam- it looks like that did the trick. -Phil Sam Lang wrote: I was just seeing something similar with lookup. It turns out the PINT_decode in server_state_machine_start does some in-place decoding, so we can't free the unexpected buffer right after that (call the BMI_unexpected_f

Re: [Pvfs2-developers] server side memory problems in trunk?

2006-08-23 Thread Sam Lang
I was just seeing something similar with lookup. It turns out the PINT_decode in server_state_machine_start does some in-place decoding, so we can't free the unexpected buffer right after that (call the BMI_unexpected_free). I'm just going to move the free back down to server_state_mach

[Pvfs2-developers] server side memory problems in trunk?

2006-08-23 Thread Phil Carns
I am having some problems with builds from the latest cvs head snapshot. The server keeps crashing while I try to run an ACL test case, but I think that the problem is more fundamental than that. If I watch the server in valgrind, this is a sampling of errors that come out when just mountin