On Feb 4, 2008 2:17 AM, richa <ri...@te...> wrote:
> I have written the multithreaded server application, a thread will get spawn
> to process the client request.
> The thread will get terminated once processed the request.
(FWIW, that's not very scalable; better to serve multiple requests per thread.)
> I am not able to identify the leak in my application files else I am getting
> the output as valgrind application file as:
>
> malloc (vg_replace_malloc.c:207).
>
> The memory leak output should indicate my application file name instead of
> valgrind application file name.
Can you show a little more context, say, ten lines of the log around that
message? I ran into a problem valgrinding Wine where on many machines I
didn't get full stack tracebacks, perhaps you're running into something similar.
- Dan
|