Skip to content
Snippets Groups Projects
Commit 65924a9f authored by an7s's avatar an7s
Browse files

added unique crash eip file

Former-commit-id: 6b0657a8d80c3faa3755d9447f87837bc43b0fda
parent 28522dc3
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ CSO_FILE=$4 # output: CSO warning file suitable for sandboxing step
POV_CRASH_SUMMARY_FILE=$5 # input/output: POV/raw inputs-->crash summary file
CRASH_DIR=$6 # directory with raw crashing inputs
INPUT_CRASH_SUMMARY_FILE=$7 # input/output: POV/raw inputs-->crash summary file
CRASH_SITES=$8 # list of crash sites
timeout=20
local_crash_summary=tmp.crash.summary.$$
......@@ -21,7 +22,6 @@ cbtest=$CGC_UMBRELLA_DIR/scripts/techx-cb-test
delimiter="###"
CRASH_SITES=tmp.crashes.$$
ulimit -c unlimited
......@@ -149,7 +149,7 @@ sort $local_crash_summary | uniq > tmp.$$
mv tmp.$$ ${INPUT_CRASH_SUMMARY_FILE}
sudo rm $log 2>/dev/null
rm $CRASH_SITES 2>/dev/null
#rm $CRASH_SITES 2>/dev/null
killall `basename $CGC_BIN`
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment