]> sourceware.org Git - systemtap.git/commit
Graceful continuation when not enough memory available for liveness analysis
authorWilliam Cohen <wcohen@redhat.com>
Tue, 18 Jan 2022 03:02:44 +0000 (22:02 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 18 Jan 2022 16:43:12 +0000 (11:43 -0500)
commit3080b8548acb5a188dddc78e2319ec196ae329b3
tree87ca260b4d00f468fb3de660479b12069b2ff45a
parent41063368a624e55cffdab137a7337169292a1d51
Graceful continuation when not enough memory available for liveness analysis

The dyninst parsing of binaries can take a significant amount of
memory.  On machines without enough memory to parse a large binary we
want the analysis to fail gracefully with a warning that the liveness
analysis was unable to run and continue on rather than immediately
exiting with a std::bad_alloc exception.
analysis.cxx
This page took 0.024798 seconds and 5 git commands to generate.