in reply to Re^2: Debugging DESTROY calls in forking application
in thread Debugging DESTROY calls in forking application
Yeah, memory leaks is one of the worst class of bugs. If they happen more if the system is busier, this is even worse.
If, for example, your webserver code leaks memory with every page visited, everything is fine while you don't have much visitors. The first time a news article links to your site everything will halt and catch fire...
|
---|