This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch fuzzing
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/fuzzing by this push:
     new 90073609d1 Dump system memory information on failure
90073609d1 is described below

commit 90073609d1e97d30f29c67813d80af36dce742b2
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Sep 13 13:31:08 2024 +0200

    Dump system memory information on failure
---
 oss-fuzz-build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/oss-fuzz-build.sh b/oss-fuzz-build.sh
index 9bd61ef88b..98f0650695 100755
--- a/oss-fuzz-build.sh
+++ b/oss-fuzz-build.sh
@@ -168,6 +168,8 @@ java -version
 
 # Dump some debugging aid
 dump_debug() {
+  echo "DEBUG: Dumping system memory information..."
+  free -m
   echo "DEBUG: Dumping environment variables..."
   export
   for filePath in . "\${CRASH_STACKTRACES_DIR:-}" 
"\${CRASH_STACKTRACES_DIR:-}" "\${DATA_BUNDLES_DIR:-}" "\${FUZZ_INPUTS:-}"; do

Reply via email to