|
From: Dennis L. <pla...@in...> - 2005-01-12 00:36:49
|
At 23:41 11.01.2005, Alison Zhang wrote: >Hi, >I am trying to check memory leak problem of my C program in linux. And >here is the result > >==11795== More than 30000 total errors detected. I'm not reporting any more. >==11795== Final error counts will be inaccurate. Go fix your program! >==11795== Rerun with --error-limit=no to disable this cutoff. Note >==11795== that errors may occur in your program without prior warning from >==11795== Valgrind, because errors are no longer being displayed. >==11795== >==11795== FATAL: M_PROCMAP_BUF is too small; increase it and recompile > >Then the program just exited here. >Could someone please tell me how to fix this problem. First fix all the errors in your program valgrind reported, then other errors like this will mostly disappear... Carpe quod tibi datum est |