Limiting resource usage for debugging an application on linux -
I have a C / C + + application that only crashes under heavy loads I usually get memory leaks and profiling Use valgrind and gprof to debug issues Failure rate is about 100 in one million runs. Is it consistent, instead of regenerating the traffic for my application, can I ignore the available resources for debug builds of any kind of application running within Valgrind?
ultimatum
should be used to set a strict limit on some resources
Comments
Post a Comment